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

Dependabot is complaining. https://github.com/dlang/dlang.org/security/dependabot Versions 1.x and 2.x no longer receive any patches, and there are likely some uses of deprecated 1.x features in the dlang.org site. Bump it to...

This is for https://github.com/dlang/dmd/pull/15339. I have ignored the ImaginarySuffix FloatLiteral variants, as they are deprecated.

~Remove~ Adapt test that fails on #3616

In the grammar, I use `?` to signify optional occurrence. ```diff FunctionLiteral: - function RefOrAutoRef? Type? ParameterWithAttributes? FunctionLiteralBody - delegate RefOrAutoRef? Type? ParameterWithMemberAttributes? FunctionLiteralBody + function LinkageAttribute? RefOrAutoRef? Type? ParameterWithAttributes?...

Enhancement

The table with all the permutations should help.

Spec / content

Complement to https://github.com/dlang/dmd/pull/14711

Needs Approval
Spec / content
Easy Review

Follow-up to the 100% correct information written by Walter, reviewed by me, and merged by Razvan in https://github.com/dlang/dlang.org/pull/3464 to demonstrate to the reader how things are supposed to work.

This could be useful when a service such as the forums is down A simple redirect on the DNS/domain that points to https://dlang.org/maintenance.html and it should be good!