akp has quit [Remote host closed the connection]
dave____ has joined #jruby
akp has joined #jruby
dave____ has quit [Ping timeout: 268 seconds]
dave____ has joined #jruby
dave____ has quit [Ping timeout: 248 seconds]
_whitelogger has joined #jruby
dave____ has joined #jruby
dave____ has quit [Ping timeout: 240 seconds]
akp has quit [Remote host closed the connection]
akp has joined #jruby
dave____ has joined #jruby
akp has quit [Ping timeout: 240 seconds]
dave____ has quit [Ping timeout: 240 seconds]
dave____ has joined #jruby
dave____ has quit [Ping timeout: 248 seconds]
zoras has joined #jruby
<zoras> Hi guys, I tried running test from activerecord-jdbc-adapter repo and ran into this error.
<zoras> missing class name (`org.apache.tools.ant.IntrospectionHelper')
<zoras> although I have ant installed from brew
dave____ has joined #jruby
<zoras> any tips?
dave____ has quit [Ping timeout: 248 seconds]
Puffball has quit [Ping timeout: 240 seconds]
dave____ has joined #jruby
akp has joined #jruby
dave____ has quit [Ping timeout: 248 seconds]
akp has quit [Ping timeout: 240 seconds]
claudiuinberlin has joined #jruby
<kares> headius: so your into fast_blank ... was thinking about having among jruby's (optional) core_ext
zoras has quit []
zoras has joined #jruby
zoras has quit [Client Quit]
dave____ has joined #jruby
rdubya1 has joined #jruby
rdubya has quit [Ping timeout: 258 seconds]
dave____ has quit [Remote host closed the connection]
dave____ has joined #jruby
shellac has joined #jruby
akp has joined #jruby
dave____ has quit [Remote host closed the connection]
akp has quit [Ping timeout: 240 seconds]
drbobbeaty has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
dave____ has joined #jruby
drbobbeaty has joined #jruby
zoras has joined #jruby
drbobbeaty has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
dave____ has quit [Remote host closed the connection]
dave____ has joined #jruby
dave____ has quit [Ping timeout: 264 seconds]
zoras has quit []
akp has joined #jruby
akp has quit [Ping timeout: 240 seconds]
dave____ has joined #jruby
dave____ has quit [Ping timeout: 240 seconds]
rdubya1 has quit [Quit: Leaving.]
rdubya has joined #jruby
drbobbeaty has joined #jruby
akp has joined #jruby
akp has quit [Ping timeout: 260 seconds]
dave___ has joined #jruby
raeoks has joined #jruby
claudiuinberlin has quit [Quit: Textual IRC Client: www.textualapp.com]
dave___ has quit [Remote host closed the connection]
akp has joined #jruby
akp has quit [Ping timeout: 268 seconds]
claudiuinberlin has joined #jruby
akp has joined #jruby
dave__ has joined #jruby
zoras has joined #jruby
enebo has quit [Quit: Leaving.]
<zoras> Fixed the issue by copying lib dir `cd /usr/local/Cellar/ant/1.10.1 && cp -R libexec/lib .`
dave__ has quit [Remote host closed the connection]
enebo has joined #jruby
zoras has quit [Client Quit]
zoras has joined #jruby
zoras has quit [Client Quit]
dave__ has joined #jruby
raeoks has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
dave__ has quit [Ping timeout: 250 seconds]
dave__ has joined #jruby
raeoks has joined #jruby
dave__ has quit [Ping timeout: 268 seconds]
raeoks has quit [Read error: Connection reset by peer]
dave__ has joined #jruby
dave__ has quit [Remote host closed the connection]
dave__ has joined #jruby
dave__ has quit [Remote host closed the connection]
dave__ has joined #jruby
dave__ has quit [Ping timeout: 240 seconds]
<enebo> kares: you around?
<kares> enebo: hey! for a few mins
<enebo> kares: I commented on that last PR but 1 question
<enebo> rdubya noticed you still have 9.3 jars
<enebo> kares: did you forget to git rm those?
<kares> I don't care - whatever you decide guys
<kares> ah I forgot than
<kares> let me fixed that - sorry
<enebo> kares: ok we figured as much
<enebo> kares: second is what you responded to :)
<kares> but it doesn't matter if its there
<kares> its already released and its hopefully done properly - but I will re-check
<enebo> kares: I think 50+ will just be java 7+ and if someone dislikes that we can try and relax the restriction for the adapter side of things
<kares> master is currently limited to not sue 42
<kares> yep that makes sense
<enebo> kares: ok just wanted to get buy-in
<enebo> kares: quicker decisions are being made because RUBYCONF :)
<enebo> kares: I am not a fan of quick decisions but it is what it is...although I think things are ok
<enebo> so 50.0 will be out today
<kares> yep np with me ... it all seemed fine but since you're close I did not want to put it into master as an easter egg :)
<kares> EPIC!
<enebo> I will branch for maintenance and master for a little while will be for 51.0 dev
<enebo> once 51.0 is out we will keep master for next version of Rails and hopefully keep track of their commits
<kares> see how that plays out
<kares> I think you will need to do multi-branching and commits backporting
<enebo> yeah indeed
<enebo> yep
<kares> btw. 51 how do you plan on that or when?
<kares> I was planning a big merge with the previous master branch
<enebo> kares: for mysql and sqlite I expect very few changes
<enebo> kares: can some of that get pieced as smaller commits?
<kares> but there are several pieces blocking me - e.g. CI tests
claudiuinberlin has quit [Quit: Textual IRC Client: www.textualapp.com]
<enebo> kares: I can even do a little extra work if you want me to do this since I am making this a little more branchy :)
<kares> okey - I will try to take it as cp-s than
<enebo> kares: yeah ci is a little out of order for us at this point too
<enebo> kares: we need to get rails running regularly in that travis job
<kares> well it needs a setup - its terrible the way it is
<kares> I can not run rails tests like this :)
<enebo> kares: yeah I know minitest alone is horrible
<kares> yy so that would be really nice and help a lot to progress safely ...
<enebo> kares: agreed
<kares> maybe move AR-JDBC to minitest as well from test-unit
<kares> if it helps with the rails test
<enebo> kares: yeah maybe. I wish rails tests could be run in any file order
<enebo> kares: but I think our real issue is that JRuby loads our stdlib version of minitest instead of the gem
<kares> its just very unclear to me end I ended up with using LOAD_PATH rails repo lib while also having e.g. activesupport 5.0.6 stable on my LOAD_PATH from Bundler
<enebo> oh ok well that is weird
<enebo> I did wonder if there was a bug with Dir.chdir and remote exec
<enebo> It is almost like bundler.setup uses ARjdbc directory and not rails bundler stuff
<enebo> kares: anyways it is the main issue with getting testing saner
<kares> seemed like smt with chdir+bundler not going right
<kares> a CI setup should make it obvious since now we're guessing each other's setups
drbobbeaty has quit [Read error: Connection reset by peer]
dave___ has joined #jruby
drbobbeaty has joined #jruby
dave___ has quit [Remote host closed the connection]
dave___ has joined #jruby
dave___ has quit [Ping timeout: 240 seconds]
hone has joined #jruby
dave___ has joined #jruby
dave___ has quit [Ping timeout: 268 seconds]
subbu is now known as subbu|lunch
claudiuinberlin has joined #jruby
subbu|lunch is now known as subbu
dave___ has joined #jruby
dave___ has quit [Ping timeout: 250 seconds]
chrisseaton_ has joined #jruby
flavorjones_ has joined #jruby
headius has quit [Ping timeout: 255 seconds]
chrisseaton has quit [Ping timeout: 255 seconds]
flavorjones has quit [Ping timeout: 255 seconds]
chrisseaton_ is now known as chrisseaton
flavorjones_ is now known as flavorjones
headius has joined #jruby
drbobbeaty has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
claudiuinberlin has quit [Quit: Textual IRC Client: www.textualapp.com]
<GitHub131> [jruby] camlow325 opened issue #4854: Simultaneous client reads / writes to the same socket from different threads can deadlock https://git.io/vFKz5
dave___ has joined #jruby
bbrowning is now known as bbrowning_away
dave___ has quit [Ping timeout: 240 seconds]