November 08 Learn » Error with -betterC | |||
|---|---|---|---|
| |||
...common.SubmitDesc)) const' collect2: error: ld returned 1 exit status Error: undefined reference to `leo... | |||
November 08 Issues » [Issue 24848] New: bad parser diagnostic for a partial MulExp | |||
|---|---|---|---|
| |||
...A1 {}
if (A1*) {}
return;
}
```
you get the error messages
The second message is very bad... | |||
November 07 Issues » [Issue 24847] New: std.concurrency.initOnce does not work with -preview=nosharedaccess | |||
|---|---|---|---|
| |||
...std/concurrency.d(2684): Error: template instance `std.concurrency.initOnce!(instance)` error instantiating onlineapp.d... | |||
November 07 Issues » [Issue 24846] New: atomicLoad does not work for class arguments with -preview=nosharedaccess | |||
|---|---|---|---|
| |||
...results in: core/internal/atomic.d(155): Error: direct access to shared `*cast(shared(inout... | |||
November 06 Issues » [Issue 24845] Compiler error when trying to assign to an AA value of an enum instance | |||
|---|---|---|---|
| |||
...What |Removed |Added
----------------------------------------------------------------------------
Summary|Compiler error when trying |Compiler error when trying
|to access AA... | |||
November 06 Issues » [Issue 24845] New: Compiler error when trying to access AA value of an enum instance | |||
|---|---|---|---|
| |||
...id=24845
Issue ID: 24845
Summary: Compiler error when trying to access AA value of... | |||
November 06 Learn » Re: Negating a short? | |||
|---|---|---|---|
| |||
...i *= -1; // Works
i = i*-1; // Gives: Error: cannot implicitly convert expression `cast(int)i... | |||
November 06 Learn » Re: Negating a short? | |||
|---|---|---|---|
| |||
...fit } ``` In your example, you get an error because: - VRP doesn't do data flow... | |||
November 05 Issues » [Issue 24844] New: BigInt multiplication of 0 by integral (non-BigInt) type creates "-0" (negative zero) | |||
|---|---|---|---|
| |||
...unexpected behavior. It is likely a logical error in the `isIntegral!y` variant of the... | |||
November 05 Learn » Re: Negating a short? | |||
|---|---|---|---|
| |||
I still see: tst15.d(6): Error: cannot implicitly convert expression `-cast(int)s` of... | |||
Copyright © 1999-2021 by the D Language Foundation