mirror of
https://github.com/anoma/juvix.git
synced 2024-12-20 05:12:05 +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 |
||
---|---|---|
.. | ||
Asm | ||
Compile | ||
Eval | ||
FromConcrete | ||
Normalize | ||
Read | ||
Repl | ||
Strip | ||
Asm.hs | ||
Compile.hs | ||
Eval.hs | ||
FromConcrete.hs | ||
Normalize.hs | ||
Options.hs | ||
Read.hs | ||
Repl.hs | ||
Strip.hs |