<mjc_> nokogiri is so darn slow :( 800 i/s on jruby and 71k i/s on MRI
kotk has joined #jruby
yfeldblum has quit [Remote host closed the connection]
kotk_ has quit [Ping timeout: 264 seconds]
nateberkopec has joined #jruby
<mjc_> sax parsing
x1337807x has quit [Ping timeout: 252 seconds]
enebo has quit [Quit: enebo]
<bga57> Is that because the java implementation is slower, or the context switching between jruby and java is too expensive?
nateberkopec has quit [Quit: Leaving...]
subbu has joined #jruby
subbu has quit [Ping timeout: 256 seconds]
djbkd has quit [Remote host closed the connection]
subbu has joined #jruby
<mjc_> bga57: I don't think context switching between jruby and java is expensive, it's almost certainly that nokogiri's java impl. is slow
camlow325 has quit []
yfeldblum has joined #jruby
subbu has quit [Ping timeout: 256 seconds]
nateberkopec has joined #jruby
djbkd has joined #jruby
nateberkopec has quit [Client Quit]
DomKM has quit [Quit: Connection closed for inactivity]
ponga has quit [Remote host closed the connection]
ponga has joined #jruby
drbobbeaty has quit [Read error: Connection reset by peer]
drbobbeaty has joined #jruby
JRubyGithub has joined #jruby
<JRubyGithub> [jruby] nirvdrum pushed 2 new commits to regexp_work: http://git.io/vIr6r
<JRubyGithub> jruby/regexp_work 4980c28 Kevin Menard: [Truffle] Untagged newly passing String specs.
<JRubyGithub> jruby/regexp_work f07728d Kevin Menard: [Truffle] Fixed handling the 'forward' option in the regexp_search_region primitive.
JRubyGithub has left #jruby [#jruby]
ponga has quit [Read error: No route to host]
ratnikov_ has quit [Ping timeout: 256 seconds]
ratnikov_ has joined #jruby
drbobbeaty has quit [Ping timeout: 258 seconds]
colinsurprenant has joined #jruby
skade has joined #jruby
yfeldblum has quit [Ping timeout: 256 seconds]
djbkd has quit [Remote host closed the connection]
skade has quit [Quit: Computer has gone to sleep.]
bb010g has joined #jruby
subbu has joined #jruby
colinsurprenant has quit [Quit: colinsurprenant]
yfeldblum has joined #jruby
yfeldblu_ has joined #jruby
yfeldblum has quit [Ping timeout: 245 seconds]
rsim has joined #jruby
rsim has quit [Quit: Leaving.]
subbu has quit [Ping timeout: 256 seconds]
kares has joined #jruby
rsim has joined #jruby
e_dub has quit [Quit: Leaving]
shellac has joined #jruby
shellac has quit [Quit: Computer has gone to sleep.]
e_dub has joined #jruby
shellac has joined #jruby
shellac has quit [Client Quit]
rsim has quit [Quit: Leaving.]
rsim has joined #jruby
rsim has quit [Quit: Leaving.]
rsim has joined #jruby
rsim has quit [Ping timeout: 265 seconds]
shellac has joined #jruby
marr has joined #jruby
AnoHito has quit [Ping timeout: 265 seconds]
AnoHito has joined #jruby
digitalextremist has quit [Read error: Connection reset by peer]
vtunka has joined #jruby
vtunka has quit [Quit: Leaving]
jgraichen has quit [Ping timeout: 265 seconds]
jgraichen has joined #jruby
vtunka has joined #jruby
rsim has joined #jruby
rsim has quit [Quit: Leaving.]
rsim has joined #jruby
DomKM has joined #jruby
havenwood has quit [Ping timeout: 252 seconds]
<ebarrett> hey, is there a way to get monotonic system time in jruby?
marr has quit [Ping timeout: 252 seconds]
rsim has quit [Quit: Leaving.]
rsim has joined #jruby
<ebarrett> found it :)
yfeldblu_ has quit [Ping timeout: 265 seconds]
rsim has quit [Quit: Leaving.]
tcrawley-away is now known as tcrawley
drbobbeaty has joined #jruby
<chrisseaton> ebarrett: https://github.com/jruby/bench9000/blob/master/lib/bench/harness.rb#L21-L30 - in case that's different to what you found
rsim has joined #jruby
<ebarrett> chrisseaton: pretty much exactly what I have
<ebarrett> but you want CLOCK_MONOONIC_RAW on linux
rsim has quit [Quit: Leaving.]
<chrisseaton> oh right - what's the difference?
rsim has joined #jruby
<ebarrett> let me find an article that explains it
<ebarrett> see the comment by capnkernel
<ebarrett> oh, then see thomas habet's response
<ebarrett> well, well
rsim1 has joined #jruby
bbrowning_away is now known as bbrowning
rsim has quit [Ping timeout: 265 seconds]
rsim1 has quit [Client Quit]
rsim has joined #jruby
rsim has quit [Read error: Connection reset by peer]
rsim has joined #jruby
<ebarrett> chrisseaton: i did some reading and thinking
<ebarrett> CLOCK_MONOTONIC_RAW is still what we want. But we can't really call it wall clock time ;)
<ebarrett> i left a comment explaining how I *think* it works
bjfish2 has joined #jruby
havenwood has joined #jruby
e_dub has quit [Quit: Leaving]
e_dub has joined #jruby
benlovell has joined #jruby
drbobbeaty has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
mrmargolis has joined #jruby
DomKM has quit [Quit: Connection closed for inactivity]
rsim has quit [Quit: Leaving.]
mister_solo has joined #jruby
rsim has joined #jruby
lance|afk is now known as lanceball
imperator has joined #jruby
imperator has quit [Quit: This computer has gone to sleep]
benlovell has quit [Ping timeout: 264 seconds]
imperator has joined #jruby
nateberkopec has joined #jruby
enebo has joined #jruby
deobalds has joined #jruby
donV has joined #jruby
rsim has quit [Quit: Leaving.]
benlovell has joined #jruby
<ebarrett> does 'require' work different in jruby?
<ebarrett> or perhaps the environment is changed in the launching wrapper script...
JRubyGithub has joined #jruby
<JRubyGithub> [jruby] donv opened issue #3031: Match data missing in concurrent proc http://git.io/vI6ph
JRubyGithub has left #jruby [#jruby]
<donV> Hi all! Can anybody reproduce? https://github.com/jruby/jruby/issues/3031
<donV> can be run in irb :)
skade has joined #jruby
fuzzyhorns has joined #jruby
<bbrowning> donV: RuntimeError: Match is missing (145): gnrak: "a"
<donV> Yup.
<donV> Are we doing something wrong?
<ebarrett> RuntimeError: Match is missing (155): sakaw: nil
<ebarrett> ^ on a couple of days ago master branch
<donV> Thanks!
<donV> Can anybody see a fault in the program? It does not seem to be a very special use case, so I expected JRuby to be solid.
<donV> Oops, must get off the bus :)
<donV> afk for a while...
donV has quit [Quit: donV]
<enebo> ebarrett: do you think this is a regression of some kind?
<enebo> ebarrett: or you noticed the same thing about two days ago
colinsurprenant has joined #jruby
colinsurprenant has quit [Client Quit]
<bga57> I am getting errors on FreeBSD trying to open a sqlite database,
<bga57> ActiveRecord::JDBCError: Error opening connection
<bga57> from arjdbc/jdbc/RubyJdbcConnection.java:453:in `init_connection'
<bga57> should I be opening an issue against ActiveRecord-JDBC?
<ebarrett> enebo: no, nothing so deep
<ebarrett> it's just the version i'm running
<enebo> ebarrett: ok just making sure it is not something we can simply bisect
colinsurprenant has joined #jruby
skade has quit [Ping timeout: 255 seconds]
<ebarrett> chrisseaton: looks like perhaps -X+T changes the CWD?
skade has joined #jruby
JRubyGithub has joined #jruby
<JRubyGithub> [jruby] Xanthus opened issue #3032: Self requiring file breaks inheritance hooks http://git.io/vIit2
JRubyGithub has left #jruby [#jruby]
subbu has joined #jruby
bbrowning is now known as bbrowning_away
benlovell has quit [Ping timeout: 250 seconds]
camlow325 has joined #jruby
camlow32_ has joined #jruby
skade has quit [Quit: Computer has gone to sleep.]
camlow3__ has joined #jruby
donV has joined #jruby
<donV> I’m back!
camlow325 has quit [Ping timeout: 258 seconds]
<enebo> donV: out of curiousity does this also fal on master?
camlow32_ has quit [Ping timeout: 265 seconds]
tcrawley is now known as tcrawley-away
donV has quit [Quit: donV]
imperator has quit [Quit: This computer has gone to sleep]
imperator has joined #jruby
temporalfox has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
imperator has quit [Quit: This computer has gone to sleep]
bbrowning_away is now known as bbrowning
colinsurprenant has quit [Quit: colinsurprenant]
DomKM has joined #jruby
imperator has joined #jruby
tenderlove has quit [Quit: Leaving...]
rsim has joined #jruby
shellac has quit [Quit: Ex-Chat]
imperator has quit [Quit: This computer has gone to sleep]
JRubyGithub has joined #jruby
<JRubyGithub> [jruby] chrisseaton pushed 1 new commit to truffle-head: http://git.io/vIi16
<JRubyGithub> jruby/truffle-head 497148b Chris Seaton: Merge branch 'master' into truffle-head...
JRubyGithub has left #jruby [#jruby]
mkristian has joined #jruby
deobalds has quit [Read error: Connection reset by peer]
deobalds has joined #jruby
<mkristian> enebo, you just dropped the repo :( - wanted to try to just delete this file.
<enebo> mkristian: sorry I am also trying to get 1.7.20.1 and they stick into the same repo
<enebo> mkristian: I find it weird that different versions of the same artifacts are put into the same repo
JRubyGithub has joined #jruby
<JRubyGithub> [jruby] mkristian pushed 1 new commit to master: http://git.io/vIi9Q
<JRubyGithub> jruby/master 8e140ed Christian Meier: [build] do not attache jruby-truffle-complete - it is just needed for jruby-jars gem
JRubyGithub has left #jruby [#jruby]
<mkristian> ok - np. yes, I would not expect this either
<mkristian> here is your fix for the truffle thing
<enebo> mkristian: two releases in one day is a challenge :)
camlow3__ has quit [Remote host closed the connection]
<enebo> mkristian: hopefully 1.7.20.1 will be ok
<mkristian> but good to see this rubygems fix going out
<enebo> dist and jars have errant version strings and I forget to fix them manually each release
<enebo> we also have an extras.xml which is not maven but I always notice…I guess we should nuke that at some point
camlow325 has joined #jruby
camlow325 has quit [Remote host closed the connection]
colinsurprenant has joined #jruby
<enebo> lunch
<mkristian> talking about master ?
camlow325 has joined #jruby
vtunka has quit [Quit: Leaving]
<enebo> mkristian: well there was one problem with master but I am not sure about these particular ones. I was talking 1.7.20
imperator has joined #jruby
<enebo> mkristian: I did notice that ./mvnw did not update: ./maven/jruby/pom.xml: <version>9.0.0.0-SNAPSHOT</version>
rsim has quit [Quit: Leaving.]
<enebo> but jruby-dist and jruby-jars historically have not updated the final names
<enebo> bbiab have to help with lunch
<mkristian> ok
x1337807x has joined #jruby
drbobbeaty has joined #jruby
mister_solo has quit [Ping timeout: 272 seconds]
_djbkd has joined #jruby
_djbkd has quit [Remote host closed the connection]
_djbkd has joined #jruby
travis-ci has joined #jruby
<travis-ci> jruby/jruby (master:8e140ed by Christian Meier): The build was broken. (http://travis-ci.org/jruby/jruby/builds/66246045)
travis-ci has left #jruby [#jruby]
camlow325 has quit [Ping timeout: 245 seconds]
camlow325 has joined #jruby
fuzzyhorns has quit [Ping timeout: 265 seconds]
pietr0 has joined #jruby
JRubyGithub has joined #jruby
<JRubyGithub> [jruby] mkristian pushed 1 new commit to master: http://git.io/vIPtG
<JRubyGithub> jruby/master 41583ac Christian Meier: [build] hmm - switch to release version
JRubyGithub has left #jruby [#jruby]
shellac has joined #jruby
<enebo> lopex: looks crazy
mike___1234 has quit [Ping timeout: 265 seconds]
mike___1234 has joined #jruby
dinfuehr has joined #jruby
mister_solo has joined #jruby
camlow325 has quit [Remote host closed the connection]
camlow325 has joined #jruby
mister_s_ has joined #jruby
mike___1234 has quit [Ping timeout: 245 seconds]
camlow325 has quit [Remote host closed the connection]
mister_solo has quit [Ping timeout: 252 seconds]
dinfuehr has quit [Remote host closed the connection]
dinfuehr has joined #jruby
camlow325 has joined #jruby
mike___1234 has joined #jruby
<enebo> mpapis: 1.7.20.1 and 9.0.0.0.rc1 will be out today
<enebo> mpapis: unless something trips me up on 9krc1
<enebo> doing 1.7.20.1 first
travis-ci has joined #jruby
<travis-ci> jruby/jruby (master:41583ac by Christian Meier): The build was fixed. (http://travis-ci.org/jruby/jruby/builds/66254003)
travis-ci has left #jruby [#jruby]
JRubyGithub has joined #jruby
<JRubyGithub> [jruby] enebo created 1_7_20 (+4 new commits): http://git.io/vIPzC
<JRubyGithub> jruby/1_7_20 f6f73f3 Matthaus Owens: Update rubygems to 2.4.8 to mitigate CVE-2015-4020...
<JRubyGithub> jruby/1_7_20 b28a7b4 Thomas E. Enebo: Bump for 1.7.20.1
<JRubyGithub> jruby/1_7_20 ebfca94 Thomas E. Enebo: Dead .xml with wrong version. Manually correcting
JRubyGithub has left #jruby [#jruby]
mike___1234 has quit [Ping timeout: 265 seconds]
DomKM has quit [Quit: Connection closed for inactivity]
subbu is now known as subbu|lunch
mike___1234 has joined #jruby
iamjarvo has joined #jruby
<mpapis> enebo, oh, thanks, it's a good chance to push rvm release
<havenwood> mpapis: i was thinking the same thing :)
<havenwood> 9k rc1 \o/
<enebo> mpapis: so hopefully 9krc1 will be out in an hour
<bbrowning> MAVEN WILLING
<enebo> mpapis: 1.7.20.1 is done now but you might as well wait :)
<chrisseaton> enebo: has the commit already been tagged? can we start working on master again?
<enebo> chrisseaton: I don’t tag since we frequently find things wrong
<enebo> chrisseaton: not until it has passed a few things like being able to resolve on sonatype and work on windows and a few sanity tests
<enebo> chrisseaton: so a little longer
<chrisseaton> np
mister_s_ has quit [Ping timeout: 252 seconds]
shellac has quit [Quit: Computer has gone to sleep.]
donV has joined #jruby
<donV> enebo: Hi! Was away. ebarrett reported it failing on master as well.
<enebo> donV: yeah it seems like somehow $~ is getting set and that dynamic scope where it lives is comopeting with another thread
x1337807x has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
<enebo> donV: Should not be doing that so we need to fix it
<enebo> mkristian: any idea why maven/jruby/pom.xml is not updating version: <version>9.0.0.0-SNAPSHOT</version>
<enebo> mkristian: I am going to hand fix this but it is not getting updated
<enebo> fix it by hand
<imperator> donV, any word on getting that pg change backported into the jdbc adapter?
<donV> imperator: No, and no timetable for it.
<imperator> ok :(
iamjarvo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<bbrowning> imperator: for what you're doing, it may be easiest to just maintain a monkey-patch for now
<imperator> yeah, true
donV has quit [Quit: donV]
<imperator> oops, drove him away
donV has joined #jruby
<kares> imperator: donV: bbrowning what change are you guys talking about ... (did some backporting today) ?
donV has quit [Client Quit]
shellac has joined #jruby
<imperator> (i think, correct me if i'm wrong bbrowning)
<bbrowning> imperator: that pull request is an easy way to view the changes, but the actual commits somewhere in rails/rails would be the canonical source
<kares> why ... that's a non-official fork, right?
<bbrowning> kares: it's in rails itself as well - new in 4.2
<kares> I mean I actually did that today but not for 3.2
<bbrowning> that's what I meant by rails/rails being the canonical source
<kares> bbrowning: ah ok, thanks ... in that case it's done :)
<bbrowning> kares: yep backporting that to 3.2 is just in that non-official fork
<imperator> kares, it's done?
<imperator> sweet!
<kares> imperator: willing to test?
<imperator> i'll give it a shot
<imperator> is the gem itself updated and installable?
<kares> couple postgres oid madness for 4.2 compatibility is in
<bbrowning> you'll probably have to add a git reference to your Gemfile to test it
<imperator> ok
<imperator> actually...i think i'll have to wait until tomorrow
<imperator> ok, i'll give it a shot tomorrow morning
<kares> imperator: but for now only on 1-3-stable branch ... a merge master will follow after a 1.3.17 release
<imperator> kares, alright, thanks
<kares> imperator: appreciate feedback if you run with postgresql on 4.2
<mkristian> enebo, I think it is not on git anymore - let me check
<kares> even if I do not have more time to work on it ... its good to know where we're at
<enebo> mkristian: it must be since I see it on a shallow clone
iamjarvo has joined #jruby
<mkristian> enebo, no it is on git but should not.
iamjarvo has quit [Max SendQ exceeded]
<enebo> mkristian: well no harm we can remove it after this release from repo
<mkristian> ok
<enebo> mkristian: maven is not using it right?
bb010g has quit [Quit: Connection closed for inactivity]
iamjarvo has joined #jruby
<mkristian> ./mvnw and mvn-3.3.x is not using it. but maven-3.2.x does use it
<enebo> mkristian: I know this is not your thing but if you find it in your heart could you figure out wtf antlib/extras.xml is and hopefully remove it
iamjarvo has quit [Max SendQ exceeded]
<imperator> kares, will keep you posted
iamjarvo has joined #jruby
<enebo> mkristian: oh ok well I think we can just say you need mvn 3.3+ for now. The only issue I can see with that is IDE support
<mkristian> yes, I will and it is my doing - so you asked the right perosn
iamjarvo has quit [Max SendQ exceeded]
iamjarvo has joined #jruby
<mkristian> IDE does not need maven/jruby and for core and truffle there is a pom.xml
<enebo> mkristian: but if we will support mvn 3.2 then we should update it as well but I would rather simplify things if we can
iamjarvo has quit [Max SendQ exceeded]
<enebo> mkristian: ok
iamjarvo has joined #jruby
<enebo> mkristian: cross your fingers trying a sonatype close :)
<mkristian> building the artifacts need mvn-3.3.x
iamjarvo has quit [Max SendQ exceeded]
<mkristian> I did see jruby-1.7.20.1 closing and promoting earlier ;)
iamjarvo has joined #jruby
iamjarvo has quit [Max SendQ exceeded]
<enebo> mkristian: yeah that one I did not expect much since it was one commit to update rg
iamjarvo has joined #jruby
iamjarvo has quit [Max SendQ exceeded]
<enebo> I noticed 1.7.21 will have a lot of commits in it :)
<enebo> mkristian: you and kares have been busy
iamjarvo has joined #jruby
iamjarvo has quit [Max SendQ exceeded]
<mkristian> and the merge was not so easy
<enebo> mkristian: booooo :) another truffle asc issue
iamjarvo has joined #jruby
<mkristian> ah ne
iamjarvo has quit [Max SendQ exceeded]
<chrisseaton> asc? What's the problem?
iamjarvo has joined #jruby
iamjarvo has quit [Max SendQ exceeded]
<enebo> chrisseaton: sonatype requires some signing stuff to be done
iamjarvo has joined #jruby
iamjarvo has quit [Max SendQ exceeded]
<enebo> Invalid Signature: '/org/jruby/jruby-truffle/9.0.0.0.rc1/jruby-truffle-9.0.0.0.rc1.jar.asc' is not a valid signature for 'jruby-truffle-9.0.0.0.rc1.jar'.
iamjarvo has joined #jruby
iamjarvo has quit [Max SendQ exceeded]
<enebo> It is not so horrible but it takes 12 minutes to get to this point each try
<mkristian> ok - I did not very the asc :( - I am looking
iamjarvo has joined #jruby
iamjarvo has quit [Max SendQ exceeded]
<kares> the .jar probably re-wrote itself :)
<enebo> mkristian: and this is a different artifact
<enebo> kares: yeah
iamjarvo has joined #jruby
<enebo> kares: shaded after signed
iamjarvo has quit [Max SendQ exceeded]
<mkristian> the pom as well. yes some shading after signing
mje113 has joined #jruby
iamjarvo has joined #jruby
iamjarvo has quit [Max SendQ exceeded]
iamjarvo has joined #jruby
iamjarvo has quit [Max SendQ exceeded]
<kares> enebo: was referring to how truffle/graal works but your explanation is likely as well
iamjarvo has joined #jruby
iamjarvo has quit [Max SendQ exceeded]
lanceball is now known as lance|afk
iamjarvo has joined #jruby
iamjarvo has quit [Max SendQ exceeded]
<kares> oh yeah AR 4.2 truly caused a regression with JNDI connections ;(
iamjarvo has joined #jruby
shellac has quit [Quit: Computer has gone to sleep.]
iamjarvo has quit [Max SendQ exceeded]
iamjarvo has joined #jruby
iamjarvo has quit [Max SendQ exceeded]
iamjarvo has joined #jruby
iamjarvo has quit [Max SendQ exceeded]
<mkristian> enebo, I can not see the problem with only install. I try to deploy it to sonatype FYI
Aethenelle has joined #jruby
iamjarvo has joined #jruby
iamjarvo has quit [Max SendQ exceeded]
<enebo> mkristian: ok. I will not drop my repo so you can refer to it
<enebo> mkristian: but you will get your own so you can compare or something :)
iamjarvo has joined #jruby
iamjarvo has quit [Max SendQ exceeded]
<mkristian> thanx
dinfuehr has quit [Remote host closed the connection]
iamjarvo has joined #jruby
iamjarvo has quit [Max SendQ exceeded]
dinfuehr has joined #jruby
iamjarvo has joined #jruby
tcrawley-away is now known as tcrawley
iamjarvo has quit [Max SendQ exceeded]
dinfuehr has quit [Read error: Connection reset by peer]
dinfuehr has joined #jruby
iamjarvo has joined #jruby
iamjarvo has quit [Max SendQ exceeded]
iamjarvo has joined #jruby
mrmargolis has quit [Remote host closed the connection]
dinfuehr has quit [Ping timeout: 264 seconds]
subbu|lunch is now known as subbu
<mkristian> enebo, ok - my repo did close - committing the fix
<enebo> mkristian: you have a better than 7mb up internet connection
<mkristian> honestly I do no know
nirvdrum has joined #jruby
<mkristian> it is good enough - why ?
<enebo> mkristian: www.speedtest.net….It’s fun!
<enebo> mkristian: well it takes me 12 minutes to deploy…it took you less
<mkristian> no I just deploy the truffle module not the whole thing
JRubyGithub has joined #jruby
<JRubyGithub> [jruby] mkristian pushed 1 new commit to master: http://git.io/vIXtY
<JRubyGithub> jruby/master 32a02b2 Christian Meier: [build] make sure we do not replace the original jar on deploy -Prelease
JRubyGithub has left #jruby [#jruby]
<mkristian> enebo, speedcheck needs flash - will come another time
<nirvdrum> Did I miss anything exciting?
<nirvdrum> 1.7.20.1 I guess.
<bbrowning> mkristian: http://speedof.me/
lance|afk is now known as lanceball
<bbrowning> for speed test w/o flash
iamjarvo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
_djbkd has quit [Remote host closed the connection]
iamjarvo has joined #jruby
<enebo> mkristian: it closed. Need to sanity check what was generated but we made it past the first hurdle
skade has joined #jruby
colinsurprenant has quit [Quit: colinsurprenant]
x1337807x has joined #jruby
colinsurprenant has joined #jruby
<mkristian> enebo, did look at jruby-complete and jruby-dist this morning ... found nothing obvious
<mkristian> bbrowning, thanx
<mkristian> so my upload is 530 kbps
<bbrowning> mkristian: hey we're brothers-in-upload-slowness!
<enebo> mkristian: yeah doing some tests with those now
yfeldblum has joined #jruby
<enebo> jruby-jars and jruby-complete and bin dist ok so far
<enebo> mkristian: do we need to give mpapis more info on building jruby for rvm?
<enebo> mkristian: no doubt he is bundling some version of mvn so I am guessing he should update to 3.3.3
skade has quit [Quit: Computer has gone to sleep.]
bbrowning is now known as bbrowning_away
<mkristian> enebo, update to maven 3.3.3 is could but would relief us from keeping those pom.xml around
_djbkd has joined #jruby
<mpapis> enebo, oh thanks for head up, I will check if we restrict the mvn version anywhere, but the problem might be that we use often what the system provides in repositories and install manual copy as exception
<enebo> mpapis: ok. yeah mkristian can explain how well things will work pre-maven-3.3.x
dinfuehr has joined #jruby
dinfuehr_ has joined #jruby
dinfuehr has quit [Read error: Connection reset by peer]
<Aethenelle> any of you guys used packer before? how about pressed.cfg? (specifically preseed/late_command - preferrably as a boot arg)
shellac has joined #jruby
shellac has quit [Client Quit]
subbu has quit [Ping timeout: 256 seconds]
dinfuehr_ has quit [Ping timeout: 250 seconds]
<mkristian> mpapis, so mvn-3.3.x need jdk7 or higher. the building jruby up to that bin/jruby and all is working just needs mvn-3.2.x and probably mvn-3.1.x or 3.0.x as well
<mpapis> ah, it's only for 9k ?
<mkristian> enebo, you did it so I can go to sleep now
<mkristian> mpapis, yes only for 9k
<enebo> go to sleep or not go to sleep :P
<enebo> mkristian: this release is a go…so you will not need to be worried about some problem now
donV has joined #jruby
<mkristian> there is also mvnw which bootstraps maven-3.3.3 and mvnw is part of jruby git now
<mkristian> mpapis, --^
<mkristian> that might be an alternativ for rvm - just thinking
<enebo> yeah that might be easiest for 9k RC1+
<enebo> sh ./mwnw and you do not need to care anymore what they have installed or install it yourself
<mkristian> that is what travis uses for the 9k
<enebo> yourself == rvm
<enebo> mpapis: bits are all uploaded now…just need to update communications stuff now
<mpapis> great, still at work, will try to it after .. which might be some time as I have also presentation to give in 3,5h
mkristian has quit [Quit: Ex-Chat]
ChanServ changed the topic of #jruby to: Get 9.0.0.0..rc1! http://jruby.org/ | http://wiki.jruby.org | http://logs.jruby.org/jruby/ | http://bugs.jruby.org | Paste at http://gist.github.com
<kares> enebo: since a rc1 is out ... what if I decide to refactor some of the Java Integration stuff (have some unfinished stuff locally) - will I need to wait till 10K :) ?
<kares> ... and congrats on managing 2 releases in one day!
<enebo> kares: probably not. I guess it just depends on how much semantics change
<enebo> kares: and if they are important enough final is not out yet. So we sort of have time :)
<kares> was planning on changing "a lot" ... although some should be internals e.g. package proxies having @name (moving that to a Java field)
<enebo> kares: yeah it is probably ok. It is more about external changes programmers need to make to confinue using JI
<enebo> kares: but anything which is not visible is fine
<kares> also hoped to avoid to java proxy class (and wrappers such as JavaMethod) when/if possible ... but it's quite a slice to digest
<kares> thus just asking for now ... hopefully I'll manage to deliver at least some, thanks
<enebo> kares: yeah I am excited to see what you come up with
donV has quit [Quit: donV]
subbu has joined #jruby
mike___1234 has quit [Ping timeout: 264 seconds]
temporalfox has joined #jruby
x1337807x has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
imperator has left #jruby ["Leaving"]
_djbkd has quit [Remote host closed the connection]
camlow325 has quit [Ping timeout: 255 seconds]
camlow325 has joined #jruby
_djbkd has joined #jruby
donV has joined #jruby
mike___1234 has joined #jruby
mrmargolis has joined #jruby
mister_solo has joined #jruby
donV has quit [Quit: donV]
bbrowning_away is now known as bbrowning
mike___1234 has quit [Ping timeout: 276 seconds]
JRubyGithub has joined #jruby
<JRubyGithub> [jruby] chrisseaton closed pull request #3029: Truffle symbol refactor (master...truffle-symbol-refactor) http://git.io/vIVbf
JRubyGithub has left #jruby [#jruby]
colinsurprenant has quit [Quit: colinsurprenant]
dinfuehr has joined #jruby
bbrowning is now known as bbrowning_away
dinfuehr has quit [Ping timeout: 250 seconds]
<nirvdrum> bbrowning_away: Is the TorqueBox rubygems proxy getting hammered?
mike___1234 has joined #jruby
mister_solo has quit [Ping timeout: 256 seconds]
JRubyGithub has joined #jruby
<JRubyGithub> [jruby] nirvdrum pushed 14 new commits to master: http://git.io/vIX7D
<JRubyGithub> jruby/master 214c49e Kevin Menard: [Truffle] Cleaned up regexp_search_region primitive a bit.
<JRubyGithub> jruby/master d97d8e8 Kevin Menard: [Truffle] Untagged passing Enumerable specs.
<JRubyGithub> jruby/master 3b79d8b Kevin Menard: [Truffle] Switched to Rubinius's String#scan.
JRubyGithub has left #jruby [#jruby]
JRubyGithub has joined #jruby
<JRubyGithub> [jruby] nirvdrum deleted regexp_work at 4980c28: http://git.io/vIX7d
JRubyGithub has left #jruby [#jruby]
<tcrawley> nirvdrum: what's up? is it slow?
<tcrawley> I can take a look
camlow325 has quit [Remote host closed the connection]
<nirvdrum> tcrawley: It just unscrewed itself. But I was getting 2.3 Kbps.
<tcrawley> yay!
<nirvdrum> I killed maven and tried again.
<tcrawley> feel free to ping me if it acts up again
<nirvdrum> Will do.
<nirvdrum> It just sorta hung with "Downloaded: http://rubygems-proxy.torquebox.org/releases/rubygems/json/maven-metadata.xml (3 KB at 2.3 KB/sec)
<nirvdrum> "
<nirvdrum> bjfish2: I still have more work on the regexp/string encoding front, but that set of commits might get some of the other stuff you've been testing, passing.
<bjfish2> nirvdrum i’ll give it a try, thanks!
<tcrawley> nirvdrum: we do have 350+ open connections to the proxy from one ec2 ip
<tcrawley> that may account for some slowness
camlow325 has joined #jruby
camlow325 has quit [Remote host closed the connection]
marr has joined #jruby
camlow325 has joined #jruby
<nirvdrum> tcrawley: A mirror?
<tcrawley> mayhap. it's quieter now
<tcrawley> it would be nice if we could get other gem proxies set up, maybe with round-robin dns or somesuch
skade has joined #jruby
<enebo> oh crap
<enebo> nirvdrum: I did not push commits for 9k.rc1
<enebo> nirvdrum: I sort of spaced it out until now
nateberkopec has quit [Quit: Leaving...]
tcrawley is now known as tcrawley-away
iamjarvo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<nirvdrum> enebo: Oops.
<nirvdrum> enebo: Want me to revert my merge?
<enebo> nirvdrum: hmmm
temporalfox has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
<enebo> nirvdrum: if you reverted and I rebased it would probably be zero sum
<enebo> nirvdrum: probably less dangerous than what I was thinking :P
<enebo> I was sitting here and thought, oh crap I forgot to set the tag… [rejected] :)
<enebo> I should probably push commits right away but we somewhat frequently need to delay releases another day
Aethenelle has quit [Quit: Aethenelle]
JRubyGithub has joined #jruby
<JRubyGithub> [jruby] enebo closed pull request #3030: Update rubygems to 2.4.8 to mitigate CVE-2015-4020 (jruby-1_7...jruby-1_7) http://git.io/vIwdj
JRubyGithub has left #jruby [#jruby]
iamjarvo has joined #jruby
_djbkd has quit [Remote host closed the connection]
x1337807x has joined #jruby
colinsurprenant has joined #jruby
<nirvdrum> enebo: Actually, I don't know how to revert it. Since I had rebased against master, it was a fast-forward merge. I don't see a merge commit to revert.
<nirvdrum> I think some other stuff landed in master since, too. chrisseaton has fairly big merge there.
<enebo> oh I did not see him land
_djbkd has joined #jruby
<chrisseaton> create a branch, tag the commit on that branch, and then merge it?
<enebo> nirvdrum: nothing in channel anyways
<enebo> chrisseaton: that makes sense I guess
<chrisseaton> What is currently on master isn't more privileged than what you merge in from another branch, so I don't think there would be a way to tell even
<enebo> chrisseaton: so I have a HEAD on master which is tagged with 4 or 5 commits
<nirvdrum> enebo: Yeah, I guess a tag just points at a particular SHA. No need for it to be on master per se.
<nirvdrum> Of course, you'll want to merge that branch afterwards.
<chrisseaton> yeah so just merge from github after that after the release tags, then the work we've just pushed will appear after the tags
<enebo> weird question but can’t I just merge period?
<enebo> do I need to make a new branch?
<nirvdrum> I guess that's fine. Just take care with the tag. You wouldn't want it to be HEAD after the merge.
<nirvdrum> And you can't rebase on to master after you've tagged either, since that rewrites history.
<enebo> nirvdrum: yeah no rebase but I think I can just gut pull and it will start a merge
<chrisseaton> I guess you already have a branch - every repo is a branch that can be merged
<enebo> nirvdrum: with the tag where it is I THINK it maybe will just put things in proper order
<enebo> So I will git pull and get an automatic merge
<enebo> I think it will order it all properly since my tag cannot include your commits
<nirvdrum> enebo: Not to be too clever, but it can't be worse than pre2 which isn't even buildable because of the snapshot version leakage.
<enebo> and our commits will not collide in any way
<nirvdrum> It might be worth considering a release branch for 9k final.
<enebo> nirvdrum: well I just like to try at least to be true to what we shipped
<nirvdrum> Yeah, I hear ya.
<nirvdrum> Anyway, I think if you tag what you have as HEAD local (pre pull), you'll have what you want.
<nirvdrum> Then you can pull, to merge.
<nirvdrum> And then push master and the tag.
JRubyGithub has joined #jruby
<JRubyGithub> [jruby] enebo pushed 4 new commits to master: http://git.io/vI1eo
<JRubyGithub> jruby/master edef7fc Thomas E. Enebo: Bump for rc1
<JRubyGithub> jruby/master f4f2a99 Matthaus Owens: Update rubygems to 2.4.8 to mitigate CVE-2015-4020...
<JRubyGithub> jruby/master a0bf3b3 Thomas E. Enebo: Fix up some version numbers
JRubyGithub has left #jruby [#jruby]
<enebo> It is stuff like this which makes me realize I do not think in GIT
<enebo> I keep reverting to thinking this is like SVN/CVS/RCS/SCSS
<enebo> so yeah merge was fine
<enebo> it kept order at the cost of an extra commit on HEAD saying I merged
<nirvdrum> Cool.
skade has quit [Quit: Computer has gone to sleep.]
<enebo> nirvdrum: although it would not hurt my feelings if you did not believe me and double-checked :)
travis-ci has joined #jruby
<travis-ci> jruby/jruby (master:2924c96 by Kevin Menard): The build was broken. (http://travis-ci.org/jruby/jruby/builds/66288994)
travis-ci has left #jruby [#jruby]
x1337807x has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
dinfuehr has joined #jruby
<lopex> enebo: did marshalling change in rc1 ?
<enebo> lopex: don’t know offhand
<lopex> enebo: I'm having errors both ways with rc1 with sequel schema caching
Aethenelle has joined #jruby
dinfuehr has quit [Ping timeout: 250 seconds]
<enebo> lopex: but was master working for you before?
<enebo> lopex: or did you just try it now because of the release
<lopex> it was working on pre2
<lopex> yeah :(
<lopex> I'm not bleeding edge now
JRubyGithub has joined #jruby
<JRubyGithub> [jruby] bjfish pushed 1 new commit to master: http://git.io/vI1kb
<JRubyGithub> jruby/master 09bd02f Brandon Fish: [Truffle] Add rexml to stdlib
JRubyGithub has left #jruby [#jruby]
<lopex> checking 20.1
<enebo> lopex: I guess bisect and report
<enebo> lopex: or even better report and then fix :)
Aethenelle has quit [Read error: Connection reset by peer]
<lopex> enebo: I havent had a chance to report pre2 issue yet too :(
<enebo> lopex: REPORT THEM
JRubyGithub has joined #jruby
<JRubyGithub> [jruby] bjfish closed issue #2853: [Truffle] Regex compile error in rexml http://git.io/vvAYt
JRubyGithub has left #jruby [#jruby]
<lopex> enebo: I wont without reducing them
Aethenelle has joined #jruby
<enebo> LOPEX: do it
<enebo> lopex: ok well please try and bisect this one if you can and report it. anything else we can try and help reduce but if you are having issues it may not be very simple
<enebo> ok any issues can wait until morning but so far so good
<enebo> night all
enebo has quit [Quit: enebo]
colinsurprenant has quit [Quit: colinsurprenant]
nateberkopec has joined #jruby
<nirvdrum> enebo: The tag looks good.
havenwood has quit [Quit: Textual IRC Client: www.textualapp.com]
nateberkopec has quit [Quit: Linkinus - http://linkinus.com]
JRubyGithub has joined #jruby
<JRubyGithub> [jruby] blaines opened issue #3033: An absolute Pathname is not correctly computed as absolute when a uri scheme/classloader is in the path http://git.io/vI1O9
JRubyGithub has left #jruby [#jruby]
colinsurprenant has joined #jruby
mbj has joined #jruby
digitalextremist has joined #jruby
nirvdrum has quit [Ping timeout: 252 seconds]
colinsurprenant has quit [Quit: colinsurprenant]
travis-ci has joined #jruby
<travis-ci> jruby/jruby (master:e1e41e2 by Thomas E. Enebo): The build was broken. (http://travis-ci.org/jruby/jruby/builds/66294651)
travis-ci has left #jruby [#jruby]
mbj has left #jruby [#jruby]
iamjarvo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
dinfuehr has joined #jruby
dinfuehr has quit [Ping timeout: 264 seconds]
yfeldblu_ has joined #jruby
subbu has quit [Ping timeout: 264 seconds]
travis-ci has joined #jruby
<travis-ci> jruby/jruby (master:09bd02f by Brandon Fish): The build is still failing. (http://travis-ci.org/jruby/jruby/builds/66298044)
travis-ci has left #jruby [#jruby]
deobalds has quit [Quit: Computer has gone to sleep.]
yfeldblum has quit [Ping timeout: 256 seconds]
yfeldblum has joined #jruby
yfeldblu_ has quit [Ping timeout: 256 seconds]
yfeldblu_ has joined #jruby
_djbkd has quit [Quit: My people need me...]
yfeldblum has quit [Ping timeout: 265 seconds]
x1337807x has joined #jruby
_djbkd has joined #jruby
pietr0 has quit [Quit: pietr0]