Search

August 22, 2019
Issues »
...Hardware: All
                OS: All
            Status: NEW
          Severity: regression
          Priority: P1
         Component: dmd
          Assignee: nobody@puremagic...
August 20, 2019
Issues »
...bug.cgi?id=20021

elpenguino+D@gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |regression

--
August 20, 2019
Issues »
...as well in DMD 2.088.0-beta.1. This is a partial regression now.

--
August 19, 2019
Issues »
...1 from RazvanN <razvan.nitu1305@gmail.com> ---
Regression introduced by: https://github.com/dlang/dmd...
August 19, 2019
Issues »
...Hardware: All
                OS: Linux
            Status: NEW
          Severity: regression
          Priority: P1
         Component: dmd
          Assignee: nobody@puremagic...
August 17, 2019
Issues »
...x86_64
                OS: Linux
            Status: NEW
          Severity: regression
          Priority: P1
         Component: dmd
          Assignee: nobody@puremagic...
August 16, 2019
Learn »
Yes. Or you can use synchronized blocks. e.g.

    synchronized(mtx)
    {
        (cast(string[string]) dict...
August 16, 2019
Learn »
OK, I get the point. So I should go with something similar to this, right...
August 15, 2019
Issues »
...x86_64
                OS: Linux
            Status: NEW
          Severity: regression
          Priority: P1
         Component: dmd
          Assignee: nobody@puremagic...
August 15, 2019
Learn »
D really needs some official thread-safe implementations of containers, hashmaps etc.
101 102 103 104 105 106 107 108 109 110 111
Next ›   Last »