August 02 General » Re: Fear of Compiler Magic | |||
|---|---|---|---|
| |||
...enforce(0); } // error
int foo(){ assert(0); } // ok
"No compiler magic" would e.g. mean... | |||
August 01 Issues » [Issue 22043] [std.string] the example of `outdent` in dlang.org is wroung although the original unittest is correct | |||
|---|---|---|---|
| |||
...and is not a function call. It's OK when the RHS is a literal. -- | |||
August 01 General » Re: Memory safety does not matter | |||
|---|---|---|---|
| |||
...there are some instances where it's OK I think. For example, when dealing with... | |||
July 30 LDC » relaxed memory model function attribute | |||
|---|---|---|---|
| |||
...accepting individual @restrict pointer arguments are an OK alternative but when working with multiple inputs... | |||
July 30 Issues » [Issue 24688] New: Parameter by-value keeps const (only in templates) | |||
|---|---|---|---|
| |||
...as in the line with **. I'm ok if it instead tries a constant copy... | |||
July 29 Learn » Re: copy must be const?!? | |||
|---|---|---|---|
| |||
...to modify an object, I'm perfectly ok that I can't use may of... | |||
July 28 General » Re: [Not really OT] Crowdstrike Analysis: It was a NULL pointer from the memory unsafe C++ language. | |||
|---|---|---|---|
| |||
...ptr) {
if (ptr !is null) {
writeln(*ptr); // ok pointer is known to be good
writeln... | |||
July 25 Learn » Re: copy must be const?!? | |||
|---|---|---|---|
| |||
Woah. Is this @safe? Ok, I know this is a fresh copy, that hopefully doesn... | |||
July 22 General » Re: D not considered memory safe | |||
|---|---|---|---|
| |||
Ok, I understand that. | |||
July 18 Learn » Error: circular reference to variable cause by order (bugs?) | |||
|---|---|---|---|
| |||
...code has circular reference type, and compile ok. and there is a lot type I... | |||
Copyright © 1999-2021 by the D Language Foundation