You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cd $vitanim_D
nim c -r testcases/t10334.nim
nim c -r testcases/t10334.nim # doesn't rebuild, runs wrong binary
=> doesn't rebuild when the binary itself runs the same file eg via:
execShellCmd "{getCurrentCompilerExe()} c -r -d:foo {currentSourcePath}"
The text was updated successfully, but these errors were encountered:
timotheecour
changed the title
BUG nim doesn't rebuild if we change dir and --lib:lib points to a new Nim location
[rebuild] BUG nim doesn't rebuild if we change dir and --lib:lib points to a new Nim location
Mar 10, 2020
timotheecour
changed the title
[rebuild] BUG nim doesn't rebuild if we change dir and --lib:lib points to a new Nim location
BUG [rebuild] nim doesn't rebuild if we change dir and --lib:lib points to a new Nim location
Mar 10, 2020
timotheecour
changed the title
BUG [rebuild] nim doesn't rebuild if we change dir and --lib:lib points to a new Nim location
BUG [rebuild] nim doesn't rebuild when it should
Mar 10, 2020
nim c -r --lib:lib main
cd other_nim
nim c -r --lib:lib main
should rebuild but doesn't
analog to nim-lang#12933
=> doesn't rebuild when the binary itself runs the same file eg via:
The text was updated successfully, but these errors were encountered: