June 18 General » Re: The Future of D Runtime | |||
|---|---|---|---|
| |||
Ok, then were does the Event Loop go? Or the `std.math` methods that the... | |||
June 16 Learn » DWT - Can't build release while building debug doesn't raise any problem | |||
|---|---|---|---|
| |||
...1 Running `dub build --build=release` have issue while the bare `dub run` is Ok | |||
June 16 Issues » [Issue 24610] Basic range-based `toString` not recognized | |||
|---|---|---|---|
| |||
...2 from Max Samukha <maxsamukha@gmail.com> --- Ok, my bad. The range wants a char... | |||
June 16 Issues » [Issue 24610] New: Basic range-based `toString` not recognized | |||
|---|---|---|---|
| |||
...char[]);
s.toString(output);
assert(output[] == "S"); // ok
output.clear();
formattedWrite!"%s"(output, s);
import... | |||
June 05 Learn » Re: How to pass in reference a fixed array in parameter | |||
|---|---|---|---|
| |||
Yeah ok, i might have messed up with columns last time, but it works. ```d... | |||
June 05 Issues » [Issue 24586] New: [REG 2.108] initialization of immutable arrays with a system function marks the array as system | |||
|---|---|---|---|
| |||
...int v; v = x[0]; // ok v = x2[0]; // ok v = x3[0]; // deprecation } ``` The... | |||
June 03 Announce » Re: Release D 2.109.0 | |||
|---|---|---|---|
| |||
...dmd/pull/16560 I hope it's OK to update the online changelog with that. | |||
June 03 Issues » [Issue 24582] Detect unsafe `cast(bool[])` | |||
|---|---|---|---|
| |||
...OK
writeln(*cast(byte*)b.ptr); // 2, unsafe
writeln(*cast(byte*)c.ptr); // 1, OK... | |||
June 02 General » ldc2 exception handling on macOS | |||
|---|---|---|---|
| |||
...Run without throwing an exception" ./test_exception ok echo "Run and cause the throwing of... | |||
May 31 DIP Ideas » Re: @safe by default | |||
|---|---|---|---|
| |||
...and publicly import that here. That's ok, although it separates the documentation. The other... | |||
Copyright © 1999-2021 by the D Language Foundation