[Issue 18468] cannot use `synchronized {}` in @safe code

2018-02-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18468

--- Comment #3 from github-bugzi...@puremagic.com ---
Commits pushed to master at https://github.com/dlang/dmd

https://github.com/dlang/dmd/commit/8130ab0a5181e3a71442a7014ebc5159331a9d2e
Fix Issue 18468 - cannot use `synchronized {}` in @safe code

https://github.com/dlang/dmd/commit/f06b5ef86be01db8ca0b116bc5499a9d10e2a6a5
Merge pull request #7918 from wilzbach/fix-18468

Fix Issue 18468 - cannot use `synchronized {}` in @safe code
merged-on-behalf-of: Mike Franklin <jins...@users.noreply.github.com>

--


[Issue 18468] cannot use `synchronized {}` in @safe code

2018-02-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18468

github-bugzi...@puremagic.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--


[Issue 18468] cannot use `synchronized {}` in @safe code

2018-02-22 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18468

Seb  changed:

   What|Removed |Added

   Severity|enhancement |major

--


[Issue 18468] cannot use `synchronized {}` in @safe code

2018-02-19 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18468

Seb  changed:

   What|Removed |Added

   Keywords||pull
 CC||greensunn...@gmail.com

--- Comment #2 from Seb  ---
Yep, looks like this is really trivial to fix:

https://github.com/dlang/dmd/pull/7918

--


[Issue 18468] cannot use `synchronized {}` in @safe code

2018-02-19 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18468

--- Comment #1 from Nicholas Wilson  ---
Im an idiot and can't read, still this should work.

--