May 27, 2023 Issues » [Issue 23940] std.getopt does not assert with options that only differ in case with config.caseInsensitive | |||
|---|---|---|---|
| |||
...Fix Issue 23940 - std.getopt does not assert with options that only d…" fixing this... | |||
May 27, 2023 Issues » [Issue 23940] New: std.getopt does not assert with options that only differ in case with config.caseInsensitive | |||
|---|---|---|---|
| |||
...ID: 23940
Summary: std.getopt does not assert with options that only
differ in case... | |||
May 26, 2023 Issues » [Issue 23939] New: trace handler showing incorrect stack frames | |||
|---|---|---|---|
| |||
...t. For example:
```d
unittest
{
int x;
assert(x == 1);
}
void main() {}
```
Compiled with ldc... | |||
May 25, 2023 General » Re: Direct recursion detection possible? | |||
|---|---|---|---|
| |||
...unsigned char` is only 8-bit.) An `assert(false)` leading to dead code is indeed... | |||
May 25, 2023 General » Re: Direct recursion detection possible? | |||
|---|---|---|---|
| |||
...lets me inject assert(false) expressions during development:
void foo() {
someCode();
assert(false, "some information... | |||
May 25, 2023 General » Re: assert error from core/sys/posix/sys/stat | |||
|---|---|---|---|
| |||
thanks for the tips, can not use issues.dlang.org. if some one have account... | |||
May 24, 2023 General » Re: D Primary Type Syntax is Essentially Implemented! | |||
|---|---|---|---|
| |||
...that fails is an intended breaking: `static assert(__traits(isSame, (e), 3))` (where `e` is... | |||
May 23, 2023 General » D Primary Type Syntax is Essentially Implemented! | |||
|---|---|---|---|
| |||
...ref int function() ) { }
static assert(!is( typeof(&a) == typeof(&b) ));
static assert( is( typeof(&a... | |||
May 22, 2023 General » Re: assert error from core/sys/posix/sys/stat | |||
|---|---|---|---|
| |||
Report to https://issues.dlang.org/. That's probably a problem with how stat_t... | |||
May 22, 2023 General » Re: Good examples of version() algebra in real code | |||
|---|---|---|---|
| |||
Runtime assert doesn't work at module scope. Also, it's usually better to catch... | |||
Copyright © 1999-2021 by the D Language Foundation