<JRubyGithub>
[jruby] eregon pushed 5 new commits to master: http://git.io/pXTO
<JRubyGithub>
jruby/master e043385 Benoit Daloze: [Truffle] Make replacements of ivar reads by direct nodes....
<JRubyGithub>
jruby/master b687a26 Benoit Daloze: [Truffle] Check frozen status for ivar assignment!
<JRubyGithub>
jruby/master 16e9ce4 Benoit Daloze: [Truffle] Make replacements of ivar writes by direct nodes....
JRubyGithub has left #jruby [#jruby]
aramisbear has quit [Quit: Leaving...]
Aethenelle has joined #jruby
JRubyGithub has joined #jruby
<JRubyGithub>
[jruby] enebo pushed 1 new commit to master: http://git.io/pXIY
JRubyGithub has left #jruby [#jruby]
<JRubyGithub>
jruby/master 18d9c88 Thomas E. Enebo: Better fix for FrozenString. String-fed FrozenStrings should just pass through to String Literal...
e_dub has quit [Quit: e_dub]
JRubyGithub has joined #jruby
<JRubyGithub>
[jruby] chrisseaton pushed 1 new commit to master: http://git.io/pXt1
<JRubyGithub>
jruby/master 7fe3c36 Chris Seaton: [Truffle] Hash#map with an empty hash.
mister_solo has quit [Remote host closed the connection]
mister_solo has joined #jruby
JRubyGithub has joined #jruby
<JRubyGithub>
[jruby] chrisseaton pushed 1 new commit to truffle-head: http://git.io/pXDp
<JRubyGithub>
jruby/truffle-head 56be36f Chris Seaton: Merge branch 'master' into truffle-head...
JRubyGithub has left #jruby [#jruby]
mister_solo has quit [Ping timeout: 245 seconds]
iamjarvo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
donV has quit [Quit: donV]
e_dub has joined #jruby
mister_solo has joined #jruby
bbrowning is now known as bbrowning_away
pjammer has joined #jruby
<pjammer>
morning/afternoon. Have some Trinidad questions about nginx serving 0 byte files from /public/404.html (for instance).
<pjammer>
The readme states : We do recommend compiling assets up front and disabling the asset server in prod
<pjammer>
Is this Tomcat's asset server?
<pjammer>
on dev env setup, which supposedly is the same, my 404.html page appears. in production, it does not. trying to find out why and if it's Trinidad or nginx or combo or....
rsim1 has quit [Quit: Leaving.]
<pjammer>
I saw in the README i could come here and ask anyways.
JRubyGithub has joined #jruby
<JRubyGithub>
[jruby] nirvdrum pushed 1 new commit to master: http://git.io/pXdi
<JRubyGithub>
jruby/master 1b00142 Kevin Menard: Revert "[Truffle] Empty Kernel#raise should re-raise the last exception."...
JRubyGithub has left #jruby [#jruby]
<nirvdrum>
pjammer: My guess would be Rails assets.
<pjammer>
nirvdrum as in it's not being precompiled?
<pjammer>
or disable rails assets
<nirvdrum>
pjammer: Usually you configure your non-app server (nginx in this case), to serve static content.
Aethenelle has quit [Quit: Aethenelle]
<nirvdrum>
pjammer: I have no idea if it's being precompiled or not. But the readme is suggesting they should be.
<bjfish2>
chrisseaton are there any current ArrayNodes Specializations that could be candidates for ruby code?
_djbkd has joined #jruby
JRubyGithub has joined #jruby
<JRubyGithub>
[jruby] enebo pushed 2 new commits to master: http://git.io/p11x
<JRubyGithub>
jruby/master dc73005 Thomas E. Enebo: Make loading 2-phase affair due ot lifecycle of IRScope vs IC
<JRubyGithub>
jruby/master f0f2acc Thomas E. Enebo: Reverse order of constructors for b* instrs to match internal ordering so decode can use in-order...
JRubyGithub has left #jruby [#jruby]
calavera has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
_djbkd has quit [Remote host closed the connection]
yfeldblum has joined #jruby
_djbkd has joined #jruby
<chrisseaton>
bjfish2: probably, but I'd very extremely cautious about moving them to Ruby as they are key for performance in a lot of benchmarks
<chrisseaton>
If they have notDesignedForCompilation, then it's good to convert to Ruby
<chrisseaton>
notDesignedForCompilation at the top of each specialisation I mean, not just some or in some branches
<chrisseaton>
#uniq, #unshift, #inspect, #to_s, #concat are all examples
DomKM has joined #jruby
JRubyGithub has joined #jruby
<JRubyGithub>
[jruby] headius pushed 3 new commits to master: http://git.io/p15m
<JRubyGithub>
jruby/master 4df660d Charles Oliver Nutter: Basic start to working persistence-based AOT.
<JRubyGithub>
jruby/master cffe91e Charles Oliver Nutter: Merge remote-tracking branch 'origin/master' into aot_persist
<JRubyGithub>
jruby/master 487b2c8 Charles Oliver Nutter: Get loading and execution working in new IR AOT.
JRubyGithub has left #jruby [#jruby]
<headius>
very extremely cautious is really cautious
<JRubyGithub>
[jruby] headius closed issue #2668: Homepage: Broken Link http://git.io/pGhp
JRubyGithub has left #jruby [#jruby]
subbu is now known as subbu|lunch
havenwood has quit [Remote host closed the connection]
calavera has joined #jruby
JRubyGithub has joined #jruby
<JRubyGithub>
[jruby] nirvdrum pushed 1 new commit to master: http://git.io/pMeM
<JRubyGithub>
jruby/master 92d2cc7 Kevin Menard: [Truffle] Be sure to give proper attribution to code taken from org.jruby.RubyString.
JRubyGithub has left #jruby [#jruby]
pitr-ch has joined #jruby
havenwood has joined #jruby
kares has quit [Ping timeout: 244 seconds]
donV has joined #jruby
JRubyGithub has joined #jruby
<JRubyGithub>
[jruby] headius closed issue #2648: Building Jruby fails with IBM java http://git.io/x7Dw
JRubyGithub has left #jruby [#jruby]
<nirvdrum>
Time to finally make String#delete work.
kares has joined #jruby
enebo has quit [Quit: enebo]
donValentin has joined #jruby
<headius>
woohoo
e_dub has joined #jruby
<chrisseaton>
Is EngineYard still providing any hosting now we're on GH? Logo is still at the bottom of the page
donV has quit [Ping timeout: 264 seconds]
<headius>
asarih: we seem to be lagging really far behind as far as build triggering
<headius>
last build completed an hour ago and nothing else has started
<headius>
chrisseaton: S3 at least
e_dub has quit [Client Quit]
<headius>
but I think that might be it
yh has joined #jruby
<asarih>
looking
e_dub has joined #jruby
<headius>
if we get all our release artifacts deployed to maven we could just use maven as our download host :-)
<headius>
asarih: I cancelled a build to try to kick it, but still nothing happening
JRubyGithub has joined #jruby
<JRubyGithub>
[jruby] nchhazed opened issue #2688: IOError: stream closed on using same Http Object with use_ssl = true with jruby 1.7.19 http://git.io/pMlO
JRubyGithub has left #jruby [#jruby]
iamjarvo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<asarih>
headius: sidekiq seems to have stuck so none of the requests were processed
<asarih>
headius: I restarted sidekiq, and I see that the queue has cleared.
subbu|lunch is now known as subbu
<headius>
asarih: ok thank you!
<asarih>
now, I'm still seeing the back log…
mitchellhenke has quit [Quit: Computer has gone to sleep.]
mitchellhenke has joined #jruby
iamjarvo has joined #jruby
<asarih>
0 started0 queued267 created
subbu has quit [Ping timeout: 255 seconds]
skade has joined #jruby
<headius>
asarih: :-(
<asarih>
hmmm. still not sure why your jobs are not getting queued.
pietr0 has quit [Remote host closed the connection]
pietr0 has joined #jruby
x1337807x has joined #jruby
subbu_ has quit [Ping timeout: 245 seconds]
JRubyGithub has joined #jruby
<JRubyGithub>
[jruby] nirvdrum pushed 5 new commits to master: http://git.io/pDnF
<JRubyGithub>
jruby/master e66f08e Kevin Menard: Made RubyString#delete_bangCommon19 static.
<JRubyGithub>
jruby/master 74861eb Kevin Menard: Moved RubyString.delete_bangCommon19 to StringSupport.
<JRubyGithub>
jruby/master 763bd8e Kevin Menard: [Truffle] Implemented String#delete!.
JRubyGithub has left #jruby [#jruby]
bbrowning is now known as bbrowning_away
elia has joined #jruby
ohmyssl has joined #jruby
JRubyGithub has joined #jruby
<JRubyGithub>
[jruby] headius closed issue #2602: RegexpError: invalid multibyte character for method gsub http://git.io/N9Kn
JRubyGithub has left #jruby [#jruby]
<ohmyssl>
doing a curl to an external service and all is fine, but my code which uses net::http gets a "Could not generate DH keypair"
_djbkd has joined #jruby
<nirvdrum>
ohmyssl: You'll need to provide some additional context. SSL is handled via BouncyCastle in JRuby.
ohmyssl has quit [Client Quit]
mister_solo has quit [Ping timeout: 264 seconds]
<chrisseaton>
headius: if you are clearing out old bugs, I asked for a follow up on a load of really old ones about six months ago I think that you could now reasonably close - but it's now hard to find those bugs again as they look recent!
JRubyGithub has joined #jruby
<JRubyGithub>
[jruby] headius closed issue #2600: File.stat gives incorrect mode value on PPC platforms http://git.io/Ny2E
JRubyGithub has left #jruby [#jruby]
<headius>
chrisseaton: I'm just triaging recent ones right now
<headius>
lots to wade through
<chrisseaton>
headius: I wish GitHub had a 'ping me about this issue again in six months' feature
<headius>
yeah :-\
<headius>
we need to do a big scrub of our issues after one of these releases
<headius>
upwards of 700 open now
<nirvdrum>
chrisseaton: In my work with fog, I'm finding it handy to use the "assign to" feature and assign stuff to me.
<nirvdrum>
Not the best solution, but it works well enough.
JRubyGithub has joined #jruby
<JRubyGithub>
[jruby] headius closed issue #2580: Different Encoding behavior from all other Rubies http://git.io/b7MG
JRubyGithub has left #jruby [#jruby]
subbu_ has joined #jruby
calavera has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
enebo has quit [Quit: enebo]
subbu_ has quit [Ping timeout: 240 seconds]
tcrawley is now known as tcrawley-away
kares has quit [Ping timeout: 250 seconds]
JRubyGithub has joined #jruby
<JRubyGithub>
[jruby] headius pushed 1 new commit to jruby-1_7: http://git.io/pDVL
<JRubyGithub>
jruby/jruby-1_7 3f5a605 Charles Oliver Nutter: Fix jcodings mapping for UTF-32 and UTF-16 (to BE). Fixes #2581.
JRubyGithub has left #jruby [#jruby]
JRubyGithub has joined #jruby
<JRubyGithub>
[jruby] headius closed issue #2581: Error handling converting UTF-32 to UTF-8 is broken [9k] [lotus] http://git.io/b7hg
JRubyGithub has left #jruby [#jruby]
JRubyGithub has joined #jruby
<JRubyGithub>
[jruby] headius closed issue #2587: simplecov triggers load error when running coverage on jruby-9.0.0.0.pre1 http://git.io/Nsfo
JRubyGithub has left #jruby [#jruby]
<lopex>
headius: afair dummy is same functionality but not an alias
<lopex>
so replicate
<headius>
yeah I don't know when this changed, but there's only two actual dummy encodings now
<headius>
one of the ISO-2022 and UTF-7
<lopex>
I'd have to check to recall
<headius>
UTF-16 and 32 are both "DUMMY_UNICODE" which just replicates the BE versions for them
<headius>
we had them as true dummy
<headius>
minor fix, anyway
<lopex>
there might be some mri changes as well though
<lopex>
headius: btw, hows the encoding torquebox propagation story ?