RFC: DIP draft for "Compiler-defined Attribute Consistency"

Nick Treleaven nick at geany.org
Sun Jul 18 09:50:30 UTC 2021


On Wednesday, 14 July 2021 at 15:01:05 UTC, Rune Morling wrote:
> The current DIP draft can be found 
> [here](https://github.com/ermo/DIPs/blob/compiler-defined-attribute-consistency/DIPs/1NNN-RM.md).

I support using built-in @attributes when they only affect 
functions, not parameters, variables or fields. This would mean 
only a few minor additions to increase consistency. For this we 
need to add @override, @abstract, @final ('@final class' only 
affects a class's methods, not field members) to the DIP.


More information about the Digitalmars-d mailing list