Thread overview
[Issue 18051] missing enum support in formattedRead/unformatValue
Dec 29, 2021
Dlang Bot
Dec 31, 2021
Dlang Bot
August 21, 2018
https://issues.dlang.org/show_bug.cgi?id=18051

--- Comment #1 from github-bugzilla@puremagic.com ---
Commit pushed to master at https://github.com/dlang/phobos

https://github.com/dlang/phobos/commit/6a0a91a8135cc0ce10253c23e788b0782bce165e Use version(TestComplex) as a workaround against issue 18051

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

Steven Schveighoffer <schveiguy@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |schveiguy@gmail.com

--- Comment #2 from Steven Schveighoffer <schveiguy@gmail.com> ---
Just ran into this today (2.096.1).

Surprised this isn't fixed yet...

--
December 29, 2021
https://issues.dlang.org/show_bug.cgi?id=18051

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

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

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
@wolframw created dlang/phobos pull request #8345 "Fix Issue 18051 - missing enum support in formattedRead/unformatValue" fixing this issue:

- Fix Issue 18051 - missing enum support in formattedRead/unformatValue

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

--
December 31, 2021
https://issues.dlang.org/show_bug.cgi?id=18051

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/phobos pull request #8345 "Fix Issue 18051 - missing enum support in formattedRead/unformatValue" was merged into master:

- b8d99cca2df744b13d78b8918524cbe00ad343dd by wolframw:
  Fix Issue 18051 - missing enum support in formattedRead/unformatValue

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

--