Static Analysis Tooling / Effective D

Jacob Carlborg doob at me.com
Tue Jan 21 01:41:03 PST 2014


On 2014-01-21 10:33, Dicebot wrote:

> See "reserved namespace" reference. It does not need any special support
> from the language itself but some support from spec that will ensure
> that those attributes won't conflict with user code and other tools will
> be helpful. Probably even in form of guideline, not a rule.

The answer to this is usually that each tool should use its own 
attributes and that fully qualified names should properly disambiguate 
the attributes. Although, in this case it might be asking a bit too much 
for a tool to be able to properly figure out fully qualified names of 
symbol names.

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list