SqREL has joined #jruby
SqREL has quit [Ping timeout: 248 seconds]
SqREL has joined #jruby
SqREL has quit [Ping timeout: 248 seconds]
_joofy has quit [Remote host closed the connection]
_joofy has joined #jruby
SqREL has joined #jruby
SqREL has quit [Ping timeout: 240 seconds]
SqREL has joined #jruby
SqREL has quit [Remote host closed the connection]
SqREL has joined #jruby
SqREL has quit [Ping timeout: 252 seconds]
SqREL has joined #jruby
SqREL has quit [Ping timeout: 260 seconds]
_joofy has quit [Ping timeout: 240 seconds]
SqREL has joined #jruby
SqREL has quit [Ping timeout: 260 seconds]
olle has joined #jruby
<GitHub45> [jruby] kares pushed 1 new commit to master: https://git.io/v5t4k
<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.]
shellac has joined #jruby
<perlun> (solved the problem)
perlun has quit [Quit: Leaving.]
<travis-ci> kares/jruby (master:65b88ce by kares): The build passed. (https://travis-ci.org/kares/jruby/builds/267869155)
<travis-ci> jruby/jruby (master:9e42dce by kares): The build passed. (https://travis-ci.org/jruby/jruby/builds/267860533)
SqREL has joined #jruby
_joofy has joined #jruby
_joofy has quit [Remote host closed the connection]
_joofy has joined #jruby
_joofy has quit [Remote host closed the connection]
_joofy has joined #jruby
shellac has quit [Quit: Computer has gone to sleep.]
_joofy has quit [Ping timeout: 246 seconds]
bbrowning_away is now known as bbrowning
drbobbeaty has joined #jruby
shellac has joined #jruby
olle_ has joined #jruby
_joofy has joined #jruby
olle has quit [Ping timeout: 252 seconds]
olle_ is now known as olle
shellac has quit [Quit: Computer has gone to sleep.]
<GitHub167> [jruby] kares pushed 4 new commits to master: https://git.io/v5tFr
<GitHub167> jruby/master bce51f5 kares: move JRuby's compile/parse implementation into native...
<GitHub167> jruby/master 23eeafa kares: an EMPTY_LIST is unmodifiable; make atomic static field final
<GitHub167> jruby/master 65b88ce kares: invent a JRuby.config shortcut for runtime.instance_config (with doc)
SqREL has quit [Remote host closed the connection]
SqREL has joined #jruby
SqREL has quit [Ping timeout: 260 seconds]
shellac has joined #jruby
SqREL has joined #jruby
SqREL has quit []
lance|afk is now known as lanceball
Thijsc has joined #jruby
<GitHub122> [jruby] ahmgeek opened issue #4749: to_inputstreammethod https://git.io/v5qUV
Thijsc has quit [Quit: Textual IRC Client: www.textualapp.com]
_joofy has quit [Remote host closed the connection]
_joofy has joined #jruby
vtunka_ has quit [Quit: Leaving]
joast has quit [Quit: Leaving.]
joast has joined #jruby
shellac has quit [Ping timeout: 240 seconds]
shellac has joined #jruby
shellac has quit [Quit: ["Textual IRC Client: www.textualapp.com"]]
<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…]