Closed ianks closed 2 years ago
Can you move flonum.rs to value/flonum.rs and add a pub use
in value.rs? That way it will appear to be in the same module it’s always been in.
possibly at some point in the future I should reconsider the organisation, but for now all the “immediate” types, ie those directly encoded in a VALUE, live in the value model.
Yes will do that today.
This branch seems to fix windows builds for commonmarker
@matsadler Moved into value::flonum
Awesome! Thanks for this
This PR makes magnus work when
USE_FLONUM=0
. I've verified this compiling Ruby withCPPFLAGS="-DUSE_FLONUM=0"
, and things are working.As part of this work, there are a number of integration issues that I fixed by introducing a
rb-sys-env
crate. Incidentally, this fixes cross-compilation issues forx64-mingw32
andx64-mingw32-ucrt
.