Closed facundominguez closed 3 years ago
It's worth noting that the build is probably still failing due to this version depending on the yet-unmerged changes to jni that require extra imports for newLocalRef and deleteLocalRef to work.
You could bring those changes by modifying the hash in https://github.com/tweag/sparkle/blob/master/WORKSPACE#L19
Looks good to me! Thanks @buonuomo!
@facundominguez Okay, I implemented many of the suggestions you gave above, including getting rid of many of the unnecessary files and simplifying the code in some places. At this point I'd consider this a more or less clean draft of the
RDD
/Context
/Closure
modules.It's worth noting that the build is probably still failing due to this version depending on the yet-unmerged changes to
jni
that require extra imports fornewLocalRef
anddeleteLocalRef
to work.