Alex Bertram
Alex Bertram
Thanks @tine2k ! I'm going to do some quick benchmarking on this PR just to double check that it doesn't impact performance, but otherwise will try to merge and release...
Yes unfortunately, the JVM imposes hard limits on bytecode size, which is a problem when you have C/C++ code that stores huge arrays in source files. For the problem of...
The external resources are written out with the .class files and can then be packaged with the jar file. They are loaded as classpath resources automatically using Class.getResource(). I'm not...
Hmm, are you certain? I have very little experience with Android but my own drive-by-googling yielded a blog post that complained about the slowness of using `getResourceAsStream()` but seems to...
Yes, that's it precisely. A PR with this solution would be terrific, very useful! On Sat, Nov 9, 2019, 07:56 Jarrod Moldrich wrote: > @akbertram From what I comprehend of...
[zlibbioc](http://packages.renjin.org/package/org.renjin.bioconductor/zlibbioc/1.16.0) is actually building now because it relies on system library for unix machines.
/cc @beattyk1 @hannesmuehleisen Does this test fail on your machine as well? On the master branch?
@psolaimani What do we want to do about this? Is this something we fix or leave as platform-dependent?
An issue that breaks Renjin itself is a priority ! :-)
A few findings: According to the [JavaDocs](http://www.joda.org/joda-time/apidocs/index.html?org/joda/time/format/DateTimeFormat.html) for the Joda time zone library we use, the time zone short name is locale-specific. Indeed, if I open a fresh terminal and...