repren icon indicating copy to clipboard operation
repren copied to clipboard

Windows support

Open jlevy opened this issue 8 years ago • 5 comments

Repren works on Mac and Linux. Currently no testing has been done on Windows. Would be great to have some help with this.

jlevy avatar Oct 09 '15 22:10 jlevy

You already have a test suite set up, so why not use Travis and Appveyor for continuous testing?

jawshooah avatar Oct 10 '15 13:10 jawshooah

For sure, we should add CI (and am also open to help with that). But the tests are bash-based so someone with Windows would have to help me think through how best to change or add tests for Windows. No doubt handing for backslash paths may have to be fixed up, too.

jlevy avatar Oct 11 '15 22:10 jlevy

  • Bash based stuff can be run on windows with git bash.
  • Travis CI lets you run a custom command to do the build / testing, and it listens to the exit code. It also saves a transcript of the terminal.

sbrl avatar Dec 15 '15 20:12 sbrl

@sbrl yes, good ideas. I don't have the time to work on Travis setup and/or Windows testing currently, but would be glad to merge in improvements if you or anyone wants to try it out, comment, and send any PRs!

jlevy avatar Dec 16 '15 01:12 jlevy

I'd be happy to take a look at Travis CI for you. I'll open a new issue and take a look now.

sbrl avatar Dec 16 '15 08:12 sbrl