mirror of
https://github.com/anoma/juvix.git
synced 2024-12-15 01:52:11 +03:00
32449e1212
The problem with readFile and writeFile from text [Data.Text.IO](https://hackage.haskell.org/package/text-2.0.2/docs/Data-Text-IO.html) is that they use the system locale to determine the text encoding format. Our assumption is that all Juvix source files are UTF-8 encoded. I cannot reproduce the issue with using the old APIs on my machine, it can be reproduced on Arch linux. I'm not sure how to write a specific test for this. * Closes https://github.com/anoma/juvix/issues/2472 |
||
---|---|---|
.. | ||
Compile | ||
Run | ||
Validate | ||
Compile.hs | ||
Options.hs | ||
Run.hs | ||
Validate.hs |