remove overkill depencency to guava
Details
- Reviewers
deadalnix Fabien - Group Reviewers
Restricted Owners Package (Owns No Changed Paths) Restricted Project - Commits
- rSTAGING31f5ed8c61ea: [secp256k1] remove guava dep
rABC31f5ed8c61ea: [secp256k1] remove guava dep
execute previous tests successfully
the JNI part can be built and tested by simply doing
$ ./autogen.sh $ ./configure --enable-jni --enable-experimental --enable-module-ecdh $ make check-java
Once https://reviews.bitcoinabc.org/D2686 is passed we can do this automatically
Diff Detail
- Repository
- rABC Bitcoin ABC
- Branch
- guavadep
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 5264 Build 8591: Bitcoin ABC Buildbot (legacy) Build 8590: arc lint + arc unit
Event Timeline
Can we get the java tests fixed before changes are made rather than mix the two together ?
Also, adding a test of the java binding to CI would be beneficial so that we can catch these things.
There seem to be several things in this diff, one is removing the guava dependencies and the others are refactoring (indent and boolean assignations).
You should consider splitting the diff.
There is some mix with the previous version in the diff, it does not display the difference from master. Could you please rebase on top of master ?
src/secp256k1/src/java/org/bitcoin/NativeSecp256k1Util.java | ||
---|---|---|
42 ↗ | (On Diff #7801) | AssertFailException seems like a more appropriate exception. |
src/secp256k1/src/java/org/bitcoin/NativeSecp256k1Util.java | ||
---|---|---|
42 ↗ | (On Diff #7801) | Never mind, the name makes it explicit this is about arguments. |