November 04 General » [SAOC 2024] Improve D Error Messages - Weekly Update #7 | |||
|---|---|---|---|
| |||
...serialization and error message structuring, as well as exploring additional utilities for enhanced error details. | |||
November 03 Issues » [Issue 24841] UTF-16 surrogates when used as an escape of a string should hint on error | |||
|---|---|---|---|
| |||
...escape of a string should hint on error" was merged into stable: - 6fb4da37daaf1767b78b1bc0791591dcf8c2dfb8 by Richard... | |||
November 02 DIP Ideas » Re: Allow designated initialization of struct | |||
|---|---|---|---|
| |||
...x = 127; short y = x / 2 + 1; //Error: integer promotion screwed you over again! //ugh... | |||
November 02 Issues » [Issue 24841] UTF-16 surrogates when used as an escape of a string should hint on error | |||
|---|---|---|---|
| |||
...escape of a string should hint on error" fixing this issue: - Fix bugzilla issue 24841... | |||
November 02 Issues » [Issue 24841] New: UTF-16 surrogates when used as an escape of a string should hint on error | |||
|---|---|---|---|
| |||
...rightly an error. The lexer should when it sees this range, should error but hint... | |||
November 01 Issues » [Issue 24413] ImportC: undefined identifier `__builtin_unreachable` | |||
|---|---|---|---|
| |||
...c(1084,43): Error: undefined identifier `__builtin_unreachable` md4c.c(1235,43): Error: undefined identifier... | |||
October 31 Learn » Do not able to install DMD Compiler with curl | |||
|---|---|---|---|
| |||
The following there is error "No public key"! ``` md@SDB MSYS ~ $ curl -fsS https://dlang... | |||
October 31 DIP Development » Re: First Draft: Placement New Expression | |||
|---|---|---|---|
| |||
...struct Foo {
int x;
}
```
```
onlineapp.d(1): Error: cannot determine the address of the initializer... | |||
October 30 Issues » [Issue 24838] @nogc lambda shouldn't allocate closure when lambda refers only to 'this' | |||
|---|---|---|---|
| |||
...guarantees, using the GC is the correct solution in this situation, and therefore should error. -- | |||
October 30 Issues » [Issue 24838] New: @nogc lambda shouldn't allocate closure when lambda refers only to 'this' | |||
|---|---|---|---|
| |||
...nobody@puremagic.com
Reporter: turkeyman@gmail.com
error : function `MyClass.myMethod` is `@nogc` yet allocates... | |||
Copyright © 1999-2021 by the D Language Foundation