Thread overview
[Issue 24841] UTF-16 surrogates when used as an escape of a string should hint on error
Nov 02
Dlang Bot
Nov 03
Dlang Bot
5 days ago
Dlang Bot
November 02
https://issues.dlang.org/show_bug.cgi?id=24841

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@rikkimax created dlang/dmd pull request #17047 "Fix bugzilla issue 24841 - UTF-16 surrogates when used as an escape of a string should hint on error" fixing this issue:

- Fix bugzilla issue 24841 - UTF-16 surrogates when used as an escape of a string should hint on error

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

--
November 03
https://issues.dlang.org/show_bug.cgi?id=24841

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/dmd pull request #17047 "Fix bugzilla issue 24841 - UTF-16 surrogates when used as an escape of a string should hint on error" was merged into stable:

- 6fb4da37daaf1767b78b1bc0791591dcf8c2dfb8 by Richard (Rikki) Andrew
Cattermole:
  Fix bugzilla issue 24841 - UTF-16 surrogates when used as an escape of a
string should hint on error

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

--
5 days ago
https://issues.dlang.org/show_bug.cgi?id=24841

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

- b11b3f3bfa8d8fd1dd9413bb97d044855aef7613 by Richard (Rikki) Andrew
Cattermole:
  Fix bugzilla issue 24841 - UTF-16 surrogates when used as an escape of a
string should hint on error

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

--