July 31 DIP Development » Re: Frist Draft (in this forum): Enum Parameters | |||
|---|---|---|---|
| |||
...in private I have written my own `std.traits`-style library before. This DIP solves... | |||
July 31 General » Re: enums and version/static if/"inheritance" | |||
|---|---|---|---|
| |||
...of enum-based meta-programming (e.g. `std.conv.to`). You should also `@disable this();`. | |||
July 30 Issues » [Issue 18177] std.parallelism should be usable in @safe | |||
|---|---|---|---|
| |||
...show_bug.cgi?id=15129 [Issue 15129] std.parallelism.parallel doesn't enforce shared-correctness -- | |||
July 30 Issues » [Issue 15129] std.parallelism.parallel doesn't enforce shared-correctness | |||
|---|---|---|---|
| |||
...org/show_bug.cgi?id=18177 [Issue 18177] std.parallelism should be usable in @safe -- | |||
July 30 Issues » [Issue 18154] std.process should be usable in @safe | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=18154 Nick Treleaven <nick@geany.org> changed... | |||
July 30 DIP Ideas » Re: Transition to @safe by default | |||
|---|---|---|---|
| |||
...safety check messages. Example: - ``-msoff dmd.*`` - ``-mswarn std.*`` - ``-msinfo *`` The default level is info. All... | |||
July 29 DIP Ideas » Re: Grouped named import | |||
|---|---|---|---|
| |||
...d
import std.stdio;
void f() { writeln("x.f()"); }
--- y.d
import std.stdio;
void... | |||
July 29 General » Re: enums and version/static if/"inheritance" | |||
|---|---|---|---|
| |||
...name ~ " {";
foreach (m; __traits(allMembers, T))
{
import std.conv;
r ~= m ~ "=" ~ __traits(getMember, v, m... | |||
July 28 Issues » [Issue 15315] can break immutable with std.algorithm.move | |||
|---|---|---|---|
| |||
...Fix Bugzilla 15315 - can break immutable with std.algorithm.move" was merged into master: - dad7820d2aea4937f1ea1edc3340b9a7d454352a... | |||
July 28 Issues » [Issue 14138] std.parallelism.task breaks @safety | |||
|---|---|---|---|
| |||
...phobos pull request #9033 "Fix Bugzilla 14138 - std.parallelism.task breaks @safety" was merged into... | |||
Copyright © 1999-2021 by the D Language Foundation