[Issue 18051] missing enum support in formattedRead/unformatValue

2021-06-04 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18051

Steven Schveighoffer  changed:

   What|Removed |Added

 CC||schvei...@gmail.com

--- Comment #2 from Steven Schveighoffer  ---
Just ran into this today (2.096.1).

Surprised this isn't fixed yet...

--


[Issue 18051] missing enum support in formattedRead/unformatValue

2021-12-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18051

Dlang Bot  changed:

   What|Removed |Added

   Keywords||pull

--- Comment #3 from Dlang Bot  ---
@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

--


[Issue 18051] missing enum support in formattedRead/unformatValue

2021-12-31 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18051

Dlang Bot  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--- Comment #4 from Dlang Bot  ---
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

--


[Issue 18051] missing enum support in formattedRead/unformatValue

2018-08-21 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18051

--- Comment #1 from github-bugzi...@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

--