dlang.org icon indicating copy to clipboard operation
dlang.org copied to clipboard

Pages for the dlang.org website, home of the D Programming Language

Results 100 dlang.org issues
Sort by recently updated
recently updated
newest added

Make more examples compilable/runnable. Use `static assert` instead of `writeln(typeid` for *IsExpression* examples. Show in more places that `static if` identifiers outlast `static if`. Use SPEC_RUNNABLE_EXAMPLE_COMPILE for typeif and SpecialKeyword...

@rikkimax

Enhancement
72h no objection -> merge

Implementation: https://github.com/dlang/dmd/pull/13568

Enhancement

[Revert "Temp fix homepage download links](https://github.com/dlang/dlang.org/commit/64b902c76a8f1f75c68a41db365e7eecc0a5405c) (#3351) [Revert "Fix issue 23237 - temp force 2.100.0 download](https://github.com/dlang/dlang.org/commit/92f05854a43ee059e6e83726f0a450a652108e6d) (#3348) [Revert "Switch back to 2.100.0, 2.100.1 is not released yet"](https://github.com/dlang/dlang.org/commit/701fb2a266a6748aae8a3cc575ef1f85a10acde7) (#3344) Reverts the...

Blocked

In D the interfaces are special abstract classes which forbid non-static function declarations and non-static member field definitions. For good software engineering reasons I didn't add `alias` to the interface...

Needs Rebase
stalled

Change `genStruct` eponymous template to enum template. Add 5 sections: argument concatenation, declarations, statements, types, expressions. The examples added are all taken from the spec. Add *Comparison with C preprocessor*...

stalled