Search

November 20
DIP Ideas »
...Proposed grammar:

```diff
CommaExpression:
+   "class" ConstructorArgs|opt AnonBaseClassList|opt AggregateBody
+   "__commaExpr" '(' CommaExpression ')'
```

This would not...
November 19
DIP Ideas »
...UserDefinedAttribute:
    @ ( TemplateArgumentList )
    @ TemplateSingleArgument
    @ Identifier ( NamedArgumentList[opt] )
    @ TemplateInstance
    @ TemplateInstance ( NamedArgumentList[opt] )

TemplateSingleArgument:
    Identifier
    FundamentalType
    CharacterLiteral
    StringLiteral...
November 18
General »
...found here:
    - [Opt-in output](https://github.com/royalpinto007/d-drafts/blob/main/opt_in...
November 03
Announce »
...distinguishes between this at runtime. I'd opt for a regular struct instead of mixin...
October 29
General »
...with:

```bash
#!/bin/bash
ulimit -n 16384
/opt/your_vscode_bin_path "$@"
```

I hope that...
October 13
General »
...must be an explicit ref)
  * allows to opt out of the default blit (memcpy struct...
September 23
DIP Development »
...their program. I can't imagine implementing something like this without making it opt-in.
September 23
DIP Development »
...reasoning). As a permanent compiler switch, the opt-in nature would prevent confusion, but that...
September 03
DIP Ideas »
...live-like semantics).

I agree @live being opt-in per function is unsound, but forcing...
September 03
DIP Ideas »
...in the proposal that was ``@live``, an opt-in analysis that does not communicate to...
1 2 3
Next ›   Last »