nirum-lang / nirum

Nirum: IDL compiler and RPC/distributed object framework for microservices
https://nirum.org/
GNU General Public License v3.0
121 stars 27 forks source link

Nightly built executables make a .tix file #210

Closed dahlia closed 6 years ago

dahlia commented 6 years ago

Due to stack's --coverage option, nightly built executables make a .tix file which is only needed for development. Not only it's unnecessary, but it's also annoying because .tix files between different Nirum builds are incompatible and the program unexpectedly terminates in such case.

dahlia commented 6 years ago

ac86841d2c7dc8a130c4329a2b98c343341593a0 fixed this.