November 28, 2012 General » Re: The future of UDAs. | |||
|---|---|---|---|
| |||
...may be possible to:
pragma(no_import_dependencies)
or something like that, which also would... | |||
November 28, 2012 General » Re: UDA + Pegged AST Hack | |||
|---|---|---|---|
| |||
I like this one :)
I think this part...string[] args)
{
T ret;
pragma(msg, "getopt(args... | |||
November 28, 2012 General » Re: Errors compiling DSSS | |||
|---|---|---|---|
| |||
...the compiler, which I like. Or you could simply look for pragma(build) at the... | |||
November 27, 2012 General » Re: Errors compiling DSSS | |||
|---|---|---|---|
| |||
...flags like -I paths or something in the source file for rdmd? Much like pragma... | |||
November 26, 2012 General » Re: 2 problems I can't get my head around | |||
|---|---|---|---|
| |||
...pragma(msg, "isType"); pragma(msg, isType!int); pragma...it starts to look like a variable && !isFunction... | |||
November 26, 2012 General » Re: 2 problems I can't get my head around | |||
|---|---|---|---|
| |||
...one!
3.
Properties look like variables. How do...int P() { return 10; }
}
pragma(msg, is(typeof... | |||
November 26, 2012 General » Re: 2 problems I can't get my head around | |||
|---|---|---|---|
| |||
traits uses something like this (see fullyQualifiedName)
Thanks...isPackage = false;
}
}
void main() {
pragma(msg, "Is std... | |||
November 26, 2012 General » 2 problems I can't get my head around | |||
|---|---|---|---|
| |||
1. enum i = 10; pragma(msg, is(i...a module, it looks like a variable. typeof... | |||
November 23, 2012 Issues » [Issue 9062] New: AddrExp should distinguish the existence of property resolution. | |||
|---|---|---|---|
| |||
...we could write as like: auto p = &foo...resolved to property call. pragma(msg, typeof( & foo... | |||
November 20, 2012 General » Re: Is there interest in a std.http? | |||
|---|---|---|---|
| |||
vibe.d is MIT licensed. (Like almost every other WEB related library) Guess you have... | |||
Copyright © 1999-2021 by the D Language Foundation