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

hintProcessing dot interference issue on windows #15

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

hintProcessing dot interference issue on windows #15

timotheecour opened this issue Jan 13, 2021 · 0 comments

Comments

@timotheecour
Copy link

timotheecour commented Jan 13, 2021

replying to PM message regarding problems with koch temp c -r testament/testament.nim r tests/test.nim

  • 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

@timotheecour timotheecour changed the title problems with koch temp c -r testament/testament.nim r tests/test.nim hintProcessing dot issue on windows Jan 13, 2021
@timotheecour timotheecour changed the title hintProcessing dot issue on windows hintProcessing dot interference issue on windows Jan 13, 2021
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