May 03, 2021 General » Re: Where are the the comments in dmd? | |||
|---|---|---|---|
| |||
...there seems to be a dependencies in error message generation. So when trying to change... | |||
May 03, 2021 Issues » [Issue 21883] poor error message when swapping order of base class and interface | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=21883 Mathias LANG <pro.mathias.lang@gmail... | |||
May 01, 2021 Issues » [Issue 21885] New: Bad diagnostic: struct is not copyable because it is annotated @disable | |||
|---|---|---|---|
| |||
...Outer o1;
Outer o2;
o1 = o2;
}
--
Error message: Error: struct `tests.at_disable.Outer` is... | |||
April 30, 2021 Issues » [Issue 21883] poor error message when swapping order of base class and interface | |||
|---|---|---|---|
| |||
...rocks> --- dlang/dmd pull request #12490 "Improve error message for base class followed by interface... | |||
April 30, 2021 General » Re: make AUTO_BOOTSTRAP=1 fails and suggests to use AUTO_BOOTSTRAP=1 | |||
|---|---|---|---|
| |||
What's the error message? `make AUTO_BOOTSTRAP=1 -f posix.mak` builds just fine... | |||
April 30, 2021 Issues » [Issue 21883] poor error message when swapping order of base class and interface | |||
|---|---|---|---|
| |||
...updated dlang/dmd pull request #12490 "Improve error message for base class followed by interface... | |||
April 30, 2021 Issues » [Issue 21883] New: poor error message when swapping order of base class and interface | |||
|---|---|---|---|
| |||
...id=21883
Issue ID: 21883
Summary: poor error message when swapping order of base class... | |||
April 30, 2021 Issues » [Issue 21881] Array operation fails to compile even though it really should | |||
|---|---|---|---|
| |||
...row1[] + row1[] // Error: array operation without destination memory not allowed. ]; The error message says there... | |||
April 30, 2021 Issues » [Issue 21881] Array operation fails to compile even though it really should | |||
|---|---|---|---|
| |||
...I also don't understand why the error message I get from that is different... | |||
April 28, 2021 Issues » [Issue 21871] New: Accessing elements of "static immutable" arrays passed as template parameters requires allocation | |||
|---|---|---|---|
| |||
...require allocating the array first. 3. The error message occurs far from the point where... | |||
Copyright © 1999-2021 by the D Language Foundation