Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

issues with koch temp c -r testament/testament.nim r tests/test.nim #14

Open
1 of 4 tasks
timotheecour opened this issue Jan 13, 2021 · 0 comments
Open
1 of 4 tasks

Comments

@timotheecour
Copy link

timotheecour commented Jan 13, 2021

(replying to PM message)

  • problem 1
    koch temp c -r testament/testament.nim r tests/test.nim
    probably doesn't do what you thought it did:
    it roughly calls:
    koch temp
    bin/nim_temp c -r testament/testament.nim r tests/test.nim

this doesn't use bin/nim_temp to run tests, for that you need --nim:bin/nim_temp (bin/nim_temp is only used here to compile testament/testament.nim)

when not defined(windows): # xxx: on windows, dots not properly handled, gives: `....2\n\n`

(ie, would work in cmdline line but not if compile command called indirectly via execCmdEx as may be the case with koch temp c -r testament/testament.nim r tests/test.nim

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant