<projectodd-ci>
* chris: [Truffle] Tag failing String#dup spec.
<projectodd-ci>
* chris: Add Rubinius copyright info to COPYING file (was already in individual files).
SynrG has joined #jruby
x1337807x has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
subbu has joined #jruby
bnagy has joined #jruby
JohnBat26 has joined #jruby
yfeldblum has quit [Ping timeout: 272 seconds]
rsim has joined #jruby
rsim has quit [Remote host closed the connection]
rsim has joined #jruby
rsim has quit [Client Quit]
rsim has joined #jruby
ludyte has joined #jruby
tvo has quit [Quit: Leaving.]
tvo has joined #jruby
tvo has joined #jruby
ludyte has quit [Quit: ludyte]
havenwood has quit []
kares has joined #jruby
zorak8 has quit [Ping timeout: 272 seconds]
anaeem1_ has joined #jruby
tvo has quit [Quit: Leaving.]
tvo has joined #jruby
tvo has quit [Changing host]
tvo has joined #jruby
quarters has quit [Ping timeout: 246 seconds]
josh-k_ has joined #jruby
josh-k has quit [Ping timeout: 246 seconds]
havenwood has joined #jruby
subbu has quit [Ping timeout: 245 seconds]
rsim has quit [Quit: Leaving.]
pchalupa has joined #jruby
tvo has quit [Quit: Leaving.]
fridim__ has joined #jruby
Antiarc has joined #jruby
rsim has joined #jruby
Antiarc1 has quit [Ping timeout: 246 seconds]
havenwood has quit [Remote host closed the connection]
havenwood has joined #jruby
tylersmith has quit [Remote host closed the connection]
benlovell has joined #jruby
tylersmith has joined #jruby
havenwood has quit [Ping timeout: 264 seconds]
yfeldblum has joined #jruby
tylersmith has quit [Ping timeout: 246 seconds]
kares has quit [Ping timeout: 240 seconds]
skade has joined #jruby
kares has joined #jruby
noop has joined #jruby
josh-k has joined #jruby
josh-k_ has quit [Ping timeout: 250 seconds]
mister_solo has joined #jruby
josh-k_ has joined #jruby
josh-k has quit [Ping timeout: 260 seconds]
mister_solo has quit [Ping timeout: 245 seconds]
elia has joined #jruby
yfeldblum has quit [Remote host closed the connection]
yfeldblum has joined #jruby
josh-k has joined #jruby
havenwood has joined #jruby
josh-k_ has quit [Read error: Connection reset by peer]
havenwood has quit [Ping timeout: 264 seconds]
ephemerian has joined #jruby
joast has quit [Ping timeout: 258 seconds]
tylersmith has joined #jruby
toshe_tm has quit [Read error: Connection reset by peer]
toshe_tm has joined #jruby
tylersmith has quit [Ping timeout: 240 seconds]
kares has quit [Ping timeout: 245 seconds]
noop has quit [Read error: Connection reset by peer]
mister_solo has joined #jruby
drbobbeaty has joined #jruby
kares has joined #jruby
vtunka has joined #jruby
noop has joined #jruby
marr has joined #jruby
skade has quit [Ping timeout: 246 seconds]
skade has joined #jruby
skade has quit [Excess Flood]
skade has joined #jruby
drbobbeaty has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
mister_s_ has joined #jruby
mister_solo has quit [Ping timeout: 260 seconds]
skade has quit [Ping timeout: 245 seconds]
tylersmith has joined #jruby
mister_s_ has quit [Ping timeout: 245 seconds]
tylersmith has quit [Ping timeout: 260 seconds]
pchalupa has quit [Quit: Computer has gone to sleep.]
brettporter has quit []
mister_solo has joined #jruby
josh-k_ has joined #jruby
josh-k has quit [Ping timeout: 260 seconds]
mje113__ has joined #jruby
mister_s_ has joined #jruby
mister_solo has quit [Ping timeout: 244 seconds]
xcv has joined #jruby
<electrical>
Hi all. are there known changes that could cause jruby to start faster? in Logstash between jruby 1.7.11 and 1.7.16 we've seen a 4 second decrease :-)
etehtsea has joined #jruby
yfeldblum has quit [Ping timeout: 244 seconds]
tylersmith has joined #jruby
tylersmith has quit [Ping timeout: 258 seconds]
noop has quit [Ping timeout: 260 seconds]
drbobbeaty has joined #jruby
yfeldblum has joined #jruby
yfeldblum has quit [Ping timeout: 244 seconds]
yfeldblum has joined #jruby
statonjr has joined #jruby
yfeldblum has quit [Ping timeout: 244 seconds]
mister_s_ has quit [Ping timeout: 246 seconds]
anaeem1_ has quit [Remote host closed the connection]
erikhatcher has joined #jruby
drbobbeaty has quit [Ping timeout: 272 seconds]
pchalupa has joined #jruby
josh-k_ has quit [Remote host closed the connection]
mister_solo has joined #jruby
josh-k has joined #jruby
drbobbeaty has joined #jruby
josh-k_ has joined #jruby
tylersmith has joined #jruby
josh-k has quit [Ping timeout: 258 seconds]
tylersmith has quit [Ping timeout: 272 seconds]
nirvdrum has joined #jruby
benlovell has quit [Ping timeout: 272 seconds]
GregMefford has joined #jruby
yfeldblum has joined #jruby
skade has joined #jruby
yfeldblum has quit [Ping timeout: 244 seconds]
skade has quit [Quit: Computer has gone to sleep.]
bbrowning_away is now known as bbrowning
benlovell has joined #jruby
colinsurprenant has joined #jruby
<chrisseaton>
electrical: I'm not sure there's anything specific between those point releases. Is this simple to reproduce? 4 seconds seems amazingly long time for startup anyway - how long is it in total?
<electrical>
chrisseaton: it used to be 10 seconds, now its about 6. when we used the tarball and extract it we manage to cut it down to 4 seconds.
<electrical>
it include the app startup btw
<electrical>
and we do have extra gems that are being loaded i believe
<chrisseaton>
I mean is there a command we can easily execute to see this ourselves?
<electrical>
if you clone the logstash project ( https://github.com/elasticsearch/logstash ) run make vendor-jar and bin/logstash deps ( that's for downloading jruby and installing dependencies ) then you can run bin/logstash version
<kares>
electrical: gem install is a bit slower due jar-dependencies ... not sure about loading - maybe as well
<electrical>
kares: it actually all got faster when we moved from 1.7.11 to 1.7.16 :-)
<kares>
electrical: no one will tell just out of the blue - you should measure where those additional 4-6 seconds are spent
<chrisseaton>
I'm not sure myself, but we'll leave those details up there and someone like enebo might be interested in taking a look
<kares>
electrical: oh that's good to hear than - load service was refactored so it's likely contributing
<kares>
... and there might be more coming - e.g. cutting jruby-openssl load time half :) !
<electrical>
oh very nice!
<kares>
electrical: are you guys ready to be sending beers/checks to the jruby team :) ?
<electrical>
kares: beers most certainly ;-)
<electrical>
if i remember correctly one my co-workers met some of the jruby guys
<electrical>
can't remember at which conference
<kares>
I met Colin at JRubyConf
tylersmith has joined #jruby
<kares>
obviously he's met the headius / enebo (and more) of the team there :)
<electrical>
Ah! that conference yeah. and it was Colin indeed
colinsurprenant has quit [Quit: colinsurprenant]
<kares>
electrical: but if I remember correctly there were no beers on him :)
<electrical>
o.O will have to fix that at some point :-)
tylersmith has quit [Ping timeout: 260 seconds]
skade has joined #jruby
toady00 has joined #jruby
skade has quit [Client Quit]
yfeldblum has joined #jruby
tesmar has quit [Quit: tesmar]
lance|afk is now known as lanceball
yfeldblum has quit [Ping timeout: 272 seconds]
rsim has quit [Quit: Leaving.]
mje113__ has quit [Quit: Connection closed for inactivity]
joast has joined #jruby
ludyte has joined #jruby
iamjarvo has joined #jruby
iamjarvo has quit [Client Quit]
multibot_ has quit [Remote host closed the connection]
triple_b has joined #jruby
multibot_ has joined #jruby
tcrawley-away is now known as tcrawley
ahhMichael has joined #jruby
colinsurprenant has joined #jruby
e_dub has quit [Quit: ZZZzzz…]
tesmar has joined #jruby
noop has joined #jruby
triple_b has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
josh-k has joined #jruby
josh-k_ has quit [Ping timeout: 246 seconds]
tylersmith has joined #jruby
iamjarvo has joined #jruby
rcvalle has joined #jruby
tylersmith has quit [Ping timeout: 260 seconds]
yfeldblum has joined #jruby
yfeldblum has quit [Ping timeout: 258 seconds]
ludyte has quit [Quit: ludyte]
subbu has joined #jruby
ludyte has joined #jruby
postmodern has quit [Quit: Leaving]
havenwood has joined #jruby
<nirvdrum>
headius: Did you say you had nightly builds going again? DNS seems to be fixed, but ruby-build still can't install 9k snapshots.
iamjarvo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
josh-k has quit [Remote host closed the connection]
josh-k has joined #jruby
iamjarvo has joined #jruby
josh-k has quit [Ping timeout: 272 seconds]
vtunka has quit [Quit: Leaving]
e_dub has joined #jruby
Aethenelle has joined #jruby
skade has joined #jruby
jwinter_ has joined #jruby
JohnBat26 has quit [Ping timeout: 260 seconds]
yfeldblum has joined #jruby
tylersmith has joined #jruby
yfeldblum has quit [Ping timeout: 258 seconds]
calavera has joined #jruby
tylersmith has quit [Ping timeout: 260 seconds]
iamjarvo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
iamjarvo has joined #jruby
triple_b has joined #jruby
iamjarvo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
shellac has joined #jruby
benlovell has quit [Ping timeout: 245 seconds]
nirvdrum has quit [Quit: Leaving]
ahhMichael has quit [Ping timeout: 256 seconds]
calavera has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
zorak8 has joined #jruby
triple_b has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
yfeldblum has joined #jruby
tenderlove has joined #jruby
yfeldblum has quit [Ping timeout: 240 seconds]
erikhatcher has quit [Quit: erikhatcher]
calavera has joined #jruby
ahhMichael has joined #jruby
tylersmith has joined #jruby
lanceball is now known as lance|afk
tylersmith has quit [Ping timeout: 250 seconds]
rsim has joined #jruby
subbu has quit [Ping timeout: 272 seconds]
tenderlove has quit [Quit: Leaving...]
baroquebobcat has joined #jruby
iamjarvo has joined #jruby
skade has quit [Read error: Connection reset by peer]
skade has joined #jruby
skade has quit [Client Quit]
subbu has joined #jruby
baroquebobcat_ has joined #jruby
mister_solo has quit [Ping timeout: 272 seconds]
iamjarvo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
bbrowning is now known as bbrowning_away
baroquebobcat has quit [Ping timeout: 244 seconds]
baroquebobcat_ is now known as baroquebobcat
shellac has quit [Ping timeout: 260 seconds]
tylersmith has joined #jruby
ephemerian has quit [Quit: Leaving.]
purplefox has joined #jruby
triple_b has joined #jruby
purplefox has quit [Client Quit]
iamjarvo has joined #jruby
triple_b has quit [Client Quit]
calavera has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
triple_b has joined #jruby
calavera has joined #jruby
mje113__ has joined #jruby
yfeldblum has joined #jruby
shellac has joined #jruby
tharindu has joined #jruby
iamjarvo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
benlovell has joined #jruby
yfeldblum has quit [Ping timeout: 245 seconds]
benlovell has quit [Ping timeout: 272 seconds]
whack has joined #jruby
<whack>
Is there any way to close $stdin from another thread in JRuby *and* have it interrupt any active read? It works in MRI, but not JRuby :(
<whack>
and IO.select always says $stdin is available for read so I can't rely on that either
calavera has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
xcv has quit []
elia has quit [Quit: Computer has gone to sleep.]
noop has quit [Read error: Connection reset by peer]
calavera has joined #jruby
purplefox has joined #jruby
x1337807x has joined #jruby
ludyte has quit [Quit: ludyte]
x1337807x has quit [Max SendQ exceeded]
iamjarvo has joined #jruby
x1337807x has joined #jruby
x1337807x has quit [Max SendQ exceeded]
x1337807x has joined #jruby
ludyte has joined #jruby
shellac has quit [Ping timeout: 260 seconds]
bbrowning_away is now known as bbrowning
phrinx has joined #jruby
lance|afk is now known as lanceball
iamjarvo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
elia has joined #jruby
noop has joined #jruby
JRubyGithub has joined #jruby
<JRubyGithub>
[jruby] jrubyci pushed 1 new commit to master: http://git.io/9Y3WjA
<JRubyGithub>
jruby/master 1c35453 Benoit Daloze: [Truffle] Fix a path in the COPYING file.
JRubyGithub has left #jruby [#jruby]
shellac has joined #jruby
colinsurprenant has quit [Quit: colinsurprenant]
havenwood has quit [Remote host closed the connection]
x1337807x has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
etehtsea has quit [Ping timeout: 245 seconds]
havenwood has joined #jruby
elia has quit [Quit: Computer has gone to sleep.]
yfeldblum has joined #jruby
tvo1 has joined #jruby
colinsurprenant has joined #jruby
yfeldblum has quit [Ping timeout: 245 seconds]
Aethenelle has quit [Quit: Aethenelle]
toady00 has quit [Remote host closed the connection]
<chrisseaton>
is enebo around?
x1337807x has joined #jruby
tharindu has quit [Ping timeout: 260 seconds]
toady00 has joined #jruby
Hobogrammer has joined #jruby
<dfr|work>
whack, are you trying to get synchronized access on stdin?
purplefox has quit [Ping timeout: 260 seconds]
pietr0 has joined #jruby
<whack>
dfr|work: no, I have a thread doing a blocking read on stdin waiting for input, and I want to close stdin (and also interrupt that read)
<whack>
dfr|work: for the purposes of shutting down the program. I haven't found a way to do this and I've tried many things ($stdin.close, IO::select in the reader, THread#raise, System.stdin.close(), etc)
<dfr|work>
whack, hmm. You can definitely reproduce the issue in a small script and file an issue on github. Although not sure whether it falls into stdio implementation specifics or not really =/
<dfr|work>
whack, sorry for being so useless :)
<whack>
dfr|work: haha, no worries :P
yfeldblum has joined #jruby
iamjarvo has joined #jruby
josh-k has joined #jruby
yfeldblum has quit [Ping timeout: 245 seconds]
JRubyGithub has joined #jruby
<JRubyGithub>
[jruby] jrubyci pushed 1 new commit to master: http://git.io/3DaqRA
JRubyGithub has left #jruby [#jruby]
<JRubyGithub>
jruby/master 39c9ca5 Chris Seaton: Try to fix return and block passing mixup after it has been parsed - fixes #305.
JRubyGithub has joined #jruby
JRubyGithub has left #jruby [#jruby]
<JRubyGithub>
jruby/master 5073469 Chris Seaton: [Truffle] Return with block spec passes.
<JRubyGithub>
[jruby] jrubyci pushed 1 new commit to master: http://git.io/R8FphQ
josh-k has quit [Remote host closed the connection]
iamjarvo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
erikhatcher has joined #jruby
sarcher has quit [Remote host closed the connection]
iamjarvo has joined #jruby
iamjarvo has quit [Max SendQ exceeded]
<chrisseaton>
Our version naming scheme keeps changing! I swear we keep losing and then regaining .dev and -SNAPSHOT. it's now 9000.dev-SNAPSHOT - isn't that redundant?
iamjarvo has joined #jruby
gaustin has quit [Quit: gaustin]
<chrisseaton>
And jruby-dist-9000.dev-bin.tar.gz untars to jruby-9000.dev-SNAPSHOT
gaustin has joined #jruby
pietr0 has quit [Quit: pietr0]
<chrisseaton>
Another example: its jruby-complete-9000.dev-SNAPSHOT.jar but jruby-jars-9000.dev.gem
electrical has quit [Ping timeout: 272 seconds]
electrical has joined #jruby
<chrisseaton>
And jruby-jars-9000.dev.gem is installed into maven as jruby-jars-9000.dev-SNAPSHOT.gem!
gaustin has quit [Ping timeout: 244 seconds]
JohnBat26 has joined #jruby
x1337807x has joined #jruby
x1337807x has quit [Client Quit]
elia has joined #jruby
josh-k__ has joined #jruby
josh-k_ has quit [Ping timeout: 272 seconds]
iamjarvo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
subbu has quit [Ping timeout: 245 seconds]
JRubyGithub has joined #jruby
JRubyGithub has left #jruby [#jruby]
<JRubyGithub>
jruby/master 3e4161a Chris Seaton: [Truffle] Adapt to new .dev-SNAPSHOT version for complete.
<JRubyGithub>
[jruby] jrubyci pushed 1 new commit to master: http://git.io/mvLxGw
ephemerian has joined #jruby
triple_b has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
drbobbeaty has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
x1337807x has joined #jruby
brettporter has joined #jruby
ludyte has quit [Quit: ludyte]
etehtsea has quit [Ping timeout: 258 seconds]
subbu has joined #jruby
fridim__ has quit [Ping timeout: 258 seconds]
x1337807x has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]