August 27, 2020
https://issues.dlang.org/show_bug.cgi?id=21201

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 #7607 "Fix Issue 21201 - let std.uuid.parseUUID accept input ranges whose elements are char or wchar, not just dchar" fixing this issue:

- Fix Issue 21201 - let std.uuid.parseUUID accept input ranges whose elements are char or wchar, not just dchar

  All characters of interest to std.uuid.parseUUID are ASCII so there is
  no reason it cannot work on a range of chars or wchars.

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

--
August 27, 2020
https://issues.dlang.org/show_bug.cgi?id=21201

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 #7607 "Fix Issue 21201 - let std.uuid.parseUUID accept input ranges whose elements are char or wchar, not just dchar" was merged into master:

- ef33b5352fc1ab551def7f342906b78b769c7bd0 by Nathan Sashihara:
  Fix Issue 21201 - let std.uuid.parseUUID accept input ranges whose elements
are char or wchar, not just dchar

  All characters of interest to std.uuid.parseUUID are ASCII so there is
  no reason it cannot work on a range of chars or wchars.

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

--