FINbit has quit [Ping timeout: 248 seconds]
alex0ptr has joined #jruby
<nirvdrum> headius: It looks like the 64-bit lseek work broke Travis in jnr-posix (https://github.com/jnr/jnr-posix/commit/3e09d8429017ba974ad488ae690f1f6fea91cff3).
alex0ptr has quit [Ping timeout: 260 seconds]
nicksieger has quit [Remote host closed the connection]
<nirvdrum> The AppVeyor failures were due to the maven download URL changing. I've pushed a fix for that.
nicksieger has joined #jruby
raeoks has joined #jruby
nicksieger has quit [Ping timeout: 260 seconds]
pawnbox has joined #jruby
pawnbox has quit [Ping timeout: 268 seconds]
akp has joined #jruby
akp has quit [Ping timeout: 250 seconds]
akp has joined #jruby
FINbit has joined #jruby
FINbit has quit [Ping timeout: 244 seconds]
alex0ptr has joined #jruby
alex0ptr has quit [Ping timeout: 260 seconds]
rsim has joined #jruby
akp has quit [Read error: Connection reset by peer]
Tristitia has quit [Ping timeout: 244 seconds]
joast has quit [Ping timeout: 260 seconds]
raeoks has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
akp has joined #jruby
Tristitia has joined #jruby
akp has quit [Ping timeout: 250 seconds]
akp has joined #jruby
FINbit has joined #jruby
FINbit has quit [Ping timeout: 244 seconds]
alex0ptr has joined #jruby
alex0ptr has quit [Ping timeout: 260 seconds]
raeoks has joined #jruby
deobalds has joined #jruby
akp has quit [Ping timeout: 250 seconds]
akp has joined #jruby
akp has quit [Read error: Connection reset by peer]
akp has joined #jruby
raeoks has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
FINbit has joined #jruby
FINbit has quit [Ping timeout: 240 seconds]
alex0ptr has joined #jruby
alex0ptr has quit [Ping timeout: 260 seconds]
akp has quit [Ping timeout: 250 seconds]
akp has joined #jruby
rsim has quit [Quit: Leaving.]
pawnbox has joined #jruby
pawnbox has quit [Remote host closed the connection]
deobalds has quit [Quit: Computer has gone to sleep.]
pawnbox has joined #jruby
mark110 has joined #jruby
pawnbox has quit [Ping timeout: 248 seconds]
<mark110> hi, i have put a test.rb files to code.jar, how to use test.rb in java like runScriptlet(PathType.RELATIVE, "test.rb")
mark110 has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
akp has quit [Read error: Connection reset by peer]
FINbit has joined #jruby
pawnbox has joined #jruby
FINbit has quit [Ping timeout: 260 seconds]
akp has joined #jruby
alex0ptr has joined #jruby
alex0ptr has quit [Ping timeout: 260 seconds]
deobalds has joined #jruby
deobalds has quit [Client Quit]
akp has quit [Read error: Connection reset by peer]
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #jruby
akp has joined #jruby
pawnbox has quit [Ping timeout: 268 seconds]
raeoks has joined #jruby
akp has quit [Read error: Connection reset by peer]
akp has joined #jruby
pawnbox has joined #jruby
FINbit has joined #jruby
FINbit has quit [Ping timeout: 248 seconds]
tenderlove has quit [Read error: Connection reset by peer]
tenderlove has joined #jruby
tenderlove has joined #jruby
alex0ptr has joined #jruby
tenderlove has quit [Read error: No route to host]
tenderlove has joined #jruby
tenderlove has joined #jruby
alex0ptr has quit [Ping timeout: 260 seconds]
rsim has joined #jruby
akp has quit [Read error: Connection reset by peer]
akp has joined #jruby
rsim has quit [Quit: Leaving.]
deobalds has joined #jruby
akp has quit [Remote host closed the connection]
deobalds has quit [Quit: Computer has gone to sleep.]
FINbit has joined #jruby
FINbit has quit [Ping timeout: 260 seconds]
donV has joined #jruby
alex0ptr has joined #jruby
harrisi has joined #jruby
alex0ptr has quit [Ping timeout: 260 seconds]
<harrisi> I'm trying to parse java class files with ruby using BinData. I'm having trouble dealing with parsing the attributes, since I need to index the constant_pool to know how to parse the specific attribute.
<harrisi> the code is here (https://github.com/harrisi/shinypancake/blob/bindata/src/jbc.rb). the current implementation is wrong (line 86). I imagine a similar idea to what is done for parsing constant_pool data is necessary (using choices), but the selection aspect is difficult. I need to reference the constant_pool and index it with attribute_name_index, but constant_pool isn't populated until I read the file. it is read before attributes, however, so it seems like i
<harrisi> also, I realize my question is rather specific to plain old ruby and a normal ruby gem, but someone in #ruby suggested asking here as well)
pil-zzZZzz is now known as pilhuhn
pilhuhn is now known as pil-afk
pil-afk is now known as pilhuhn
prasunanand has joined #jruby
jensnockert has joined #jruby
jensnockert has quit [Read error: Connection reset by peer]
FINbit has joined #jruby
jensnockert has joined #jruby
knu has quit [Quit: Reboot...]
FINbit has quit [Ping timeout: 244 seconds]
knu has joined #jruby
jensnockert has quit [Read error: Connection reset by peer]
alex0ptr has joined #jruby
jensnockert has joined #jruby
shellac has joined #jruby
claudiuinberlin has joined #jruby
alex0ptr has quit [Ping timeout: 260 seconds]
jensnockert has quit [Read error: Connection reset by peer]
jensnockert has joined #jruby
FINbit has joined #jruby
jensnockert has quit [Read error: Connection reset by peer]
jensnockert has joined #jruby
FINbit has quit [Ping timeout: 248 seconds]
thedarkone2 has quit [Quit: thedarkone2]
shellac has quit [Quit: Computer has gone to sleep.]
pawnbox has quit [Remote host closed the connection]
jensnockert has quit [Read error: Connection reset by peer]
alex0ptr has joined #jruby
jensnockert has joined #jruby
jensnockert has quit [Remote host closed the connection]
jensnockert has joined #jruby
pawnbox has joined #jruby
donV has quit [Ping timeout: 244 seconds]
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #jruby
vtunka has joined #jruby
<GitHub80> [jruby] kares opened pull request #4215: do not eagerly set eval-type in a thread-local (master...test-null-eval-type) https://git.io/vPRq7
<GitHub54> [jruby] kares closed issue #920: JRuby org.joni.StackMachine is not correctly unloaded from ThreadLocal - possible MemLeak https://git.io/vPRmZ
FINbit has joined #jruby
rtyler_ has joined #jruby
Talltree_ has joined #jruby
hoodow_ has joined #jruby
kwando_ has joined #jruby
pitr-ch_ has joined #jruby
snim2- has joined #jruby
pitr-ch has quit [*.net *.split]
jeremyevans has quit [*.net *.split]
kwando has quit [*.net *.split]
rtyler has quit [*.net *.split]
hoodow has quit [*.net *.split]
Talltree has quit [*.net *.split]
snim2_ has quit [*.net *.split]
snkcld has quit [Ping timeout: 240 seconds]
snkcld has joined #jruby
alex0ptr_ has joined #jruby
deobalds has joined #jruby
alex0pt__ has joined #jruby
alex0ptr_ has quit [Read error: Connection reset by peer]
alex0ptr has quit [Ping timeout: 240 seconds]
<travis-ci> kares/jruby (test-null-eval-type:b33a81f by kares): The build failed. (https://travis-ci.org/kares/jruby/builds/166342145)
alex0pt__ has quit []
deobalds has quit [Quit: Computer has gone to sleep.]
drbobbeaty has quit [Ping timeout: 256 seconds]
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #jruby
_whitelogger has joined #jruby
shellac has joined #jruby
<GitHub90> [jruby] kares closed issue #1301: Jruby 1.7.8 bundler stack level too deep. https://git.io/vPR45
jeremyevans has joined #jruby
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #jruby
<GitHub32> [jruby] kares closed issue #484: jruby class loading bug (unable to load hadoop configuration class) https://git.io/vPRRq
drbobbeaty has joined #jruby
<chrisseaton> harrisi: can you rephrase the precise problem you're having?
<chrisseaton> harrisi: something refers to the constant pool before it's read?
pitr-ch_ has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
strax has joined #jruby
pitr-ch has joined #jruby
bbrowning has joined #jruby
tcrawley-away is now known as tcrawley
pitr-ch has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
pitr-ch has joined #jruby
<GitHub130> [jruby] etehtsea opened pull request #4216: UDP socket improvements (master...socket-udp-improvements) https://git.io/vPRau
lance|afk is now known as lanceball
tcrawley is now known as tcrawley-away
tcrawley-away is now known as tcrawley
Aethenelle has joined #jruby
enebo has joined #jruby
jensnockert has quit [Ping timeout: 240 seconds]
prasunanand has quit [Ping timeout: 268 seconds]
<travis-ci> etehtsea/jruby (socket-udp-improvements:f76ee9f by Konstantin Shabanov): The build has errored. (https://travis-ci.org/etehtsea/jruby/builds/166407531)
akp has joined #jruby
raeoks has quit [Quit: Textual IRC Client: www.textualapp.com]
nicksieger has joined #jruby
rsim has joined #jruby
drbobbeaty has quit [Ping timeout: 268 seconds]
akp has quit [Read error: Connection reset by peer]
akp has joined #jruby
rsim has quit [Quit: Leaving.]
nicksieger has quit [Read error: Connection reset by peer]
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #jruby
drbobbeaty has joined #jruby
nicksieger has joined #jruby
pawnbox has quit [Ping timeout: 268 seconds]
nicksieger has quit [Read error: Connection reset by peer]
joast has joined #jruby
nicksieger has joined #jruby
pawnbox has joined #jruby
Aethenelle has quit [Quit: Aethenelle]
pawnbox has quit [Ping timeout: 240 seconds]
bbrowning is now known as bbrowning_away
nicksieger has quit [Read error: Connection reset by peer]
nicksieg_ has joined #jruby
deobalds has joined #jruby
nicksieg_ has quit [Read error: Connection reset by peer]
<GitHub118> [jruby] chrisseaton deleted graal-vm-0.17-hotfix at 2468efd: https://git.io/vPRQj
nicksieger has joined #jruby
akp has quit [Read error: Connection reset by peer]
nicksieger has quit [Read error: Connection reset by peer]
nicksieger has joined #jruby
tenderlove has quit [Read error: Connection reset by peer]
tenderlove has joined #jruby
tenderlove has joined #jruby
kares has joined #jruby
deobalds has quit [Quit: Computer has gone to sleep.]
<GitHub190> [jruby] bjfish pushed 1 new commit to truffle-head: https://git.io/vPRdJ
<GitHub190> jruby/truffle-head a1a1fe1 Brandon Fish: [Truffle] Add untaint double specialization
deobalds has joined #jruby
akp has joined #jruby
Aethenelle has joined #jruby
pawnbox has joined #jruby
nicksieger has quit [Read error: Connection reset by peer]
pawnbox has quit [Ping timeout: 250 seconds]
vali has joined #jruby
pawnbox has joined #jruby
nicksieger has joined #jruby
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #jruby
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #jruby
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #jruby
vtunka has quit [Ping timeout: 250 seconds]
vtunka has joined #jruby
nicksieger has quit [Read error: Connection reset by peer]
akp has quit [Remote host closed the connection]
nicksieger has joined #jruby
nicksieger has quit [Read error: Connection reset by peer]
nicksieger has joined #jruby
<GitHub84> [jruby] chrisseaton pushed 1 new commit to truffle-head: https://git.io/vPRpR
<GitHub84> jruby/truffle-head ff04687 Chris Seaton: [Truffle] Update to Truffle 0.18
<travis-ci> kares/jruby (test-null-eval-type:0badff8 by kares): The build is still failing. (https://travis-ci.org/kares/jruby/builds/166446223)
<GitHub87> [jruby] chrisseaton pushed 1 new commit to truffle-head: https://git.io/vPRhm
<GitHub87> jruby/truffle-head d2b08d9 Chris Seaton: Merge branch 'master' into truffle-head
<GitHub87> [jruby] chrisseaton pushed 2 new commits to master: https://git.io/vPRj7
<GitHub87> jruby/master 9d880cf Chris Seaton: [Truffle] Switch to GraalVM 0.17
<GitHub87> jruby/master f7263a2 Chris Seaton: Merge branch 'truffle-head'
camlow325 has joined #jruby
nicksieger has quit [Read error: Connection reset by peer]
vtunka has quit [Quit: Leaving]
claudiuinberlin has quit []
Talltree_ is now known as Talltree
nicksieger has joined #jruby
pilhuhn is now known as pil-afk
nicksieger has quit [Read error: Connection reset by peer]
akp has joined #jruby
nicksieger has joined #jruby
<travis-ci> etehtsea/jruby (socket-udp-improvements:e79749f by Konstantin Shabanov): The build has errored. (https://travis-ci.org/etehtsea/jruby/builds/166474581)
akp has quit [Remote host closed the connection]
akp has joined #jruby
akp has quit [Remote host closed the connection]
akp has joined #jruby
nicksieger has quit [Read error: Connection reset by peer]
shellac has quit [Quit: Leaving]
nicksieger has joined #jruby
<travis-ci> pitr-ch/jruby (jtt:43fd760 by Petr Chalupa): The build has errored. (https://travis-ci.org/pitr-ch/jruby/builds/166430331)
rsim has joined #jruby
rtyler_ is now known as rtyler
rsim has quit [Client Quit]
rsim has joined #jruby
pawnbox has quit [Remote host closed the connection]
bbrowning_away is now known as bbrowning
pitr-ch has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
pawnbox has joined #jruby
nicksieger has quit [Read error: Connection reset by peer]
pitr-ch has joined #jruby
<travis-ci> jruby/jruby (master:9d880cf by Chris Seaton): The build is still failing. (https://travis-ci.org/jruby/jruby/builds/166468301)
nicksieger has joined #jruby
nicksieger has quit [Read error: Connection reset by peer]
deobalds has quit [Quit: Computer has gone to sleep.]
nicksieger has joined #jruby
rcvalle has joined #jruby
sandelius has joined #jruby
<lawltoad> headius, Hi, I'd asked a question Friday about triggering segfaults and suspecting jffi. I had a few questions. Is it okay that it's jython's usage of jffi in my example and not jruby? where do I submit jffi bugs?
rsim has quit [Quit: Leaving.]
blandflakes has joined #jruby
blandflakes has quit [Changing host]
blandflakes has joined #jruby
pitr-ch has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
shellac has joined #jruby
nicksieger has quit [Read error: Connection reset by peer]
<travis-ci> etehtsea/jruby (ipv6-socketutils:47de662 by Konstantin Shabanov): The build has errored. (https://travis-ci.org/etehtsea/jruby/builds/166450214)
nicksieger has joined #jruby
drbobbeaty has quit [Ping timeout: 250 seconds]
rsim has joined #jruby
shellac has quit [Quit: Computer has gone to sleep.]
blandflakes has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
FINbit has quit [Ping timeout: 260 seconds]
rsim has quit [Quit: Leaving.]
nicksieger has quit [Read error: Connection reset by peer]
drbobbeaty has joined #jruby
nicksieger has joined #jruby
djellemah has joined #jruby
rsim has joined #jruby
nicksieger has quit [Read error: Connection reset by peer]
nicksieg_ has joined #jruby
nicksieger has joined #jruby
nicksieg_ has quit [Read error: Connection reset by peer]
nicksieger has quit [Read error: Connection reset by peer]
nicksieger has joined #jruby
nicksieg_ has joined #jruby
nicksieger has quit [Read error: Connection reset by peer]
vali has quit [Quit: My MacBook Air has gone to sleep. ZZZzzz…]
pitr-ch has joined #jruby
pitr-ch has quit [Read error: Connection reset by peer]
pitr-ch_ has joined #jruby
shellac has joined #jruby
shellac has quit [Quit: Computer has gone to sleep.]
shellac has joined #jruby
nicksieg_ has quit [Read error: Connection reset by peer]
nicksieger has joined #jruby
<travis-ci> pitr-ch/jruby (jtt:07ae932 by Petr Chalupa): The build has errored. (https://travis-ci.org/pitr-ch/jruby/builds/166477391)
sandelius has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
shellac has quit [Quit: Computer has gone to sleep.]
<chrisseaton> lawltoad: there's a GitHub project page
sandelius has joined #jruby
<lawltoad> ah, thanks!
nicksieger has quit [Read error: Connection reset by peer]
nicksieger has joined #jruby
nicksieg_ has joined #jruby
nicksieger has quit [Read error: Connection reset by peer]
nicksieg_ has quit [Read error: Connection reset by peer]
nicksieger has joined #jruby
nicksieg_ has joined #jruby
nicksieger has quit [Read error: Connection reset by peer]
strax has quit [Quit: Connection closed for inactivity]
<GitHub197> [jruby] ab opened issue #4217: JRuby 9.1.*.* on multiple platforms incorrectly handles block in `[]` method calls https://git.io/vP0aY
dminuoso_ has joined #jruby
dminuoso_ has quit [Remote host closed the connection]
dminuoso_ has joined #jruby
claudiuinberlin has joined #jruby
dminuoso_ has quit [Client Quit]
blandflakes has joined #jruby
nicksieg_ has quit [Read error: Connection reset by peer]
nicksieger has joined #jruby
olle has joined #jruby
nicksieg_ has joined #jruby
nicksieger has quit [Read error: Connection reset by peer]
nicksieger has joined #jruby
nicksieg_ has quit [Read error: Connection reset by peer]
donV has joined #jruby
nicksieger has quit [Remote host closed the connection]
<olle> etehtsea: You networking work on JRuby is awesome. Gnawing away at that big moon of cheese that is test/mri/excludes/
nicksieger has joined #jruby
nicksieger has quit [Ping timeout: 260 seconds]
rsim has quit [Quit: Leaving.]
nicksieger has joined #jruby
claudiuinberlin has quit [Remote host closed the connection]
claudiuinberlin has joined #jruby
rsim has joined #jruby
nicksieg_ has joined #jruby
nicksieger has quit [Read error: Connection reset by peer]
zacts has quit [Ping timeout: 250 seconds]
yfeldblum has joined #jruby
rsim has quit [Quit: Leaving.]
claudiuinberlin has quit []
djellemah has quit [Ping timeout: 248 seconds]
<GitHub93> [jruby] iconara opened issue #4218: Enumerable#drop calls #dup on every element https://git.io/vP0M9
nicksieg_ has quit [Ping timeout: 268 seconds]
nicksieger has joined #jruby
sandelius has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
nicksieger has quit [Read error: Connection reset by peer]
nicksieger has joined #jruby
nicksieg_ has joined #jruby
nicksieger has quit [Read error: Connection reset by peer]
nicksieg_ has quit [Read error: Connection reset by peer]
cprice404 has quit [Remote host closed the connection]
nicksieger has joined #jruby
cprice404 has joined #jruby
<harrisi> chrisseaton: I've gotten a fair amount of help since last night. the root of the problem is that the attributes of a class file index the constant_pool array, which is read and deserialized entirely before the attributes. however, I wasn't sure how to reference some constant_pool before the entire class file is read. My initial code was a quick hacky attempt to do it without knowing any Ruby or anything about BinData or serializing/deserializing data. It boils
FINbit has joined #jruby
nicksieger has quit [Read error: Connection reset by peer]
bbrowning is now known as bbrowning_away
nicksieger has joined #jruby
lanceball is now known as lance|afk
tcrawley is now known as tcrawley-away
rsim has joined #jruby
nicksieger has quit [Remote host closed the connection]
donV has quit [Quit: donV]
drbobbeaty has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
Aethenelle has quit [Quit: Aethenelle]
shellac has joined #jruby
pitr-ch_ has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
olle has quit [Read error: Connection reset by peer]
olle has joined #jruby
pitr-ch has joined #jruby
enebo has quit [Quit: enebo]
rsim has quit [Quit: Leaving.]
<GitHub117> [jruby] chrisseaton pushed 1 new commit to truffle-head: https://git.io/vP0hN
<GitHub117> jruby/truffle-head a5b2d7b Chris Seaton: [Truffle] Run benchmarks with mx in verbose mode.
pawnbox has quit [Remote host closed the connection]
zacts has joined #jruby
shellac has quit [Quit: Computer has gone to sleep.]
pawnbox has joined #jruby
pawnbox has quit [Ping timeout: 268 seconds]
Aethenelle has joined #jruby
jensnockert has joined #jruby
olle has quit [Quit: olle]
pawnbox has joined #jruby
akp_ has joined #jruby
akp has quit [Ping timeout: 250 seconds]
pawnbox has quit [Ping timeout: 250 seconds]
akp_ has quit [Ping timeout: 250 seconds]
blandflakes has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
jensnockert has quit [Remote host closed the connection]
jensnockert has joined #jruby
pawnbox has joined #jruby
pawnbox has quit [Ping timeout: 250 seconds]
pawnbox has joined #jruby