Closed Burgestrand closed 11 years ago
I’ve found the culprit: https://github.com/ffi/ffi/commit/2adcc95f7fe9311ad1244796423368bd3f58f716 — now to figure out why this is an issue, and possibly fix it.
The issue has been fixed in ffi/ffi@0af3bbae866ae5ff10372f4c9960eedd278e30b0. Waiting for new release, I suppose.
New release of FFI has been made, and it works fine. New release of Hallon is imminent.
Current Hallon has a dependency on FFI ~> 1.x — however, Hallon is not compatible with FFI versions later than 1.3.x for some reason related to asynchronous callbacks. Looking at the FFI commit, I can’t see why, but it’s something that should be researched.
Until then, Hallon should depend explicitly on FFI ~> 1.3.1.
Hallon should have a release using plaything instead of hallon-openal soon as well, as soon as the drops-functionality is stable.
See #142.