danhper / eclair

A Solidity interpreter
https://eclair.so
MIT License
55 stars 1 forks source link

Great tool! #11

Closed chawyehsu closed 4 months ago

chawyehsu commented 4 months ago

I tried to build it on Windows and it just works like a charm.

❯ .\target\release\eclair.exe -h
Error: Usage: eclair.exe [OPTIONS]

Options:
      --rpc-url <URL>               Set the RPC URL to use [env: ETH_RPC_URL=]
      --debug                       Turn debugging information on [env: DEBUG=]
      --history-file <FILE>         File where to store history [env: ECLAIR_HISTORY_FILE=]
      --init-file-name <FILE_NAME>  File where to store history [env: INIT_FILE_NAME=]
  -h, --help                        Print help
  -V, --version                     Print version

Would you like to change to deliver builds via GitHub Releases instead of s3, and add Windows support?

danhper commented 4 months ago

Hi @chawyehsu , Thanks for the feedback and letting me know that it works on Windows. I didn't have any machine to try it out on, so I didn't want to include binaries that I didn't try. The plan for now is to use S3 for "nightly" builds and GitHub releases for actual releases. I'm definitely interested in having Windows support. I'll install Windows on some partition and try it out before releasing the binaries. In the meanwhile, if you run into any issues with Windows compatibility, please let me know!