Missing strtod
#118
Comments
Just enough to let us compile and run the OCaml runtime. Writing to stdout or stderr outputs the string with printk, which is useful for debugging.
This currently also means that calls to |
FWIW the algorithms of this paper look interesting. A self-contained BSD3 implementation by the author is available here. |
Interesting. A small self-contained implementation of this would be very welcome. Are there any issues with using C++ code in mirage-xen? I guess it will need some support libraries. |
related : http://caml.inria.fr/mantis/view.php?id=6701 |
This came up again from a user via |
I've also hit this with |
New issue with a reference to a new paper http://caml.inria.fr/mantis/view.php?id=7218 |
As follow up to the call. The code I'm using in |
Note also that there is a change log here it may be a good idea to mention which version was picked up. |
same problem here in cohttp in combiation with webmachine: https://bpaste.net/show/607e55d45508 so, will this be fixed? what can we do about it? I need a solution, but I'm not sure how it's going to be fixed. I could help. |
@ansiwen Thanks for the offer! Someone needs to pick a suitable-licensed, self-contained, not-too-messy C implementation and copy it into mirage-platform here: https://github.com/mirage/mirage-platform/tree/master/xen-posix/src (next to |
val float_of_string
(and the correspondingScanf
function) usesstrod
(see the relevant OCaml code). However It seems that we do not support it.The text was updated successfully, but these errors were encountered: