April 07, 2021 Issues » [Issue 20068] Union initialization in constructors should be @safe | |||
|---|---|---|---|
| |||
...determining whether it's modifiable and instead defer it after the `ConstructExp` lowerings. This also... | |||
April 04, 2021 Issues » [Issue 21798] checkaction=context creates temporary of type void | |||
|---|---|---|---|
| |||
...void Skip temporaries for `void` expressions and defer error messages to further semantic analysis. https... | |||
April 04, 2021 Issues » [Issue 21798] checkaction=context creates temporary of type void | |||
|---|---|---|---|
| |||
...void Skip temporaries for `void` expressions and defer error messages to further semantic analysis. https... | |||
March 27, 2021 General » Re: Motive behind !empty() with front() instead of Optional front() | |||
|---|---|---|---|
| |||
...must be checked. The only way to defer this check to the user is to... | |||
March 18, 2021 Announce » Re: On the D Blog--Symphony of Destruction: Structs, Classes, and the GC | |||
|---|---|---|---|
| |||
...and sometimes check for error. They have `defer`, which is similar to D's `scope... | |||
February 04, 2021 General » Re: Discussion Thread: DIP 1036--String Interpolation Tuple Literals--Community Review Round 2 | |||
|---|---|---|---|
| |||
...compile time interpolations? Is it owed to defer the process of interpolation after template expansion... | |||
January 12, 2021 General » Re: Forum RSS seems not work at all | |||
|---|---|---|---|
| |||
...RFC 5005, but I would like to defer this until we know that it is... | |||
November 25, 2020 General » Re: Garbage Collection and gamedev - tl;dr Yes we want it, so let's solve it | |||
|---|---|---|---|
| |||
...APIs and then making of the language features (using/SafeHandles, try, defer) to create arenas? | |||
September 23, 2020 General » Re: static map as a type function | |||
|---|---|---|---|
| |||
...to investigate is instantiation elimination: i.e., defer the actual instantiation of a template (with... | |||
July 23, 2020 General » Re: new should lower to a template function call | |||
|---|---|---|---|
| |||
...own __new_instance, and if it does, defer to it. That way the deprecated feature... | |||
Copyright © 1999-2021 by the D Language Foundation