<GitHub91>
[jruby] chrisseaton pushed 2 new commits to master: http://git.io/vuueD
<GitHub91>
jruby/master 6397963 Chris Seaton: [Truffle] When you have a rest and then a post in restructure, the rest should't capture what does into the post.
<GitHub91>
jruby/master a39aad7 Chris Seaton: [Truffle] Remark on our global temp numbers.
pawnbox has quit [Remote host closed the connection]
brightball has joined #jruby
pawnbox has joined #jruby
tomjoro has joined #jruby
tomjoro has quit [Ping timeout: 246 seconds]
yfeldblum has joined #jruby
yfeldblum has quit [Remote host closed the connection]
yfeldblum has joined #jruby
nirvdrum has quit [Ping timeout: 246 seconds]
pawnbox has quit [Read error: Connection reset by peer]
pawnbox has joined #jruby
thedarkone2 has quit [Quit: thedarkone2]
tomjoro has joined #jruby
tomjoro has quit [Ping timeout: 245 seconds]
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #jruby
n00bdev has joined #jruby
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #jruby
kares has joined #jruby
yfeldblum has quit [Read error: Connection reset by peer]
yfeldblum has joined #jruby
aadam21 has joined #jruby
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #jruby
aadam21 has quit [Remote host closed the connection]
tomjoro has joined #jruby
skade has joined #jruby
n00bdev has quit []
tomjoro has quit [Ping timeout: 250 seconds]
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #jruby
Puffball_ has quit [Read error: Connection reset by peer]
Puffball has joined #jruby
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #jruby
justinmcp_ has quit [Read error: Connection reset by peer]
justinmcp has joined #jruby
justinmcp has quit [Remote host closed the connection]
pitr-ch has joined #jruby
justinmcp has joined #jruby
skade has quit [Quit: Computer has gone to sleep.]
pitr-ch_ has joined #jruby
pitr-ch has quit [Read error: Connection reset by peer]
pawnbox_ has joined #jruby
pawnbox has quit [Read error: Connection reset by peer]
vtunka has joined #jruby
tomjoro has joined #jruby
shellac has joined #jruby
tomjoro has quit [Ping timeout: 260 seconds]
shellac has quit [Quit: Computer has gone to sleep.]
tomjoro has joined #jruby
vtunka has quit [Quit: Leaving]
cremes has quit [Ping timeout: 246 seconds]
cremes has joined #jruby
n00bdev has joined #jruby
n00bdev has quit [Client Quit]
drbobbeaty has joined #jruby
vtunka has joined #jruby
<GitHub151>
[jruby] eregon commented on commit 29db9da: One problem is it does not show progress at all for building.... http://git.io/vuzGw
<GitHub40>
[jruby] pitr-ch commented on commit 29db9da: maybe adding a --verbose option to turn it back on? http://git.io/vuzG7
drbobbeaty has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
vtunka has quit [Quit: Leaving]
ITXpander1 has quit [Read error: Connection reset by peer]
ITXpander has joined #jruby
josemotanet has joined #jruby
vtunka has joined #jruby
<josemotanet>
hey everybody! I'm trying to use JRuby for the first time. In this Rails app of mine, I'm unable to require the Postgres adapter through `gem 'activerecord-jdbcpostgresql-adapter'` in the gemfile. I get a Bundler::GemRequireError with no reasonable explanation.
<josemotanet>
in fact, a brand new rails project gives me the same, so it's easily reproducible by `rails new myapp; cd $_; bundle; rails s`.
<GitHub147>
[jruby] eregon commented on commit 258188f: Could it work by defining `marshal_dump` (and load) as `[begin, end, exclude_end?]` like for a user-defined class?... http://git.io/vuz6I
<GitHub99>
[jruby] eregon commented on commit 258188f: Maybe `alias` and reuse the old method here to clarify and keep better compat with the original version? http://git.io/vuz6n
<GitHub163>
[jruby] eregon commented on commit 66a595d: This is the base 2 exponent of Float::MIN, the base 10 is -308 (normal) or -322. And then add for the few digits, in the case of Double.MIN_VALUE I found 325.... http://git.io/vuz1x
justinmcp has quit [Quit: justinmcp]
yfeldblum has quit [Ping timeout: 260 seconds]
drbobbeaty has joined #jruby
rsim has quit [Quit: Leaving.]
pawnbox_ has quit [Remote host closed the connection]
vtunka has quit [Quit: Leaving]
pawnbox has joined #jruby
vtunka has joined #jruby
josemotanet has quit [Ping timeout: 265 seconds]
tcrawley-away is now known as tcrawley
kares has quit [Ping timeout: 265 seconds]
kares has joined #jruby
bbrowning_away is now known as bbrowning
shellac has joined #jruby
<GitHub63>
[jruby] chrisseaton pushed 3 new commits to truffle-head: http://git.io/vugcm
<GitHub63>
jruby/truffle-head 1354bd1 Chris Seaton: Merge branch 'master' into truffle-head
<GitHub63>
jruby/truffle-head 41e510a Chris Seaton: [Truffle] Update Truffle API.
<GitHub63>
jruby/truffle-head 057062d Chris Seaton: [Truffle] readWriteCharValue TCK test works now.
shellac has quit [Remote host closed the connection]
shellac has joined #jruby
<GitHub116>
[jruby] chrisseaton pushed 1 new commit to master: http://git.io/vug0l
<GitHub116>
jruby/master 677d414 Chris Seaton: [Truffle] Remove debug code.
rsim has joined #jruby
lance|afk is now known as lanceball
<GitHub171>
[jruby] nirvdrum commented on commit 677d414: I was curious about this fragment. Now I know! http://git.io/vugVD
<GitHub101>
[jruby] nirvdrum commented on commit 66a595d: I blindly bumped the value to match Rubinius and copied their comment accordingly. It was a bit hard to verify since our version of `Float::MIN` seems to have a different level of precision than theirs does.... http://git.io/vugrw
<GitHub19>
[jruby] nirvdrum commented on commit 258188f: I wanted to do that. Unfortunately, `get_symbol` is destructive and we need the class name to delineate. http://git.io/vugom
ITXpander has quit [Quit: Leaving.]
<GitHub30>
[jruby] nirvdrum commented on commit 29db9da: For anything involving maven, I've just used `mvn`. I didn't know some of these commands even existed. So, I'm happy with whatever the rest of you decide. http://git.io/vugK1
<GitHub116>
[jruby] chrisseaton commented on commit 29db9da: You don't use `jt` to build at all? http://git.io/vug60
oblutak has joined #jruby
<GitHub134>
[jruby] nirvdrum commented on commit 258188f: We can't update the main attributes after the object has been initialized. I'll need to verify, but I think `marshal_load` is called after an object is initialized. And `marshal_dump` might prove to be problematic because the values are encoded as ivars in the Marshal output, but we don't store them as ivars. http://git.io/vugPh
shellac has quit [Remote host closed the connection]
enebo has joined #jruby
<GitHub90>
[jruby] nirvdrum commented on commit 29db9da: Nope. I tried once a while back and had trouble with it building reliably. I just use `mvn package -DskipTests=true`, which is aliased to `mp` in my shell. http://git.io/vugyy
shellac has quit [Remote host closed the connection]
vtunka_ has quit [Read error: Connection reset by peer]
vtunka has joined #jruby
thedarkone2 has joined #jruby
kares has quit [Ping timeout: 255 seconds]
<chrisseaton>
is azsarih around?
<chrisseaton>
asarih I mean (autocorrect)
<GitHub59>
[jruby] eregon commented on commit 258188f: ugh :disappointed: http://git.io/vu2sl
shellac has joined #jruby
<GitHub12>
[jruby] chrisseaton pushed 5 new commits to master: http://git.io/vu2Zq
<GitHub12>
jruby/master 877da3b Chris Seaton: Accommodate Truffle's null script lines in lexer source.
<GitHub12>
jruby/master d882ecb Chris Seaton: [Truffle] Wording of Graal warning.
<GitHub12>
jruby/master 0233cf8 Chris Seaton: [Truffle] Add an option for Graal warning.
<GitHub104>
[jruby] chrisseaton pushed 1 new commit to truffle-head: http://git.io/vu2nZ
<GitHub104>
jruby/truffle-head 9bbce9d Chris Seaton: Merge branch 'master' into truffle-head
<GitHub13>
[jruby] eregon commented on commit 66a595d: Yeah, it seems weird to me Float are not using their native binary representation, I thought it was portable.... http://git.io/vu2n4
vtunka has quit [Quit: Leaving]
<GitHub151>
[jruby] chingc closed issue #3580: Open3.popen3 in JRuby 1.7 behaves differently than JRuby 9 and MRI http://git.io/vu0MO
donValentin has joined #jruby
donV has quit [Ping timeout: 276 seconds]
r0bby_ has joined #jruby
r0bby_ has quit [Client Quit]
robbyoconnor has quit [Ping timeout: 265 seconds]
camlow325 has joined #jruby
aramisbear has joined #jruby
aramisbear has quit [Remote host closed the connection]
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #jruby
pawnbox has quit [Ping timeout: 246 seconds]
<headius>
subbu: no new failures with my fix so I'm going with it for now
<subbu>
headius, just that single line change?
<subbu>
in any case, if it is fixing failures, sure .. but, over the weekend I will try to take a closer look at the code that inserts the pops and see if I can make it less brittle.
<headius>
yes, just the single line
<headius>
it's a one-off fix, I know
<headius>
there are potentially other exiting instructions it should be looking for, so this isn't a general fix
<GitHub179>
[jruby] chrisseaton pushed 3 new commits to master: http://git.io/vuVEo
<GitHub179>
jruby/master 8f5c7e9 Chris Seaton: [Truffle] One def tag is orphaned.
<GitHub179>
jruby/master 9c68c76 Chris Seaton: In an optional argument, the parser needs to declare the variable name in the scope before parsing the default value.
<GitHub179>
jruby/master 8994d95 Chris Seaton: [Truffle] Passing def spec.
<headius>
hell of a thing to write a test for
<subbu>
tests sound great. that will make sure that when I start messing with it, I know I didn't break anything else.
<headius>
yeah I'll fit one in somewhere
<headius>
it's a very complicated set of conditions
<headius>
doesn't really seem appropriate for a spec
<headius>
we're running jit against test:jruby so perhaps in there is best
<headius>
oh whew...all the tests still failed in nahi's example, but I had hacked up one of the files while reducing the issue
<headius>
all green now
<GitHub92>
[jruby] headius pushed 1 new commit to master: http://git.io/vuVu2
<GitHub92>
jruby/master f9c2c97 Charles Oliver Nutter: Put post logic before blocks' rethrow instruction, if present....
kares has quit [Ping timeout: 260 seconds]
robbyoconnor has joined #jruby
<GitHub50>
[jruby] headius closed issue #3577: Block call IR optimization failures by 0d35995e1704bb716a9b54064208cf82ace2f150 http://git.io/vufx3
<headius>
subbu: I am confused though why fullint didn't show the same issue
<headius>
I changed nothing in JIT
<headius>
something about the extra passes run perhaps
drbobbeaty has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
enebo has joined #jruby
pawnbox has joined #jruby
tcrawley is now known as tcrawley-away
pawnbox has quit [Ping timeout: 250 seconds]
<GitHub76>
[jruby] andrewvc opened issue #3582: 1.7.x define_singleton_method fails in fascinating ways in odd situations http://git.io/vuwGv
shellac has quit [Quit: Computer has gone to sleep.]
mjc has joined #jruby
<mjc>
anyone have an example of a simple way to run jruby scripts with jar files loaded onto the classpath using something like gradle or bundle ?
justinmcp has quit [Remote host closed the connection]
justinmcp has joined #jruby
bjfish2 has quit [Quit: bjfish2]
<mjc>
i.e. I'm trying to be able to specify some hbase/hadoop jar deps in simple group/artifact/version terms, and have them be in the classpath at runtime