Fork me on GitHub
#cljs-dev
<
2019-06-05
>
lread22:06:39

heya! I’m finally back verifying my work on https://clojure.atlassian.net/browse/CLJS-3079 Because I noticed mingw in bash scripts (well namely https://github.com/clojure/clojurescript/blob/c4a5120294aa83b8f69d35ce10e5d03c951d99ea/script/aot_core#L14), I thought I’d better check that things still work under Windows. So I setup a VM, installed git bash via https://gitforwindows.org/ and have been testing away. I’m guessing full mingw was not a goal but am finding small tweaks to bash scripts get things working. I’m wondering if ./script/test-cli has been exercised on Windows. If not, is that desirable?

lread22:06:04

If it is desirable, a separate ticket for mingw support probably makes sense.

lread22:06:27

@mfikes, I think it was mostly you who worked on ./script/test-cli stuff? Any guidance for me? simple_smile

mfikes23:06:30

@lee I think it is fair to say that the ability to run any / all of the scripts on Windows is desired.