December 17, 2022 [Issue 10794] Unsynchronized access to data of syncronized class | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=10794 Iain Buclaw <ibuclaw@gdcproject.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P2 |P3 -- |
January 04, 2023 [Issue 10794] Unsynchronized access to data of syncronized class | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=10794 RazvanN <razvan.nitu1305@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |razvan.nitu1305@gmail.com Resolution|--- |WORKSFORME --- Comment #1 from RazvanN <razvan.nitu1305@gmail.com> --- I cannot reproduce this. I am getting: test.d(15): Error: function `test.sneaky(out int bar)` is not callable using argument types `(shared(int))` test.d(15): cannot pass argument `this.bar` of type `shared(int)` to parameter `out int bar` Which is correct. -- |
Copyright © 1999-2021 by the D Language Foundation