Thread overview
[Issue 21000] -preview=nosharedaccess precludes use of stdin,stdout,stderr
Jul 01, 2020
Bruce Carneal
Sep 09, 2022
Dlang Bot
Oct 05, 2022
Dlang Bot
July 01, 2020
https://issues.dlang.org/show_bug.cgi?id=21000

--- Comment #1 from Bruce Carneal <bcarneal11@gmail.com> ---
main() needs a closing brace.

--
September 09, 2022
https://issues.dlang.org/show_bug.cgi?id=21000

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
@atilaneves created dlang/phobos pull request #8562 "Fix issue 21000 - allow use of std{in,out,err} with -preview=noshared…" fixing this issue:

- Fix issue 21000 - allow use of std{in,out,err} with -preview=nosharedaccess

https://github.com/dlang/phobos/pull/8562

--
October 05, 2022
https://issues.dlang.org/show_bug.cgi?id=21000

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/phobos pull request #8562 "Fix issue 21000 - allow use of std{in,out,err} with -preview=noshared…" was merged into master:

- 03ac553e03d2c018c7e4b050c4cb4e893bdf79dc by Atila Neves:
  Fix issue 21000 - allow use of std{in,out,err} with -preview=nosharedaccess

https://github.com/dlang/phobos/pull/8562

--