REBOL3 tracker
  0.9.11 beta
Ticket #0001633 User: anonymous

Project:

Previous Next
TypeBug Statusreviewed Date14-Jul-2010 23:19
Versionalpha 99 CategoryUnspecified Submitted byabolka
PlatformAll Severityminor Prioritynormal

Summary mold/all 0.1 on Windows and Linux produces a different result
Description Linux:

>> system/version
== 2.100.99.4.2

>> mold/all 0.1
== "0.1"

Windows:

>> system/version
== 2.100.99.3.1

>> mold/all 0.1
== "0.10000000000000001"
Example code

			

Assigned ton/a Fixed in- Last Update15-Jul-2010 00:02


Comments
(0002445)
Carl
15-Jul-2010 00:02

We work to try to avoid issues like that, but it is not easy because there are subtle differences in the implementation of the standard C math lib between platforms, and also the availability and definition of fundamental lower level lib functions (like gcvt()). Such things will pop up, and we need to fix them.

Date User Field Action Change
15-Jul-2010 00:02 carl Comment : 0002445 Added -
14-Jul-2010 23:59 carl Description Modified -
14-Jul-2010 23:59 carl Status Modified submitted => reviewed
14-Jul-2010 23:19 abolka Ticket Added -