projectodd-ci has quit []
Puffball has joined #jruby
<GitHub97> [jruby] kares pushed 9 new commits to master: https://git.io/vx7Cf
<GitHub97> jruby/master 30768ff kares: [refactor] avoid RubyBigDecimal constructor with RubyBigDecimal value
<GitHub97> jruby/master ea7cdda kares: override to_s() (+ toString()) for BigDecimal impl + deprecate op_pow
<GitHub97> jruby/master a9d8bf0 kares: make sure (inherited) to_s() is overriden for RubyRational
claudiuinberlin has joined #jruby
claudiuinberlin has quit [Ping timeout: 264 seconds]
shellac has joined #jruby
xardion has quit [Ping timeout: 264 seconds]
xardion has joined #jruby
<GitHub163> [jruby] kares pushed 8 new commits to master: https://git.io/vx7XL
<GitHub163> jruby/master 4ceea23 kares: [refactor] use signum for BigInt zero check + avoid alloc from "2"
<GitHub163> jruby/master 33e695a kares: speedup Rational's double-value - using (direct) integer arithmetic
<GitHub163> jruby/master 3bd3ed1 kares: override inherited to_f() method for Fixnum/Bignum for completeness
drbobbeaty has joined #jruby
<GitHub195> [jruby] kares pushed 1 new commit to master: https://git.io/vx5vx
<GitHub195> jruby/master b0fefa9 kares: [ji] make sure BigDecimal converts toJava with java.lang.Number target...
<GitHub193> [jruby] lopex pushed 1 new commit to master: https://git.io/vx5Up
<GitHub193> jruby/master 005fc40 Marcin Mielzynski: restore non-rest casemapping methods
<lopex> kares: ^^
careta has joined #jruby
<careta> guys, I'm getting this error LoadError: no such file to load -- isorelax
<careta> any idea what is going on?
<careta> I think it's because my ruby script requires nokogiri
<careta> however it works fine in normal ruby
<lopex> careta: make sure you're using java version of nokogiri
<careta> lopex, I read that on the internets, but how do I install it using gem?
<lopex> careta: do you use rbenv or the like ?
<careta> lopex, nope
<careta> I installed nokogiri using jgem now
<lopex> careta: you can use jruby/gem
<careta> but I still get the same message
<careta> nokogiri (1.8.2 java) installed
<careta> is there something I need to do in the ruby code to load that instead of the normal nokogiri?
xardion has quit [Remote host closed the connection]
<careta> fixed it
<careta> had to uninstall the non-jruby version...
xardion has joined #jruby
<rdubya> kares: could you take a look at the postgres tests when you get a chance? It looks like there are some binary data tests failing that weren't before in some cases and I always seem to go in circles looking at that stuff :(
<rdubya> on ci there are also some tests failing when dealing with table views, not sure what might be causing that…
shellac has quit [Quit: Leaving]
careta has quit [Ping timeout: 276 seconds]
claudiuinberlin has joined #jruby
claudiuinberlin has quit [Quit: Textual IRC Client: www.textualapp.com]
Puffball has quit [Remote host closed the connection]
<GitHub74> [jruby] lopex pushed 1 new commit to master: https://git.io/vx5Hj
<GitHub74> jruby/master 408fc81 Marcin Mielzynski: fix chars/grapheme_clusters warning
<nirvdrum> lopex: Thanks. I'll take a look.
<nirvdrum> We're still targeting MRI 2.3. But we obviously can't do that forever.
<GitHub199> [jruby] lopex pushed 1 new commit to master: https://git.io/vx5bv
<GitHub199> jruby/master b0af815 Marcin Mielzynski: dedup casemap calls
bbrowning is now known as bbrowning_away
xardion has quit [Ping timeout: 240 seconds]
xardion has joined #jruby
akp has joined #jruby
<GitHub103> [jruby] lopex pushed 1 new commit to master: https://git.io/vxdTa
<GitHub103> jruby/master fe1f588 Marcin Mielzynski: realign 2.5 String#casecmp?
<GitHub22> jruby/master e8dfcb4 Marcin Mielzynski: better name for check case map options
<GitHub22> [jruby] lopex pushed 1 new commit to master: https://git.io/vxdTP