<headius>
byteit101: that is a nice all in one option, maybe we should recommend it in jrubyfx
<enebo[m]>
blerg
<headius>
enebo: get to work
<byteit101[m]>
Yes, I was going to do that when 2.0 is released
<enebo[m]>
haha I think we can eventually get that in but I don't find it very pressing
<headius>
actually the way I'm approaching some of these JRuby ext gems will be to have a jruby-whatever version of the gem and release a -java of the stdlib gem that depends on it
<headius>
in some of these cases we already have our own gem for it, like openssl
<enebo[m]>
ah yeah
<headius>
then we are not completely beholden to the ruby/* repo
<enebo[m]>
My main issue is it is not trivial to build it since I built it so long ago and now that I think I can use a community edition of VS to build it we can make it simpler to build
<enebo[m]>
but that may take days and I just don't think it is too important
<enebo[m]>
we can just bundle what we have with no ability to build it from source
<enebo[m]>
Windows may still be but was so lame because they had no portable scripted way to build shit
<enebo[m]>
I think that has changed now though (or I think it has).
<enebo[m]>
There was a reason beyond needing header files (which used to not be freely distributed) where I had to use icc to build the jni piece
<enebo[m]>
anyways. thanks for making the issue anyways. It will happen but not until 9.4 is out
<headius>
yeah there are a half dozen or more gems that we need answers for
<headius>
this is a low priority
<enebo[m]>
I marked some issue for 9.3 this morning. That elon one not getting all the data may be our big break on the openssl problem (since it appears we are not getting all data from the network connection)
<headius>
nobody installs and builds the gem on Windows... they use the one that's shipped
<headius>
and our users can install the prebuilt jruby version if they need it
<headius>
aha yeah that could be a good pointer
<headius>
I will push first commit for stdlib update to a PR shortly
<headius>
updated gems and I went through the list and added commented entries for anything we can't use the gem yet, with links if there's an issue or PR
<headius>
a few more libs moved out to gems, some defaults moved to bundled, and some were just deleted
<enebo[m]>
I am curious if anything changes in test results after that
<enebo[m]>
we are at 237 or so for spec:ruby:fast which has some stdlib in it
<headius>
yeah could help
<enebo[m]>
test:mri:stdlib has an asanine amount of failures :)
<byteit101[m]>
btw got rather busy this week, should have more time friday or the weekend to fix a few bugs and clean up the @ivar pr
<byteit101[m]>
the comments on the config seem reasonable
<byteit101[m]>
though I would like to know the best exception class to use for the binder failures
<enebo[m]>
see ya all tomorrow
<enebo[m]>
byteit101: I will try zulu out in the morning
<byteit101[m]>
thanks! Just commented on the issue
<headius>
new time gem depends on date (native ext) and new open-uri gem depends on stringio (native ext)
<headius>
so those need to get bumped up in priority