D issues are now tracked on GitHub. This Bugzilla instance remains as a read-only archive.
Issue 20757 - checkaction=context prints characters as integers
Summary: checkaction=context prints characters as integers
Status: RESOLVED FIXED
Alias: None
Product: D
Classification: Unclassified
Component: druntime (show other issues)
Version: D2
Hardware: All All
: P1 minor
Assignee: No Owner
URL:
Keywords: pull
Depends on:
Blocks:
 
Reported: 2020-04-21 20:00 UTC by moonlightsentinel
Modified: 2020-04-22 13:24 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description moonlightsentinel 2020-04-21 20:00:51 UTC
====================================

void main()
{
    assert('A' == 'B');
}


====================================

Compiling & running this snippet with -checkaction=context yields

core.exception.AssertError@onlineapp.d(3): 65 != 66
Comment 1 Dlang Bot 2020-04-21 20:02:27 UTC
@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 Dlang Bot 2020-04-22 13:24:51 UTC
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