[Issue 19297] JSONValue of signed and unsigned equal values is not equal

2018-10-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19297

FeepingCreature  changed:

   What|Removed |Added

   Severity|enhancement |normal

--


[Issue 19297] JSONValue of signed and unsigned equal values is not equal

2018-10-26 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19297

--- Comment #1 from github-bugzi...@puremagic.com ---
Commits pushed to master at https://github.com/dlang/phobos

https://github.com/dlang/phobos/commit/b07b2154242a3278f6ee68b2aebfe83019f9fc6b
Fix issue 19297: handle comparison of signed, unsigned and floating JSONValues

https://github.com/dlang/phobos/commit/76ef073df35bb22ee0ad3fb10e66ce024c642175
Merge pull request #6726 from
FeepingCreature/fix/Issue-19297-handle-jsonvalue-signed-unsigned-comparison

Fix issue 19297: handle comparison of signed, unsigned and floating JSONValues
as in D
merged-on-behalf-of: Vladimir Panteleev 

--