Search

August 05, 2021
Issues »
...pull request #3538 "Fix 22178: fpclassify is pure on Musl too" was merged into stable...
August 05, 2021
Issues »
...fpclassify is pure on Musl too" fixing this issue:

- Fix 22178: fpclassify is pure on...
August 05, 2021
Issues »
...in:
```
core/stdc/math.d(811): Error: `pure` function `core.stdc.math.isnormal` cannot
call...
August 03, 2021
General »
...box

saying there is no ecosystem is plain and simple dishonest and a PURE LIE
August 02, 2021
Learn »
...Error: static assert:  `is(void function(void*) pure nothrow @nogc @safe : void function(void*) @safe...
August 02, 2021
Learn »
Agh, stupid me.

You the man!!
August 02, 2021
Learn »
...pureFoo = cast(void function(int)pure)&foo;

int function(int)pure pureFoo;

shared static this...
August 02, 2021
Learn »
Try this:
```d
void main(){
    fp = cast(typeof(fp))&VFORMAT; //fails
}
```
August 02, 2021
Issues »
...dlang/druntime pull request #3534 "Mark as pure core.sys.posix.string: memccpy, stpcpy, stpncpy...
August 02, 2021
Learn »
...line_break, string tag, string fmt, ...) @nogc nothrow pure fp;
void main(){
    fp = &VFORMAT; //fails
}
```
112 113 114 115 116 117 118 119 120 121 122
Next ›   Last »