nim c -r main.nim
doesn't recompile if nim
binary changes or gets updated
#11758
Labels
nim c -r main.nim
doesn't recompile if nim
binary changes or gets updated
#11758
this is a follow up for #11719 regarding the new "smart run" feature
nim c -r main.nim
doesn't recompile ifnim
binary changes (or if the nim binary gets updated)Example
nim_temp1 c -r main.nim
nim_temp2 c -r main.nim # should recompile because nim_temp2 !=nim_temp1
Current Output
Expected Output
Possible Solution
Additional Information
The text was updated successfully, but these errors were encountered: