April 23, 2020 [Issue 20763] New: checkaction=context does not format pointers | ||||
|---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=20763 Issue ID: 20763 Summary: checkaction=context does not format pointers Product: D Version: D2 Hardware: All OS: All Status: NEW Severity: minor Priority: P1 Component: druntime Assignee: nobody@puremagic.com Reporter: moonlightsentinel@disroot.org Compiling & running this program ======================= void main() { int* i; assert(i != i); } ======================= with -checkaction=context yields `const(int)* == const(int)*` -- | ||||
Copyright © 1999-2021 by the D Language Foundation
Permalink
Reply