November 08, 2020 Issues » [Issue 13501] [REG2.052] Crash with throwing in scope(failure) after throwing in scope(success) | |||
|---|---|---|---|
| |||
...cgi?id=13501 --- Comment #7 from Vladimir Panteleev <dlang-bugzilla@thecybershadow.net> --- non-nothrow code* -- | |||
November 08, 2020 Issues » [Issue 13501] [REG2.052] Crash with throwing in scope(failure) after throwing in scope(success) | |||
|---|---|---|---|
| |||
...need to be about any and all nothrow code, not just throw statements, which would... | |||
November 07, 2020 Issues » [Issue 21368] New: copy-constructors aren't called for static arrays | |||
|---|---|---|---|
| |||
...com
struct S
{
int* data;
@safe pure nothrow @nogc:
this(ref return scope inout typeof... | |||
November 07, 2020 General » Re: What does nothrow buy me? | |||
|---|---|---|---|
| |||
...code I call from the nothrow function isn't nothrow itself. It's true that... | |||
November 07, 2020 Issues » [Issue 21367] New: Nameless union propagates copy constructors and destructors over all members | |||
|---|---|---|---|
| |||
...destroy and postblit all union members: pure nothrow @nogc @trusted void example.Variant!(example.RCArray... | |||
November 03, 2020 Issues » [Issue 21358] New: conv.to array to string seems to lack nothrow | |||
|---|---|---|---|
| |||
...to array to string seems to lack nothrow
Product: D
Version: D2
Hardware: All
OS... | |||
October 31, 2020 General » Re: Better branding of -betterC | |||
|---|---|---|---|
| |||
...string path) nothrow
{
return Result!(string, Error)(Error.fileNotFound);
}
Result!(void, Error) foo() nothrow
{
string... | |||
October 29, 2020 Issues » [Issue 21348] New: Nested function can't return inout without inout parameter | |||
|---|---|---|---|
| |||
...inout must be on a parameter as well for pure nothrow @nogc @safe inout(S)() --- -- | |||
October 28, 2020 General » Re: What does nothrow buy me? | |||
|---|---|---|---|
| |||
...call nothrow functions, then your function is nothrow. If you assert in your nothrow function... | |||
October 28, 2020 General » Re: What does nothrow buy me? | |||
|---|---|---|---|
| |||
...someone's Excel sheet, but... making them nothrow makes me write a catch block, which... | |||
Copyright © 1999-2021 by the D Language Foundation