[Issue 10081] Incorrect char array comparison
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Tue May 14 03:20:23 PDT 2013
http://d.puremagic.com/issues/show_bug.cgi?id=10081
--- Comment #2 from github-bugzilla at puremagic.com 2013-05-14 03:20:22 PDT ---
Commits pushed to master at https://github.com/D-Programming-Language/druntime
https://github.com/D-Programming-Language/druntime/commit/2052670ce6620af0e29c4061be7484b3ca63cd53
Issue 10081 - Incorrect char array comparison
`char[]` type info is incorrectly inherited from `byte[]` type info instead of
`ubyte[]` one so char arrays are compared like arrays of signed bytes.
Issue URL: http://d.puremagic.com/issues/show_bug.cgi?id=10081
https://github.com/D-Programming-Language/druntime/commit/cbf95d5dd857905fb23f8f131e0fd98d07d02997
Merge pull request #486 from denis-sh/fix-Issue-10081
Issue 10081 - Incorrect char array comparison
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list