inim-repl / INim

Interactive Nim shell / REPL / Playground
MIT License
644 stars 23 forks source link

fix usages of getTempDir, refs https://github.com/nim-lang/Nim/pull/17402 #117

Closed timotheecour closed 3 years ago

timotheecour commented 3 years ago

@0atman this unblocks https://github.com/nim-lang/Nim/pull/17402 this was the only important_package that failed

/ is what should be used for path construction, not &.

0atman commented 3 years ago

Fantastic, many thanks, @timotheecour, and thank you for thinking of inim in your discussion!