Magnus Gustafsson
Magnus Gustafsson
I am not familiar with the arrow format and the inner workings of polars but I guess that adding proper support for decimal is a significant work. In the mean...
Some more info All versions runs in a REPL. > cabal repl Resolving dependencies... Build profile: -w ghc-8.10.7 -O1 In order, the following will be built (use -v for more...
If using formatting 7.0.0 and GHC 8.10.7 this crashes without printing anything. ``` someFormatting :: IO () someFormatting = F.fprint ("Tre: " % F.int % "\n") (3::Int) main :: IO...
If using GHC 9.2.5 on another computer it still ends without any output. It doesn't matter if I build with -O1 or -O2. If I build with a function that...
If trying to run the executable inside the debugger WinDbg I get this error: The application was unable to start correctly (0xc000007b).
If looking at the dependencies of the executable I can see that "libstdc++-6.dll" is a dependency when when building against formatting 7.0.0 and not when building with 6.3.7. I have...
If building formatting with 'no-double-conversion' set to True everything works fine.
I have now tested with double-conversion package and there is some strange linking problem. If using a MSYS2/MinGW64 shell I can get it to work on one of my machines....