[Issue 21338] Move functional style code's unit tests outside scope, to actually test them.
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Tue Apr 6 12:57:14 UTC 2021
https://issues.dlang.org/show_bug.cgi?id=21338
Richard Cattermole <alphaglosined at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |alphaglosined at gmail.com
--- Comment #1 from Richard Cattermole <alphaglosined at gmail.com> ---
This appears to be a symbol lookup bug associated with importing of the std
package module.
Adding:
import std.uni : isWhite;
Fixes it due to conflicts with std.ascii.
--
More information about the Digitalmars-d-bugs
mailing list