what's people's workflow for running tests locally? I'm a little lost between all the script/test*
scripts...
which js runtimes is it recommended to test against? should I install JSC? V8? ...
to answer my own question: https://gist.github.com/plexus/345077c49cf8c1b56f3a209e63ed5b2b
@dnolen would it make sense to have a doc like that in the repo? or somewhere else?
I guess we really no longer care about Nashorn? seems like several tests fail outright on nashorn
@plexus, there is this guide but I think it is now a bit out of date https://clojurescript.org/community/running-tests
ah that's great, I guess I can merge my notes into there. I think we should also delete devnotest/testing
or point it at that guide
script/test-compile
also seems vestigial or at least not doing much
the last time I looked at this guide I found it interesting to compare with what CI was doing https://github.com/clojure/clojurescript/blob/master/.travis.yml
Oh, I see thereās also some GitHub Actions running too now https://github.com/clojure/clojurescript/blob/master/.github/workflows/test.yaml
yeah I looked at those, also mentioned them in my writeup
(gotta run)
Re Nashorn, I see the following in https://clojurescript.org/news/2020-04-24-release: > Rhino, Nashorn, and GraalJS REPLs have been removed
I did some work on cljs scripts a long while ago, dated now.. but my notes might help? https://clojure.atlassian.net/browse/CLJS-3075 https://clojure.atlassian.net/browse/CLJS-3098 I vaguely remember agreeing with @mfikes that rewriting these scripts in Clojure might be interestingā¦