<GitHub90>
jruby/master d90481f kares: [truffle] make the BodyTranslator compile
skade has quit [Ping timeout: 245 seconds]
<GitHub29>
[jruby] chrisseaton commented on commit d90481f: Thanks - sorry forgot this was Java 8 and my IDE doesn't tell me for some reason. http://git.io/vu4fK
skade has joined #jruby
nirvdrum has joined #jruby
shellac has quit [Quit: Computer has gone to sleep.]
subbu has quit [Ping timeout: 256 seconds]
subbu has joined #jruby
pawnbox has quit [Remote host closed the connection]
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #jruby
vtunka has joined #jruby
<GitHub35>
[jruby] mkristian pushed 1 new commit to jruby-1_7: http://git.io/vu4RJ
<GitHub35>
jruby/jruby-1_7 eda4513 Christian Meier: [build] fix typo in pom.rb for jruby-dist...
shellac has joined #jruby
lance|afk is now known as lanceball
praveen has joined #jruby
bbrowning_away is now known as bbrowning
praveen has quit [Ping timeout: 276 seconds]
praveen has joined #jruby
subbu has quit [Ping timeout: 240 seconds]
vtunka has quit [Quit: Leaving]
vtunka has joined #jruby
praveen has quit [Remote host closed the connection]
subbu has joined #jruby
gaustin has joined #jruby
gaustin has quit [Read error: Connection reset by peer]
gaustin has joined #jruby
gaustin has quit [Read error: Connection reset by peer]
praveen has joined #jruby
<GitHub197>
[jruby] chrisseaton opened issue #3579: JRuby doesn't support DATA and __END__http://git.io/vu4bB
praveen has quit [Ping timeout: 245 seconds]
praveen has joined #jruby
tcrawley-away is now known as tcrawley
praveen has quit [Remote host closed the connection]
praveen has joined #jruby
skade has quit [Ping timeout: 240 seconds]
skade has joined #jruby
kares has quit [Ping timeout: 250 seconds]
tomjoro_ has joined #jruby
tomjoro has quit [Ping timeout: 265 seconds]
hobodave has joined #jruby
tomjoro_ has quit [Ping timeout: 260 seconds]
camlow325 has joined #jruby
camlow325 has quit [Ping timeout: 250 seconds]
pitr-ch has joined #jruby
praveen has quit []
aadam21 has joined #jruby
<GitHub124>
[jruby] nirvdrum pushed 1 new commit to master: http://git.io/vuBYl
<GitHub124>
jruby/master 258188f Kevin Menard: [Truffle] Fixed marshaling of Range.
<GitHub189>
[jruby] nirvdrum pushed 1 new commit to master: http://git.io/vuBO6
<GitHub189>
jruby/master ba286b5 Kevin Menard: [Truffle] Partially fixed Module#const_get with an autoloaded module.
pitr-ch has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
<GitHub146>
[jruby] nirvdrum commented on commit ba286b5: @eregon I had to pull some code in from `DefineOrGetModuleNode` here. We probably should work out what's common and what's not. For the time being, I've only handled the "no inherit" case.... http://git.io/vuB34
vtunka has quit [Ping timeout: 272 seconds]
robbyoconnor has quit [Max SendQ exceeded]
vtunka has joined #jruby
robbyoconnor has joined #jruby
robbyoconnor has joined #jruby
robbyoconnor has quit [Changing host]
kares has joined #jruby
cremes has quit [Ping timeout: 256 seconds]
camlow325 has joined #jruby
cremes has joined #jruby
skade has quit [Ping timeout: 246 seconds]
skade has joined #jruby
xardion has quit [Ping timeout: 255 seconds]
xardion has joined #jruby
<GitHub115>
[jruby] nirvdrum pushed 2 new commits to master: http://git.io/vuBSe
<GitHub115>
jruby/master 66a595d Kevin Menard: [Truffle] Fixed marshaling of Floats.
<GitHub115>
jruby/master 2959bff Kevin Menard: [Truffle] Untagged passing Marshal specs.
vtunka has quit [Quit: Leaving]
pitr-ch has joined #jruby
jefe231 has joined #jruby
<jefe231>
Hey all. I'm trying to get jruby to work with the android jars, and am running into trouble. It looks like any android class/method I access through jruby is stubbed out?
<GitHub68>
[jruby] chrisseaton pushed 12 new commits to master: http://git.io/vuB5K
<GitHub68>
jruby/master 4254049 Chris Seaton: [Truffle] Call graph of methods and method versions.
<GitHub68>
jruby/master 04f2ee4 Chris Seaton: [Truffle] Method source sections should contain every line.
<GitHub68>
jruby/master b7796a2 Chris Seaton: [Truffle] Connect call sites to method versions.
<headius>
if you're running that locally, I would assume the jars they provide don't actually have code in them
<headius>
they're just used for compiling an app
<kares>
headius: jefe231 seems to using a MethodHandle ... indy does not work on Android right?
<chrisseaton>
sorry my last push my fail... fixing now
<headius>
kares: that's true for 9k, yes
<headius>
that doesn't seem to be the issue here though
<jefe231>
hmm. I suppose it could be. It's the actual android.jar from the sdk for android-23. It's only 23M in size.
<jefe231>
OK, googling around. It looks like this jar does in fact stub everything out. Hmm, frustrating. Thanks for the help though!
dinfuehr has joined #jruby
<GitHub108>
[jruby] headius pushed 9 new commits to ruby-2.3+socket: http://git.io/vuBbC
<GitHub108>
jruby/ruby-2.3+socket 7bee6b6 Charles Oliver Nutter: Fixes and improvements for Socket::Option. All but two specs pass.
<GitHub108>
jruby/ruby-2.3+socket 86ee895 Charles Oliver Nutter: Defer socket options if we haven't initialized yet.
<GitHub108>
jruby/ruby-2.3+socket db6a7fc Charles Oliver Nutter: Cleanup.
subbu has quit [Ping timeout: 260 seconds]
Jamo_ has joined #jruby
<GitHub88>
[jruby] eregon commented on commit ba286b5: I would put specs in `const_get` since `autoload` just declares the autoload, but `const_get` actually triggers it. http://git.io/vuBb2
<GitHub133>
[jruby] chrisseaton pushed 1 new commit to master: http://git.io/vuBNT
<GitHub133>
jruby/master 4c72563 Chris Seaton: [Truffle] Limit maximum source section length.
<GitHub152>
[jruby] mkristian closed issue #2561: ScriptingContainer with LocalContextScope.THREADSAFE share JRubyClassLoader with all runtimes http://git.io/b8Xi
<GitHub168>
[jruby] chrisseaton pushed 1 new commit to truffle-head: http://git.io/vuBxF
<GitHub168>
jruby/truffle-head 7b1f07b Chris Seaton: Merge branch 'master' into truffle-head
<GitHub152>
[jruby] pitr-ch pushed 1 new commit to master: http://git.io/vuBhX
<GitHub152>
jruby/master 3ec563d Petr Chalupa: [Truffle] j+tr: remove exlusion of fixed tests
jph98 has joined #jruby
jph98 has left #jruby [#jruby]
tomjoro has joined #jruby
dinfuehr has quit [Quit: dinfuehr]
shellac has quit [Ping timeout: 255 seconds]
<GitHub32>
[jruby] chrisseaton pushed 1 new commit to truffle-head: http://git.io/vuRIX
<GitHub32>
jruby/truffle-head 27ee55b Chris Seaton: [Truffle] Java 7.
<GitHub141>
[jruby] chrisseaton pushed 1 new commit to master: http://git.io/vuRI5
<GitHub141>
jruby/master e1e88a7 Chris Seaton: [Truffle] Java 7.
skade has quit [Quit: Computer has gone to sleep.]
aadam21 has quit [Remote host closed the connection]
<GitHub164>
[jruby] nirvdrum pushed 1 new commit to master: http://git.io/vuRcl
<GitHub164>
jruby/master 23fb07d Kevin Menard: [Truffle] Fixed marshaling of extended objects.
Jamo has quit [Remote host closed the connection]
thedarkone2 has joined #jruby
projectodd-ci has joined #jruby
<GitHub15>
[jruby] nirvdrum pushed 1 new commit to master: http://git.io/vuRVT
<GitHub15>
jruby/master a44ecd8 Kevin Menard: [Truffle] Fixed marshaling of Regexps.
hobodave has quit [Quit: Computer has gone to sleep.]
<GitHub47>
[jruby] chrisseaton pushed 2 new commits to master: http://git.io/vuETL
<GitHub47>
jruby/master 29db9da Chris Seaton: [Truffle] Make Maven more quiet.
<GitHub47>
jruby/master be15fc4 Chris Seaton: [Truffle] Sort variable specs.
<GitHub197>
[jruby] chrisseaton commented on commit 29db9da: @pitr-ch @eregon @nirvdrum are people in favour of this? http://git.io/vuETG
<GitHub192>
[jruby] headius commented on commit 29db9da: I use -q 99% of the time for my maven builds. I even made an `alias m='mvn -q'` in my shell.... http://git.io/vuEkO