Search

October 26, 2011
General »
...ve simply added a pragma(build, <package>) which...it can be used like this.
https://github...
October 17, 2011
Learn »
...5;
    pragma(msg, typeof(x).stringof);
}

outputs: uint

so you are right!  Seems like an...
October 17, 2011
General »
...just append an underscore like for module names...handle that is some pragma to manually specify...
October 16, 2011
General »
...need to support static constructs like "static if", CTFE,  is(), pragma, etc. You also gain...
October 02, 2011
General »
...keyword? Or do something like

deprecated("message");
deprecated...been complaining about the pragma messages. They don...
September 26, 2011
General »
...wanted to do something like that. One of...with a static if/pragma.

BTW, the behavior...
September 10, 2011
Announce »
...could write the deprecation messages like this:

  version(SoftDeprecation) pragma(msg, "Notice: As of ...");

and...
September 05, 2011
General »
...foreach(x;getAggregate()) r~="pragma(msg,"~to!string...you can use any looping construct you like.
September 05, 2011
General »
It works just like foreach, except that it...static foreach(x;getAggregate()) {
    pragma(msg,x);
}

writes...
August 26, 2011
General »
...traits(hasCustomAttribute(func, attribute))
           pragma(error, func.stringof...check for things more like custom purity, but...
121 122 123 124 125 126 127 128 129 130 131
Next ›   Last »