13 hours ago Announce » D Language Foundation July 2024 Quarterly Meeting Summary | |||
|---|---|---|---|
| |||
...irrelevant when it was replaced with something else. Dennis said one of Razvan's students... | |||
15 hours ago Issues » [Issue 11666] Separate each platform's port to its own folder/file: aka "if version{} else version {}" getting out of control | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=11666 --- Comment #11 from dlangBugzillaToGithub <robert.schadek... | |||
2 days ago DIP Ideas » Re: Struct inheritance | |||
|---|---|---|---|
| |||
...ever does, and making it do anything else will introduce inconsistencies into the language. For... | |||
2 days ago DIP Ideas » Re: @property fields | |||
|---|---|---|---|
| |||
...have. If you want to do something else, you can define the methods manually. This... | |||
2 days ago DIP Ideas » Re: Struct inheritance | |||
|---|---|---|---|
| |||
...to just name the member variable something else to avoid the conflict. We had a... | |||
2 days ago Learn » Re: Partial application on Nth argument | |||
|---|---|---|---|
| |||
...N == 0)
return func(fixedArgs[0], argsRest);
else
return func(argsRest[0 .. N],
fixedArgs[0... | |||
2 days ago Issues » [Issue 24891] Two scope attributes emitted as part of .di generation | |||
|---|---|---|---|
| |||
...should now use the git repository. Or what else was the plan with the migration? -- | |||
2 days ago Announce » D Language Foundation June Monthly Meeting Summary | |||
|---|---|---|---|
| |||
...the compiler repository; everything else we rip out and put somewhere else. That way people... | |||
4 days ago General » Re: Something like ADL from C++? | |||
|---|---|---|---|
| |||
...if(hasSerialiser)
slowBuilder ~= serialiserFor!Thing(things[i]);
else
slowBuilder ~= serialise(things[i]);
}}
return slowBuilder;
}
template... | |||
4 days ago General » Re: Something like ADL from C++? | |||
|---|---|---|---|
| |||
...traits(parent, T);
alias serialiseOf = mod.serialise;
}
else
{
static import default_serialise;
alias serialiseOf = default... | |||
Copyright © 1999-2021 by the D Language Foundation