August 09, 2021 Issues » [Issue 22178] [REG 2.097] Compilers do not compile on Musl Libc | |||
|---|---|---|---|
| |||
...d481db2c121828af6f3f32c91bd1d8f63d91d791 by Geod24: Fix 22178: fpclassify is pure on Musl too https://github.com/dlang... | |||
August 09, 2021 General » Re: You are a stupid programmer, you can't have that | |||
|---|---|---|---|
| |||
...point of view, unsigned arithmetic is the pure, simple version, and signed arithmetic is the... | |||
August 09, 2021 Issues » [Issue 21073] Rebindable does not work when class has alias this to inout property | |||
|---|---|---|---|
| |||
...return 5;
}
alias internal this;
};
void main() pure
{
const c = new C;
auto r = cast... | |||
August 08, 2021 Learn » input range with non copyable element | |||
|---|---|---|---|
| |||
...i;
this(scope ref typeof(this) rhs)pure nothrow @safe @nogc{
//this.i = rhs.i... | |||
August 08, 2021 Issues » [Issue 22192] Inconsistent attribute inference for template member function | |||
|---|---|---|---|
| |||
...S s;
s.p = p;
return s;
}
// pure nothrow @nogc @safe S(int* p)
pragma... | |||
August 08, 2021 Issues » [Issue 22192] Inconsistent attribute inference for template member function | |||
|---|---|---|---|
| |||
...void()
pragma(msg, typeof(S!().initialize));
else
// pure nothrow @nogc @safe void()
pragma(msg, typeof... | |||
August 08, 2021 Issues » [Issue 22192] New: [The D Bug Tracker] | |||
|---|---|---|---|
| |||
...emit: "r1.initialize:pure nothrow @nogc @safe void(int* i) S!().initialize:pure nothrow @nogc... | |||
August 08, 2021 General » Seems, almost all "mesonified" packages broken? | |||
|---|---|---|---|
| |||
...we need this if we moving to pure Meson? pkgc.generate(...) ``` Perhaps I do not... | |||
August 06, 2021 Issues » [Issue 22186] [REG2.096] CTFE pure cast of function no longer allowed | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=22186
johanengelen@weka.io changed:
What |Removed... | |||
August 06, 2021 Issues » [Issue 22186] New: [REG2.096] CTFE pure cast of function no longer allowed | |||
|---|---|---|---|
| |||
...pure"(dg);
return 1;
}
}
else
{
auto foo() {
int delegate() dg = delegate() { return 1; };
as!"pure... | |||
Copyright © 1999-2021 by the D Language Foundation