We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
@benjyz did you find a solution to this problem?
I'm getting started with Clojurescript and running into the same problem.
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: