[Issue 20195] -preview=nosharedaccess has some access problems

2019-09-07 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20195 Manu changed: What|Removed |Added Keywords||rejects-valid --

[Issue 20195] -preview=nosharedaccess has some access problems

2020-06-06 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20195 Walter Bright changed: What|Removed |Added CC||bugzi...@digitalmars.com --- Comment #1 from

[Issue 20195] -preview=nosharedaccess has some access problems

2020-06-06 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20195 --- Comment #2 from Dlang Bot --- @WalterBright updated dlang/dmd pull request #11239 "allow initialization of shared variables" mentioning this issue: - Issue 20195: allow initialization of shared variables (partial fix) https://github.com/dlang/d

[Issue 20195] -preview=nosharedaccess has some access problems

2020-06-06 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20195 --- Comment #3 from Dlang Bot --- dlang/dmd pull request #11239 "allow initialization of shared variables" was merged into master: - 9c79cb16c336244572d9578e3c3b1d7b4d9d20f2 by Walter Bright: Issue 20195: allow initialization of shared variables (

[Issue 20195] -preview=nosharedaccess has some access problems

2020-06-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20195 moonlightsenti...@disroot.org changed: What|Removed |Added CC||moonlightsentinel@disroot.o

[Issue 20195] -preview=nosharedaccess has some access problems

2020-07-02 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20195 --- Comment #4 from Dlang Bot --- @UplinkCoder updated dlang/dmd pull request #10412 "Allow ref-returns of shared Variables" mentioning this issue: - Issue 20195 - Allow explicit ref-returns of shared Variables (partial fix) This is okay because

[Issue 20195] -preview=nosharedaccess has some access problems

2020-07-03 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20195 --- Comment #5 from Dlang Bot --- dlang/dmd pull request #10412 "Allow ref-returns of shared Variables" was merged into master: - 02fd0cd4b88d6f166a6d3905487279d7c723c46d by Stefan Koch: Issue 20195 - Allow explicit ref-returns of shared Variables

[Issue 20195] -preview=nosharedaccess has some access problems

2020-07-03 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20195 --- Comment #6 from Dlang Bot --- @andralex updated dlang/dmd pull request #11368 "Flagpack" mentioning this issue: - Issue 20195 - Allow explicit ref-returns of shared Variables (partial fix) This is okay because we are passing a pointer and not

[Issue 20195] -preview=nosharedaccess has some access problems

2020-09-13 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20195 Dlang Bot changed: What|Removed |Added Keywords||pull --- Comment #7 from Dlang Bot --- @Geod24

[Issue 20195] -preview=nosharedaccess has some access problems

2020-09-18 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20195 Dlang Bot changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---