April 21, 2020 [Issue 20757] New: checkaction=context prints characters as integers | ||||
|---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=20757 Issue ID: 20757 Summary: checkaction=context prints characters as integers Product: D Version: D2 Hardware: All OS: All Status: NEW Severity: minor Priority: P1 Component: druntime Assignee: nobody@puremagic.com Reporter: moonlightsentinel@disroot.org ==================================== void main() { assert('A' == 'B'); } ==================================== Compiling & running this snippet with -checkaction=context yields core.exception.AssertError@onlineapp.d(3): 65 != 66 -- | ||||
Copyright © 1999-2021 by the D Language Foundation
Permalink
Reply