cemerick / clojurescript.test

A maximal port of `clojure.test` to ClojureScript. DEPRECATED
165 stars 32 forks source link

Add Nashorn test runner. #65

Closed mikesperber closed 9 years ago

mikesperber commented 10 years ago

This adds a test runner for Nashorn, essentially porting the Rhino runner.

cemerick commented 10 years ago

Thanks. I'll get this folded in shortly, which will allow me to make some headway in nailing down the other nashorn-related issues you've filed.

cemerick commented 9 years ago

Definitely interested in this, but want to see it passing tests before looking at it seriously. Also, if you could squash down to a single commit, that'd be great. Thanks!

mikesperber commented 9 years ago

Done. (Note that the async problems from #67 remain.)

cemerick commented 9 years ago

Some of the test commands use nashorn, some use jrunscript; the docs refer to the latter, and the former doesn't exist AFAICT in my install of JDK 8. Can you disambiguate?

mikesperber commented 9 years ago

jrunscript is the standard script to invoke nashorn. I've never had "nashorn" - I believe this may have existed on development previews, but it's definitely not relevant.

cemerick commented 9 years ago

Thank you for your efforts, but I've deprecated this project. Please see the notice at the top of the repo's README. This is a good thing, fundamentally. :-)