March 12, 2021 Issues » [Issue 21705] New: Nullable!T.opEquals fails for T with non-const opEquals overload | |||
|---|---|---|---|
| |||
...to compile, with the following error message: --- bug.d(13): Error: template `std.typecons.Nullable... | |||
March 11, 2021 Learn » can't link a code, is it a bug or my fault? | |||
|---|---|---|---|
| |||
...b');
assert(pos == 1);
return 0;
}
Linker error message:
Linking...
/usr/bin/ld: .dub/build... | |||
March 10, 2021 Issues » [Issue 21699] New: Duplicate error for index out of bounds at compile time | |||
|---|---|---|---|
| |||
...ID: 21699
Summary: Duplicate error for index out...somehow misses the double message. I have used... | |||
March 10, 2021 Issues » [Issue 21697] Absurd limitations when passing lambda as alias parameter and bad error message | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=21697 Paul Backus <snarwin+bugzilla@gmail.com... | |||
March 10, 2021 Issues » [Issue 21697] Absurd limitations when passing lambda as alias parameter and bad error message | |||
|---|---|---|---|
| |||
...no "Error
instantiating" message??
//runInsideTemplateIndirect!bar2(); // Error: need this, but no "Error
instantiating" message??
//runOutsideTemplateDirect... | |||
March 10, 2021 Learn » Re: Very confusing error message when calling a class method from an invariant | |||
|---|---|---|---|
| |||
Now that you mention it, I'm pretty sure I've run into this before... | |||
March 10, 2021 Learn » Re: Very confusing error message when calling a class method from an invariant | |||
|---|---|---|---|
| |||
From the language spec [1]: So, inside the invariant, the object is treated as const... | |||
March 10, 2021 Learn » Very confusing error message when calling a class method from an invariant | |||
|---|---|---|---|
| |||
...122;
bool alive = true;
int age = 0;
//Error: mutable method onlineapp.Human.checkAge is not... | |||
March 10, 2021 Issues » [Issue 21697] New: Absurd limitations when passing lambda as alias parameter and bad error message | |||
|---|---|---|---|
| |||
...Error
run!(() { foo(); })();
}
}
The limitation of the 3rd syntax seems rather arbitrary. The error message... | |||
March 09, 2021 Issues » [Issue 21694] New: Misleading error message and invalid goto error | |||
|---|---|---|---|
| |||
...Issue ID: 21694
Summary: Misleading error message and invalid goto error
Product: D
Version: D2... | |||
Copyright © 1999-2021 by the D Language Foundation