Enable resolving the values of static fields on classes #1
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "whereswaldon/jni:master"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I have tested that this works for
int
values, but that was essentially the only reason that I needed this capability. I suspect the other implementations work though, since their logic is essentially the same. The only potentially problematic issue would be if Java and Go use different floating point binary representations.I have some ideas going forward about how to write unit tests for this package, but I wasn't able to get to it just now. If you'd prefer to wait to merge this until I can prove that the other functions work, I'm fine with that.