You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The @standalone attribute was added in 2.107:
https://dlang.org/changelog/2.107.0.html#dmd.standalone-attribute
This is not documented in the static constructor area of the spec, but should be. It is only documented in the library for the attribute.
The library docs also do not link the attribute in the top table (which is technically a dmd issue)
The text was updated successfully, but these errors were encountered:
@ntrel created dlang/dmd pull request #16766 "[trivial][core.attribute] Add top link for `@standalone`" mentioning this issue:
-[core.attribute] Add top link for `@standalone`
Part of Bugzilla 24693 - [SPEC] The @standalone attribute should be documented in the spec
https://github.com/dlang/dmd/pull/16766
dlang/dmd pull request #16766 "[trivial][core.attribute] Add top link for `@standalone`" was merged into master:
- 70def8ca6ff30d0352e7ac8d571e74d4eca420d3 by Nick Treleaven:
[core.attribute] Add top link for `@standalone`
Part of Bugzilla 24693 - [SPEC] The @standalone attribute should be documented in the spec
https://github.com/dlang/dmd/pull/16766
Steven Schveighoffer (@schveiguy) reported this on 2024-08-02T17:15:42Z
Transferred from https://issues.dlang.org/show_bug.cgi?id=24693
Description
The text was updated successfully, but these errors were encountered: