September 19, 2010 Learn » Re: Applying a tuple to a function (and more) | |||
|---|---|---|---|
| |||
...foreach on that structure and bind the params, etc. First try (Fail-1): // ---------------------------------------- auto selector... | |||
September 04, 2010 DMD » [dmd-internals] dmd commit, revision 657 | |||
|---|---|---|---|
| |||
...if (global.params.mapfile)
- cmdbuf.writestring(global.params.mapfile);
+ writeFilename(&cmdbuf, global.params.mapfile);
else... | |||
September 03, 2010 DMD » [dmd-internals] dmd test suite coverage | |||
|---|---|---|---|
| |||
...break;
-: 668: case TOKinvariant:
#####: 669: if (!global.params.useDeprecated)
#####: 670: error("use of 'invariant' rather... | |||
August 27, 2010 Phobos » [phobos] Parallelism in Phobos | |||
|---|---|---|---|
| |||
...ve already had to hack the template params so shared vs. unshared concrete types would... | |||
August 27, 2010 Issues » [Issue 4328] templated unittests fail to link when instantiated from other file if compiler order isn't correct | |||
|---|---|---|---|
| |||
...429,13 @@
sc->module->toModuleAssert();
}
+ if (/*global.params.useUnitTests &&*/ sc->module)
+ {
+ // Generate this function as... | |||
August 15, 2010 General » Re: Andrei's Google Talk | |||
|---|---|---|---|
| |||
...two arguments and returning an integer value.
* Params:
* a = an integer argument.
* s = a constant... | |||
August 09, 2010 Beta » [dmd-beta] dmd 1.063 and 2.048 beta | |||
|---|---|---|---|
| |||
...if TARGET_OSX
global.params.pic = 1;
#endif
[...]
if (global.params.pic)
VersionCondition::addPredefinedGlobalIdent("D... | |||
August 06, 2010 General » Re: Mixin Expressions, can't evalutate string variable | |||
|---|---|---|---|
| |||
...that are passed to it (out/ref params), without having to inspect the function signature... | |||
August 05, 2010 General » Re: Mixin Expressions, can't evalutate string variable | |||
|---|---|---|---|
| |||
...types; // types of parameters
alias ParameterStorageClassTuple!(func) params; // storage class of
parameters
string declString, callString... | |||
July 23, 2010 Learn » Re: Parsing with ranges | |||
|---|---|---|---|
| |||
...rvalue = replace(a.front, '+', ' ');
params[lvalue] = rvalue;
a.popFront;
assert (a.empty);
}
return params;
}
Tomek | |||
Copyright © 1999-2021 by the D Language Foundation