August 05, 2021 Issues » [Issue 22178] [REG 2.097] Compilers do not compile on Musl Libc | |||
|---|---|---|---|
| |||
...pull request #3538 "Fix 22178: fpclassify is pure on Musl too" was merged into stable... | |||
August 05, 2021 Issues » [Issue 22178] [REG 2.097] Compilers do not compile on Musl Libc | |||
|---|---|---|---|
| |||
...fpclassify is pure on Musl too" fixing this issue: - Fix 22178: fpclassify is pure on... | |||
August 05, 2021 Issues » [Issue 22178] New: [REG 2.097] Compilers do not compile on Musl Libc | |||
|---|---|---|---|
| |||
...in: ``` core/stdc/math.d(811): Error: `pure` function `core.stdc.math.isnormal` cannot call... | |||
August 03, 2021 General » Re: Do you use D's GC? | |||
|---|---|---|---|
| |||
...box saying there is no ecosystem is plain and simple dishonest and a PURE LIE | |||
August 02, 2021 Learn » compare types of functions. | |||
|---|---|---|---|
| |||
...Error: static assert: `is(void function(void*) pure nothrow @nogc @safe : void function(void*) @safe... | |||
August 02, 2021 Learn » Re: cast to pure function stop work after upgrade | |||
|---|---|---|---|
| |||
Agh, stupid me. You the man!! | |||
August 02, 2021 Learn » Re: cast to pure function stop work after upgrade | |||
|---|---|---|---|
| |||
...pureFoo = cast(void function(int)pure)&foo; int function(int)pure pureFoo; shared static this... | |||
August 02, 2021 Learn » Re: cast to pure function stop work after upgrade | |||
|---|---|---|---|
| |||
Try this:
```d
void main(){
fp = cast(typeof(fp))&VFORMAT; //fails
}
``` | |||
August 02, 2021 Issues » [Issue 22169] Mark as pure core.sys.posix.string: memccpy, stpcpy, stpncpy, strnlen | |||
|---|---|---|---|
| |||
...dlang/druntime pull request #3534 "Mark as pure core.sys.posix.string: memccpy, stpcpy, stpncpy... | |||
August 02, 2021 Learn » Re: cast to pure function stop work after upgrade | |||
|---|---|---|---|
| |||
...line_break, string tag, string fmt, ...) @nogc nothrow pure fp;
void main(){
fp = &VFORMAT; //fails
}
``` | |||
Copyright © 1999-2021 by the D Language Foundation