Bug 20757 – checkaction=context prints characters as integers

Status
RESOLVED
Resolution
FIXED
Severity
minor
Priority
P1
Component
druntime
Product
D
Version
D2
Platform
All
OS
All
Creation time
2020-04-21T20:00:51Z
Last change time
2020-04-22T13:24:51Z
Keywords
pull
Assigned to
No Owner
Creator
moonlightsentinel

Comments

Comment #0 by moonlightsentinel — 2020-04-21T20:00:51Z
==================================== void main() { assert('A' == 'B'); } ==================================== Compiling & running this snippet with -checkaction=context yields [email protected](3): 65 != 66
Comment #1 by dlang-bot — 2020-04-21T20:02:27Z
@MoonlightSentinel created dlang/druntime pull request #3057 "Fix Issue 20757 - checkaction=context prints characters as integers" fixing this issue: - Fix Issue 20757 - checkaction=context prints characters as integers https://github.com/dlang/druntime/pull/3057
Comment #2 by dlang-bot — 2020-04-22T13:24:51Z
dlang/druntime pull request #3057 "Fix Issue 20757 - checkaction=context prints characters as integers" was merged into master: - 599cac7b28af6f4593b12a1207f5bf956a29855a by MoonlightSentinel: Fix Issue 20757 - checkaction=context prints characters as integers https://github.com/dlang/druntime/pull/3057