August 22, 2019 Issues » [Issue 20152] New: numeric expression should not evaluate to const type | |||
|---|---|---|---|
| |||
...Hardware: All
OS: All
Status: NEW
Severity: regression
Priority: P1
Component: dmd
Assignee: nobody@puremagic... | |||
August 20, 2019 Issues » [Issue 20021] `static if` doesn't evaluate `opCast(T : bool)` | |||
|---|---|---|---|
| |||
...bug.cgi?id=20021
elpenguino+D@gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|normal |regression
-- | |||
August 20, 2019 Issues » [Issue 20021] `static if` doesn't evaluate `opCast(T : bool)` | |||
|---|---|---|---|
| |||
...as well in DMD 2.088.0-beta.1. This is a partial regression now. -- | |||
August 19, 2019 Issues » [Issue 20136] opEquals not recognized for AA key | |||
|---|---|---|---|
| |||
...1 from RazvanN <razvan.nitu1305@gmail.com> --- Regression introduced by: https://github.com/dlang/dmd... | |||
August 19, 2019 Issues » [Issue 20142] New: Reading member of enum considered modifying access | |||
|---|---|---|---|
| |||
...Hardware: All
OS: Linux
Status: NEW
Severity: regression
Priority: P1
Component: dmd
Assignee: nobody@puremagic... | |||
August 17, 2019 Issues » [Issue 20136] New: opEquals not recognized for AA key | |||
|---|---|---|---|
| |||
...x86_64
OS: Linux
Status: NEW
Severity: regression
Priority: P1
Component: dmd
Assignee: nobody@puremagic... | |||
August 16, 2019 Learn » Re: Cannot take the .keys of shared AA. Is this a regression in 2.087 or a feature? | |||
|---|---|---|---|
| |||
Yes. Or you can use synchronized blocks. e.g.
synchronized(mtx)
{
(cast(string[string]) dict... | |||
August 16, 2019 Learn » Re: Cannot take the .keys of shared AA. Is this a regression in 2.087 or a feature? | |||
|---|---|---|---|
| |||
OK, I get the point. So I should go with something similar to this, right... | |||
August 15, 2019 Issues » [Issue 20133] New: [REG2.084.0] Bogus slice assignment in recursive CTFE call | |||
|---|---|---|---|
| |||
...x86_64
OS: Linux
Status: NEW
Severity: regression
Priority: P1
Component: dmd
Assignee: nobody@puremagic... | |||
August 15, 2019 Learn » Re: Cannot take the .keys of shared AA. Is this a regression in 2.087 or a feature? | |||
|---|---|---|---|
| |||
D really needs some official thread-safe implementations of containers, hashmaps etc. | |||
Copyright © 1999-2021 by the D Language Foundation