tweag / sparkle

Haskell on Apache Spark.
BSD 3-Clause "New" or "Revised" License
447 stars 30 forks source link

Update sparkle to work with latest jni. #97

Closed facundominguez closed 7 years ago

facundominguez commented 7 years ago

jni now use ForeignPtr's for java references.

Closes #85

facundominguez commented 7 years ago

It doesn't look like I can honor the request to keep the old signature. FFI bindings can't have arguments of type ForeignPtr.

mboes commented 7 years ago

Ok fair enough.