ethereum / hevm

symbolic EVM evaluator
https://hevm.dev
GNU Affero General Public License v3.0
223 stars 45 forks source link

Using with-utf8 so we don't encounter weird locale issues anymore #452

Closed msooseth closed 5 months ago

msooseth commented 6 months ago

Description

Uses with-utf8 to fix potential (future) issues with locale in cli.hs. All our tests etc. run in nix-shell so they are fine, no need to complicate them. However, the cli actually gets released as a static binary, we should make sure we don't accidentally have/introduce locale issues

Checklist