October 26, 2011 General » Re: build system | |||
|---|---|---|---|
| |||
...ve simply added a pragma(build, <package>) which...it can be used like this. https://github... | |||
October 17, 2011 Learn » Re: operator "~" does not check type? | |||
|---|---|---|---|
| |||
...5;
pragma(msg, typeof(x).stringof);
}
outputs: uint
so you are right! Seems like an... | |||
October 17, 2011 General » Re: The CAPI Manifesto | |||
|---|---|---|---|
| |||
...just append an underscore like for module names...handle that is some pragma to manually specify... | |||
October 16, 2011 General » Re: [std.database] at compile time | |||
|---|---|---|---|
| |||
...need to support static constructs like "static if", CTFE, is(), pragma, etc. You also gain... | |||
October 02, 2011 General » Re: Proposal on improvement to deprecated | |||
|---|---|---|---|
| |||
...keyword? Or do something like
deprecated("message");
deprecated...been complaining about the pragma messages. They don... | |||
September 26, 2011 General » Re: compile-time explicitness | |||
|---|---|---|---|
| |||
...wanted to do something like that. One of...with a static if/pragma. BTW, the behavior... | |||
September 10, 2011 Announce » Re: dmd 1.070 and 2.055 release | |||
|---|---|---|---|
| |||
...could write the deprecation messages like this: version(SoftDeprecation) pragma(msg, "Notice: As of ..."); and... | |||
September 05, 2011 General » Re: RFC: StaticFilter, PApply, Compose, template predicates | |||
|---|---|---|---|
| |||
...foreach(x;getAggregate()) r~="pragma(msg,"~to!string...you can use any looping construct you like. | |||
September 05, 2011 General » Re: RFC: StaticFilter, PApply, Compose, template predicates | |||
|---|---|---|---|
| |||
It works just like foreach, except that it...static foreach(x;getAggregate()) {
pragma(msg,x);
}
writes... | |||
August 26, 2011 General » Re: User defined safety? | |||
|---|---|---|---|
| |||
...traits(hasCustomAttribute(func, attribute))
pragma(error, func.stringof...check for things more like custom purity, but... | |||
Copyright © 1999-2021 by the D Language Foundation