November 19 Issues » [Issue 24867] Wrong deprecation warning of @system variable usage under CTFE | |||
|---|---|---|---|
| |||
...the same example with a different safety error, reading overlapped pointers:
```
union Bar
{
string name... | |||
November 18 Learn » Is this a correct way to make this code working at compile time? | |||
|---|---|---|---|
| |||
...t work (complain is for `S.f`): // Error: cannot implicitly convert expression `this.value` of... | |||
November 18 Issues » [Issue 24866] New: Inconsistent behavior in safe checking of conversion to void | |||
|---|---|---|---|
| |||
...test() {
static T t;
gee(&t); // no error
bar(cast(void[24])t); // cast from... | |||
November 18 General » [SAOC 2024] Improve D Error Messages - Weekly Update #9 | |||
|---|---|---|---|
| |||
...syntax error message [#16832](https://github.com/dlang/dmd/pull/16832)
- Improved syntax error messages... | |||
November 17 General » Re: Just a friendly reminder about using arrays in boolean conditions | |||
|---|---|---|---|
| |||
...the language or by programmers is just error-prone, and the lower level code that... | |||
November 17 General » Just a friendly reminder about using arrays in boolean conditions | |||
|---|---|---|---|
| |||
...and empty arrays, since it's quite error-prone (e.g. `"".idup is null` is... | |||
November 17 DIP Ideas » Re: Objective-C Interop Extensions | |||
|---|---|---|---|
| |||
...variable is that NSException effectively inherits from ``Error`` not ``Exception``. It is not meant to... | |||
November 17 Issues » [Issue 24353] Misleading error for foreach when opApply has wrong qualifier | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=24353 Paul Backus <snarwin+bugzilla@gmail.com... | |||
November 17 Issues » [Issue 24745] Better error message when creating an associative array with the wrong syntax | |||
|---|---|---|---|
| |||
...fix Bugzilla 24745 - improve associative array syntax error message" was merged into master: - d4b85e9827a85bfe4f55b0fbd1c487fed7b051b9 by... | |||
November 16 Issues » [Issue 24353] Misleading error for foreach when opApply has wrong qualifier | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=24353 Dlang Bot <dlang-bot@dlang.rocks... | |||
Copyright © 1999-2021 by the D Language Foundation