Skip to content

Conversation

borkdude
Copy link
Contributor

@borkdude borkdude commented Nov 24, 2021

As discussed on Twitter:

https://twitter.com/cgrand/status/1463287363577253888

These changes make xforms compatible with babashka.

Needs changes in bb too which will be released soon, but already available through these links:

mac:
https://23897-201467090-gh.circle-artifacts.com/0/release/babashka-0.6.6-SNAPSHOT-macos-amd64.tar.gz

linux:
https://23896-201467090-gh.circle-artifacts.com/0/release/babashka-0.6.6-SNAPSHOT-linux-amd64-static.tar.gz

To run tests with bb:

$ lein classpath > .classpath
$ ./bb -cp $(cat .classpath):test -e "(require '[net.cgrand.xforms-test] '[clojure.test :as t]) (t/run-tests 'net.cgrand.xforms-test)"

Testing net.cgrand.xforms-test

Ran 6 tests containing 31 assertions.
0 failures, 0 errors.
{:test 6, :pass 31, :fail 0, :error 0, :type :summary}

@imrekoszo
Copy link
Collaborator

Any chance this could get merged?

@imrekoszo imrekoszo merged commit e8c8e1a into cgrand:master Aug 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants