How to do continuous build in Koka compiler? #475
swarnpriya
started this conversation in
General
Replies: 1 comment
-
You do not need to do If that doesn't work:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I made some changes in the compiler and built the compiler using "stack update; stack build; stack exec koka ..." to test my new changes. Now when I make other changes to the same function (newly added) in the compiler, the built does not incorporate it and gets stuck to the old built (even after performing "stack clean; stack update; stack build; stack exec koka ..." again).
Beta Was this translation helpful? Give feedback.
All reactions