Thread overview
[Issue 22093] [Reg 2.097] std.typecons.RefCounted!T for struct T without an explicit toString or alias this previously could be converted to string even when uninitialized but now cannot be
Jun 30, 2021
Dlang Bot
Jun 30, 2021
Dlang Bot
Jul 13, 2021
Dlang Bot
June 30, 2021
https://issues.dlang.org/show_bug.cgi?id=22093

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@n8sh created dlang/phobos pull request #8152 "[stable] [Reg 2.097] std.typecons.RefCounted!T for struct T without an explicit toString or alias this previously could be converted to string even when uninitialized but now cannot" fixing this issue:

- Fix 22093 - [Reg 2.097] std.typecons.RefCounted!T for struct T without an explicit toString or alias this previously could be converted to string even when uninitialized but now cannot

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

--
June 30, 2021
https://issues.dlang.org/show_bug.cgi?id=22093

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

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

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/phobos pull request #8152 "[stable] [Reg 2.097] std.typecons.RefCounted!T for struct T without an explicit toString or alias this previously could be converted to string even when uninitialized but now cannot" was merged into stable:

- 9cf27f39d00931108a089c963a52c8931ca2c010 by Nathan Sashihara:
  Fix 22093 - [Reg 2.097] std.typecons.RefCounted!T for struct T without an
explicit toString or alias this previously could be converted to string even
when uninitialized but now cannot

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

--
July 13, 2021
https://issues.dlang.org/show_bug.cgi?id=22093

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

- c441b2ad599a4d54a08141fefec609474f75df71 by Nathan Sashihara:
  Fix 22093 - [Reg 2.097] std.typecons.RefCounted!T for struct T without an
explicit toString or alias this previously could be converted to string even
when uninitialized but now cannot

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

--