Status: New
Owner: ----
New issue 3304 by [email protected]: 2147483647 > -2147483648 is false
(on v8 version 3.14.5.9 through Node.js)
http://code.google.com/p/v8/issues/detail?id=3304
How to reproduce:
$ node
2147483647 > -2147483648
false
Expected result: true
Note that when inverting the arguments, the result is correct:
> -2147483648 < 2147483647
true
v8 version: 3.14.5.9, Node version: v0.10.26, MacOS X 10.7.5
Coming from here: https://github.com/joyent/node/issues/7528
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.