<byteit101[m]> can someone with a mac evaluate RbConfig.expand("$(target_cpu)-$(target_os)".dup) for me?
subbu has quit [Ping timeout: 260 seconds]
subbu has joined #jruby
razetime has joined #jruby
subbu has quit [Ping timeout: 260 seconds]
razetime has quit [Ping timeout: 260 seconds]
mattpatt[m] has quit [Read error: Software caused connection abort]
mattpatt[m] has joined #jruby
razetime has joined #jruby
<byteit101[m]> Hmm, specifying platform isn't building the right platform. Is rubygems cross-compiler allowing?
JesseChavez[m] has joined #jruby
razetime has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
razetime has joined #jruby
razetime_ has joined #jruby
razetime has quit [Ping timeout: 260 seconds]
razetime_ is now known as razetime
razetime has quit [Quit: No Ping reply in 180 seconds.]
razetime has joined #jruby
<headius> Good morning
<enebo[m]> NoMethodError: undefined method `now' for Time:Class
<enebo[m]> I need to keep a diary
<enebo[m]> This happened last time I decided to run tests and it involves something with stubbing
razetime has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
<headius> Wow IBM at $144
<byteit101[m]> Should rubygems allow cross-building?
<headius> I think so?
<headius> there's a way to force platform
<headius> I'm going to look at a hack to `load` to use some thread-local state for the passed-in module... not great but it would be lower-impact than trying to thread this module param through
<headius> I am not going to attempt to fix all these Library implementations that don't even use the wrap parameter, which includes pretty much all our exts
<headius> I would be surprised if people are loading core extensions into wrapper scopes but let them report a bug (nobody has in all our years)
<byteit101[m]> I think I force the platform correctly, and the ci build for java is actually x86_64-linux if you install it
<byteit101[m]> hmm, it's always using the file on disk instead of the modification of the spec
<byteit101[m]> Turns out it is a bug: https://github.com/rubygems/rubygems/issues/6056
adam12 has quit [*.net *.split]
adam12 has joined #jruby
<byteit101[m]> > let's do it separate and we can review and iterate on it first
<byteit101[m]> headius: only took me like a week, but I finally opened a review of this