maybe somebody will have some idea on what I broke here: softwaremill/sttp@5af98b1
I'm getting a lot of java.lang.RuntimeException: Command failed with status URL_MALFORMAT
Maybe @pcejrowski , who originally wrote the code? :)
parameter: Ptr[Byte]
, but then you'll either need to do a gross cast on int/flag arguments,
@name("curl_easy_setopt")
def setopt_int(handle: Ptr[Curl], option: CInt, parameter: Int): CInt = extern
@name("curl_easy_setopt")
def setopt_ptr(handle: Ptr[Curl], option: CInt, parameter: Ptr[Byte]): CInt = extern
ran up against the fact that, IMHO, any version of code which would pass review would require Java default methods in traits. Those are implemented in Scala 2.12 JVM but not in SN. Scalatest was pending, but not released, for SN then. Scalatest might be
available now.
It looked to me like some SN code would be needed to access the Olson time files directly, where available (in libmumble.so). From
a "not having done a trial implementation" view from afar, it looked like a Small Matter of Programming.
As I noted in the Issue, these days the issue is on the back burner for me.