July 28 General » enums and version/static if/"inheritance" | |||
|---|---|---|---|
| |||
...constants, and use that. Maybe ```d import std.typecons; alias Foo = Typedef!int; enum Foo... | |||
July 28 General » Re: [Not really OT] Crowdstrike Analysis: It was a NULL pointer from the memory unsafe C++ language. | |||
|---|---|---|---|
| |||
...be safe. https://doc.rust-lang.org/std/ptr/index.html https://doc.rust-lang... | |||
July 28 Issues » [Issue 14138] std.parallelism.task breaks @safety | |||
|---|---|---|---|
| |||
...Bugzilla 14138 - std.parallelism.task breaks @safety" fixing this issue: - Fix Bugzilla 14138 - std.parallelism... | |||
July 27 Issues » [Issue 15315] can break immutable with std.algorithm.move | |||
|---|---|---|---|
| |||
...with std.algorithm.move" fixing this issue: - Fix Bugzilla 15315 - can break immutable with std... | |||
July 26 Issues » [Issue 24685] std.stdio.File.rawRead allows reading raw pointers from files in @safe code | |||
|---|---|---|---|
| |||
...phobos pull request #9030 "Fix Bugzilla 24685 - std.stdio.File.rawRead allows reading raw pointe…... | |||
July 26 Issues » [Issue 23300] std.array : array wrongly propagates scopeness of source | |||
|---|---|---|---|
| |||
...request #9026 "Bugzilla 23300 - add testcase for std.array on scope InputRange" was merged into... | |||
July 26 Issues » [Issue 24686] New: SumType stopped working on LDC 1.37 with unmatched DeducedParameterType template | |||
|---|---|---|---|
| |||
...and beyond. ``` /home/luis/.local/bin/../import/std/sumtype.d(418): Error: template instance `DeducedParameterType... | |||
July 26 Issues » [Issue 24685] std.stdio.File.rawRead allows reading raw pointers from files in @safe code | |||
|---|---|---|---|
| |||
...std.stdio.File.rawRead allows reading raw pointe…" fixing this issue: - Fix Bugzilla 24685 - std... | |||
July 26 Issues » [Issue 24685] New: std.stdio.File.rawRead allows reading raw pointers from files in @safe code | |||
|---|---|---|---|
| |||
...cgi?id=24685
Issue ID: 24685
Summary: std.stdio.File.rawRead allows reading raw pointers... | |||
July 25 DIP Ideas » Re: Explicit this for methods | |||
|---|---|---|---|
| |||
...without:
```d
class C(bool const_)
{
import std.conv : text;
private enum q = const_ ? "const... | |||
Copyright © 1999-2021 by the D Language Foundation