pelle / cloth

Simple Ethereum library for Clojure(Script)
142 stars 20 forks source link

Clojure/clojurescript tests fail #12

Open benjiqq opened 7 years ago

benjiqq commented 7 years ago

with solidity 0.4.17

Clojure

lein test

Caused by: java.lang.RuntimeException: Unable to resolve symbol: issuer in this context

Code fails here, because functions are not being defined https://github.com/pelle/cloth/blob/master/test/cloth/contracts_test.cljc#L80

==== Clojurescript

node --version v8.4.0

lein doo chrome test

... done. Elapsed 21.346242451 seconds java.io.IOException: Cannot run program "karma": error=2, No such file or directory

Might be some node issue.

andycoffwa commented 6 years ago

@benjyz did you find a solution to this problem?

I'm getting started with Clojurescript and running into the same problem.