-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
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
Build fails with lein check
#4
Comments
@aphyr: Can you publish jepsen.txn "0.1.3-SNAPSHOT" again? The current version doesn't have jepsen-io/jepsen@f590d4a , which is why compilation fails. |
Done! |
Thanks!
The problem with (Regarding reflection warnings, I fixed some of them in #6.) |
sergeyb@pony:~/sources/elle$ lein check
Compiling namespace elle.consistency-model
Compiling namespace elle.core
Compiling namespace elle.graph
Compiling namespace elle.list-append
Reflection warning, hiccup/util.clj:78:19 - call to static method encode on java.net.URLEncoder can't be resolved (argument types: java.lang.String, unknown).
Compiling namespace elle.rw-register
Compiling namespace elle.txn Compiling namespace elle.util
Compiling namespace elle.viz
sergeyb@pony:~/sources/elle$ |
Building with
lein check
fails, with a Reflection warning and a syntax warning on the current master (531ea9a
).The problem seems to be a missing variable
txn/int-write-mops
Contents of the report:
The text was updated successfully, but these errors were encountered: