Thread overview
[Issue 23732] Cannot create shared instance of class with -preview=nosharedaccess
Feb 22, 2023
Atila Neves
Feb 23, 2023
RazvanN
Feb 23, 2023
RazvanN
Feb 23, 2023
RazvanN
Feb 24, 2023
Dlang Bot
Feb 26, 2023
Dlang Bot
Mar 01, 2023
Dlang Bot
February 22, 2023
https://issues.dlang.org/show_bug.cgi?id=23732

Atila Neves <atila.neves@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |rejects-valid

--
February 23, 2023
https://issues.dlang.org/show_bug.cgi?id=23732

RazvanN <razvan.nitu1305@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |razvan.nitu1305@gmail.com
           Severity|major                       |regression

--
February 23, 2023
https://issues.dlang.org/show_bug.cgi?id=23732

--- Comment #1 from RazvanN <razvan.nitu1305@gmail.com> ---
Introduced by: https://github.com/dlang/dmd/pull/11726

--
February 23, 2023
https://issues.dlang.org/show_bug.cgi?id=23732

--- Comment #2 from RazvanN <razvan.nitu1305@gmail.com> ---
Scratch that. This PR introduced the regression: https://github.com/dlang/dmd/pull/13970

--
February 24, 2023
https://issues.dlang.org/show_bug.cgi?id=23732

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

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

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
@RazvanN7 created dlang/dmd pull request #14909 "Fix Issue 23732 - Cannot create shared instance of class with -preview=nosharedaccess" fixing this issue:

- Fix Issue 23732 - Cannot create shared instance of class with -preview=nosharedaccess

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

--
February 26, 2023
https://issues.dlang.org/show_bug.cgi?id=23732

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

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

--- Comment #4 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #14909 "Fix Issue 23732 - Cannot create shared instance of class with -preview=nosharedaccess" was merged into stable:

- 2893a518acfe4c5c2d4f827aa6d2fe2a35370f83 by RazvanN7:
  Fix Issue 23732 - Cannot create shared instance of class with
-preview=nosharedaccess

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

--
March 01, 2023
https://issues.dlang.org/show_bug.cgi?id=23732

--- Comment #5 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #14938 "merge stable" was merged into master:

- c129fd01ad0040556d95b8864b5ab946e3f0a018 by RazvanN7:
  Fix Issue 23732 - Cannot create shared instance of class with
-preview=nosharedaccess

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

--