ReadyTalk / avian

[INACTIVE] Avian is a lightweight virtual machine and class library designed to provide a useful subset of Java's features, suitable for building self-contained applications.
https://readytalk.github.io/avian/
Other
1.22k stars 173 forks source link

Added missing apis to ByteBuffer #471

Closed lwahlmeier closed 8 years ago

lwahlmeier commented 8 years ago

added float and double getters and puts. Added isReadOnly() to Buffers, ByteBuffers now set that state in Buffers. Added duplicate()

lwahlmeier commented 8 years ago

Fairly certain that build failure has nothing to do with these changes since it was in the trace tests. Is there a way to retrigger the build?

joshuawarner32 commented 8 years ago

Thanks!

Indeed, that's a failure we've seen off-and-on, and so far not been able to reproduce outside of Travis. In the past I've suggested retriggering the build by doing a git commit --amend --no-edit; git push -f - but there might be a better way.