<GitHub45>
jruby/master 9e42dce kares: JRuby's String.alloc can now simply use String.new capacity: ...
olle has quit [Ping timeout: 248 seconds]
olle has joined #jruby
vtunka_ has joined #jruby
vtunka has quit [Quit: Leaving]
shellac has joined #jruby
perlun has joined #jruby
<perlun>
A question regarding timezones in JRuby: how does it determine the local time zone in use? I have a machine (a Docker container actually) which is running on UTC, but I was trying to use localtime by setting up the /etc/localtime symlink, which had no effect.
<perlun>
On my local Mac it works, so presumably reading it from "the system" somehow?
<perlun>
It seems like the TZ variable is what I'm lacking.
drbobbeaty has quit [Ping timeout: 246 seconds]
shellac has quit [Quit: Computer has gone to sleep.]
<headius>
dang, wish people would linger a bit after they ask questions
<headius>
that might have warranted a bug report
<GitHub125>
[jruby] headius closed issue #4733: Array.instance_methods different for jRuby inside Rails https://git.io/v72Tl
<GitHub101>
[jruby] headius pushed 1 new commit to jruby-9.1.13.0: https://git.io/v5mIj
<GitHub101>
jruby/jruby-9.1.13.0 c21c5c7 Charles Oliver Nutter: Update version to 9.1.13.0-SNAPSHOT.
<GitHub144>
[jruby] headius created fix-4716 (+2 new commits): https://git.io/v5mLc
<GitHub144>
jruby/fix-4716 8191375 Charles Oliver Nutter: Use jcodings 1.0.25 to better handle encoding to charset lookup....
<GitHub144>
jruby/fix-4716 5fffaaa Charles Oliver Nutter: Missed part of version update.
<GitHub47>
[jruby] headius pushed 1 new commit to jruby-9.1.13.0: https://git.io/v5mLE
<GitHub47>
jruby/jruby-9.1.13.0 bd142e5 Charles Oliver Nutter: Missed part of version update.
swills has joined #jruby
swills has joined #jruby
swills has quit [Changing host]
bbrowning is now known as bbrowning_away
<chrisseaton>
Do you guys ever get questions from package maintainers at places like Debian?
Puffball has joined #jruby
<headius>
chrisseaton: frequently
<headius>
it's a big part of supporting the project
<chrisseaton>
I was thinking remember that DAG library you have that I realised you had forgotten to make public on GitHub - I guess that was before 9.0 was actually released
<headius>
forgotten to make public?
<chrisseaton>
It was published on Maven Central, but there was no public source code repo
<headius>
oh right
<chrisseaton>
digra - that was it
<headius>
yeah
<chrisseaton>
I'm having to do some admin on some of the dependencies, clarifying their licenses and things, and it's sometimes tricky
<chrisseaton>
For corporate
<headius>
if it was published to central it would have had a source jar as well
<headius>
yeah, it's a mess
<headius>
and you get to do it for each dist that wants JRuby and has its own way of handling packages
<headius>
we thought about publishing our own debs and rpms but I don't know if it would be useful enough across all the wacky dists
<chrisseaton>
Like JFFI includes libffi, which is MIT, but you wouldn't notice unless you went looking, and JFFI itself is Apache/LGPL but there's a random COPYING.GPL file there too
<chrisseaton>
I'm having to explain all this to the lawyers :)
<chrisseaton>
Do Ubuntu and people like that do licence audits or do they just take the code on trust?
Puffball has quit [Remote host closed the connection]
<headius>
they do audits and they have had us clarify things before
<headius>
libffi is fine as long as we keep the MIT license around
<headius>
I don't know why there's a COPYING.GPL
<headius>
it must be left over from when wmeissner went on a brief GPL3 binge
<headius>
I convinced him all this stuff should be Apache-2
<chrisseaton>
Yeah it makes sense to me, just hard to explain to other people
drbobbeaty has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]