tact-lang / tact

Tact compiler main repository
https://tact-lang.org
MIT License
280 stars 56 forks source link

Add tests with all possible exit codes #174

Open anton-trunov opened 3 months ago

anton-trunov commented 3 months ago

https://github.com/ton-community/tact-fireworks does an amazing job at this.

One solution would be to add tact-fireworks to CI to make sure we stay in sync

anton-trunov commented 2 months ago

Looks like this is going to be easier when #212 is merged -- exit codes can then be easily returned from getters and checked in tests