tenderlove has quit [Ping timeout: 256 seconds]
tenderlove has joined #jruby
<GitHub128> [jruby] chrisseaton pushed 2 new commits to truffle-head: https://git.io/vXxDO
<GitHub128> jruby/truffle-head a8293ab Chris Seaton: [Truffle] Remove attachments - we should work on the Truffle debugger.
<GitHub128> jruby/truffle-head 22695dd Chris Seaton: [Truffle] We don't need the source cache any more - let Truffle handle caching if it wants to.
maclover7 has joined #jruby
sam2000 has joined #jruby
sam2000 has quit [Ping timeout: 246 seconds]
rcvalle has quit [Quit: rcvalle]
<GitHub78> [jruby] headius pushed 3 new commits to ruby-2.4: https://git.io/vXx9N
<GitHub78> jruby/ruby-2.4 b3b5d11 Charles Oliver Nutter: Test physical type before casting blindly.
<GitHub78> jruby/ruby-2.4 f39eb3e Charles Oliver Nutter: More tweaks for Fixnum/Bignum deletion....
<GitHub78> jruby/ruby-2.4 d47207b Charles Oliver Nutter: Fixnum and Bignum both are Integer now, so this test failed.
Guest69 has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
jeremyevans has joined #jruby
Guest69 has joined #jruby
Guest69 has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
Guest69 has joined #jruby
subbu has quit [Ping timeout: 260 seconds]
subbu has joined #jruby
Guest69 has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
Guest69 has joined #jruby
sam2000 has joined #jruby
sam2000 has quit [Ping timeout: 246 seconds]
Guest69 has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
Guest69 has joined #jruby
Guest69 has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
Guest69 has joined #jruby
bga57 has quit [Ping timeout: 258 seconds]
bga57 has joined #jruby
maclover7 has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
Guest69 has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
maclover7 has joined #jruby
maclover7 has quit [Client Quit]
sam2000 has joined #jruby
<zacts> hi #jruby
<zacts> how much Java knowledge would be useful for jruby, how is interop?
<zacts> how well does jruby interop with java, is what I was trying to say. :-)
sam2000 has quit [Ping timeout: 246 seconds]
<GitHub56> [jruby] headius opened issue #4328: Literal rational syntax does not support Bignum https://git.io/vXpfo
Guest69 has joined #jruby
etehtsea has joined #jruby
etehtsea has quit [Read error: Connection reset by peer]
etehtsea has joined #jruby
maclover7 has joined #jruby
maclover7 has quit [Client Quit]
<GitHub24> [jruby] headius pushed 5 new commits to ruby-2.4: https://git.io/vXpTn
<GitHub24> jruby/ruby-2.4 b7a0d38 Charles Oliver Nutter: Don't check for Fixnum anymore.
<GitHub24> jruby/ruby-2.4 773bf56 Charles Oliver Nutter: Enumerable#chunk produces an enum now. #4293
<GitHub24> jruby/ruby-2.4 52b3699 Charles Oliver Nutter: Try float coercion as last attempt to Bignum#coerce.
<etehtsea> headius howdy! In case if you missed, I did another attempt to fix that puma+unixsocket bug (https://github.com/jruby/jruby/pull/4123)
<headius> oh nice!
<headius> zacts: very little Java expertise is needed
<headius> you can basically just call any Java library you want as if it were a Ruby library
<zacts> headius: oh nice
<zacts> that sounds easy
<headius> yeah take a look on the wiki, there's plenty of examples
<zacts> ok cool
<zacts> I'll do this
<zacts> also how relevant is the pragmatic press book on jruby?
<headius> there's two...Deploying JRuby and Using JRuby. Unfortunately Using JRuby is out of print, because it's still mostly relevant
<zacts> ah ok
<zacts> I guess I'm referring to the latest most recently published book
<headius> oh yeah that's a great one
<etehtsea> zacts, so sometimes jruby could be used as java repl at least until jshell will be released
<GitHub39> [jruby] headius closed issue #3799: Unix sockets raise exception on long writes https://git.io/vVAAg
<GitHub109> jruby/master 723f2da Charles Oliver Nutter: Merge pull request #4123 from etehtsea/gh-3799-syswrite-block...
<GitHub109> jruby/master bfcec47 Konstantin Shabanov: Bump jnr-enxio and add regression test...
<GitHub109> [jruby] headius pushed 2 new commits to master: https://git.io/vXpkL
<GitHub82> [jruby] headius closed pull request #4123: Fix IO#syswrite. Fixes #3799 (master...gh-3799-syswrite-block) https://git.io/viTHK
<zacts> oh cool
<headius> etehtsea: thank you!
<headius> ooo down to 8 spec failures on ruby-2.4 branch
<zacts> headius: cool, so the book is useful?
<headius> 141 failures in MRI tests
<headius> zacts: yeah I'd definitely recommend it if you want to deploy anything with JRuby
<headius> including single-file apps etc
<zacts> oh cool, I'll go ahead and purchase the ebook
<headius> the author is codefinger and he hangs out in here during US business hours
<zacts> oh cool
<zacts> how does jruby handle concurrency bascially?
<headius> JRuby threads are JVM threads, which are native threads on almost all platforms
<zacts> I hear its much nicer to work with than regular ruby concurrency?
<headius> so, real parallel threads
<zacts> oh cool
<etehtsea> headius I'm gled to help!
<zacts> so no fibers or anything?
<etehtsea> glad*
donV has joined #jruby
<etehtsea> headius is there any news related to activerecord-jdbc-adapter? I tried 5.0-pre1 but it failed with error on both 4.2 and 5 (didn't investigate it further)
<headius> zacts: we have fibers as well
<headius> we are something like 99% compatible with Ruby 2.3
<zacts> oh cool
<headius> enebo has been working on pgsql now that sqlite is pretty god
<headius> etehtsea: ^
<etehtsea> nice
<zacts> is much of jruby itself implemented in Ruby?
<zacts> and then I have a project I'm working on, so I'll bbl
<zacts> is it easy to contribute to jruby without too much Java
<travis-ci> jruby/jruby (master:723f2da by Charles Oliver Nutter): The build passed. (https://travis-ci.org/jruby/jruby/builds/177877400)
<headius> zacts: more and more of JRuby is written in Ruby, and we accept patches in Ruby
<zacts> neat!
donV has quit [Quit: donV]
sam2000 has joined #jruby
sam2000 has quit [Ping timeout: 246 seconds]
<headius> well that's enough for one day...ttfn
<zacts> gn
donV has joined #jruby
etehtsea has quit [Quit: Textual IRC Client: www.textualapp.com]
pawnbox has joined #jruby
prasunanand has quit [Quit: Leaving]
prasunanand has joined #jruby
Guest69 has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
thedarkone2 has quit [Quit: thedarkone2]
donV has quit [Ping timeout: 245 seconds]
sam2000 has joined #jruby
sam2000 has quit [Ping timeout: 246 seconds]
vtunka has joined #jruby
claudiuinberlin has joined #jruby
vtunka has quit [Quit: Leaving]
vtunka has joined #jruby
vtunka has quit [Quit: Leaving]
vtunka has joined #jruby
vtunka has quit [Quit: Leaving]
vtunka has joined #jruby
zacts has quit [Ping timeout: 256 seconds]
vtunka has quit [Quit: Leaving]
joast has quit [Ping timeout: 250 seconds]
vtunka has joined #jruby
zacts has joined #jruby
shellac has joined #jruby
<GitHub41> [jruby] eregon pushed 2 new commits to truffle-head: https://git.io/vXpVA
<GitHub41> jruby/truffle-head 2f0e3ac Benoit Daloze: [Truffle] Rebuild core if core/pom.rb is newer.
<GitHub41> jruby/truffle-head 93226f5 Benoit Daloze: Update to jnr-constants 0.9.6
<GitHub138> [jruby] eregon pushed 1 new commit to truffle-head: https://git.io/vXpwv
<GitHub138> jruby/truffle-head 353623b Benoit Daloze: [Truffle] No need for a workaround since jnr-constants was released.
<GitHub45> [jruby] eregon pushed 1 new commit to truffle-head: https://git.io/vXpKy
<GitHub45> jruby/truffle-head 386573e Benoit Daloze: [Truffle] Check if the native errno constant is defined before defining it.
<travis-ci> jruby/jruby (truffle-head:353623b by Benoit Daloze): The build has errored. (https://travis-ci.org/jruby/jruby/builds/177930344)
sam2000 has joined #jruby
<GitHub64> [jruby] eregon pushed 1 new commit to truffle-head: https://git.io/vXpMK
<GitHub64> jruby/truffle-head e1beee1 Benoit Daloze: [Truffle] Ignore specs tagged with solaris on Solaris.
<GitHub199> [jruby] eregon pushed 1 new commit to truffle-head: https://git.io/vXpyM
<GitHub199> jruby/truffle-head c1a115b Stefan Anzinger: [Truffle] Tag failing flock spec on Solaris.
Puffball has quit [Remote host closed the connection]
Puffball has joined #jruby
olle has joined #jruby
bbrowning_away is now known as bbrowning
pawnbox_ has joined #jruby
pawnbox has quit [Ping timeout: 240 seconds]
claudiuinberlin has quit [Remote host closed the connection]
claudiuinberlin has joined #jruby
<GitHub93> [jruby] eregon pushed 1 new commit to truffle-head: https://git.io/vXpdJ
<GitHub93> jruby/truffle-head c8746f9 Benoit Daloze: [Truffle] Fix int/long shift in PosixFDSet8Bytes.
claudiuinberlin has quit [Ping timeout: 250 seconds]
<GitHub112> [jruby] chrisseaton pushed 1 new commit to truffle-head: https://git.io/vXpF0
<GitHub112> jruby/truffle-head 1101195 Chris Seaton: [Truffle] cext benchmarks need to run on bench caps.
maclover7 has joined #jruby
maclover7 has quit [Client Quit]
tcrawley-away is now known as tcrawley
<GitHub174> [jruby] eregon pushed 1 new commit to truffle-head: https://git.io/vXppH
<GitHub174> jruby/truffle-head 14129df Stefan Anzinger: [Truffle] Run fast specs and classic benchmarks on Solaris/SPARCv9....
etehtsea has joined #jruby
vtunka has quit [Quit: Leaving]
vtunka has joined #jruby
<olle> headius: https://github.com/jruby/jruby/issues/4298 I made a minor investigation re: a report.
pawnbox_ has quit [Ping timeout: 265 seconds]
yahonda has joined #jruby
pawnbox has joined #jruby
etehtsea has quit [Ping timeout: 245 seconds]
<GitHub19> [jruby] eregon pushed 2 new commits to truffle-head: https://git.io/vXhJO
<GitHub19> jruby/truffle-head 7792a12 Benoit Daloze: [Truffle] Should use $OPENSSL_LIB and not a hardcoded version.
<GitHub19> jruby/truffle-head d4449bb Benoit Daloze: [Truffle] Show causes of Java exceptions, one per line.
lance|afk is now known as lanceball
claudiuinberlin has joined #jruby
etehtsea has joined #jruby
Aethenelle has joined #jruby
enebo has joined #jruby
etehtsea has quit [Ping timeout: 260 seconds]
kotk has joined #jruby
<GitHub195> [jruby] enebo pushed 4 new commits to ruby-2.4: https://git.io/vXhqA
<GitHub195> jruby/ruby-2.4 e6a5888 Mike Dalton: Use direct calls to `RubyFileTest` and `RubyDir` instead of `callMethod`. Fix `else` style problem.
<GitHub195> jruby/ruby-2.4 45dc119 Mike Dalton: Undoing direct calls to `RubyFileTest` and `RubyDir`
<GitHub195> jruby/ruby-2.4 e62be22 Mike Dalton: Add `Pathname#empty?`...
<GitHub4> [jruby] enebo closed pull request #4322: Add `Pathname#empty?` (ruby-2.4...md/feature/add-pathname-empty) https://git.io/vXbOe
vtunka has quit [Quit: Leaving]
yahonda has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
yahonda has joined #jruby
Aethenelle has quit [Quit: Aethenelle]
FINbit has joined #jruby
<FINbit> HI guys
pawnbox has quit [Remote host closed the connection]
Aethenelle has joined #jruby
<FINbit> is there a way to find out all the dependencies that a particular app needs ?
Aethenelle has quit [Client Quit]
<FINbit> like atm i have tobe constantly restarting the app to see the error gte the version of the gem file missing and the version, instlaling that gem version and then restarting the bloody app to do the same thing over and over again :(
vtunka has joined #jruby
alxs has joined #jruby
Guest69 has joined #jruby
<nirvdrum> FINbit: Usually the Gemfile documents that for you.
Aethenelle has joined #jruby
olle has quit [Quit: olle]
bbrowning has quit [Quit: Leaving]
pawnbox has joined #jruby
<GitHub97> [jruby] etehtsea opened pull request #4329: Add missing PortUnreachable catch. Fixes #4104 (master...gh-4104-resolv) https://git.io/vXhB5
maclover7 has joined #jruby
maclover7 has quit [Client Quit]
<GitHub192> [jruby] enebo closed pull request #4329: Add missing PortUnreachable catch. Fixes #4104 (master...gh-4104-resolv) https://git.io/vXhB5
<GitHub14> jruby/master 043ea6f Konstantin Shabanov: Add missing PortUnreachable catch. Fixes #4104
<GitHub14> jruby/master 5a6d2e6 Thomas E Enebo: Merge pull request #4329 from etehtsea/gh-4104-resolv...
<GitHub14> [jruby] enebo pushed 2 new commits to master: https://git.io/vXhzs
<GitHub51> [jruby] enebo closed issue #4104: Resolv::DNS..getresource produces different errors then MRI https://git.io/v6HVJ
joast has joined #jruby
<travis-ci> jruby/jruby (master:5a6d2e6 by Thomas E Enebo): The build passed. (https://travis-ci.org/jruby/jruby/builds/178031312)
<GitHub111> [jruby] headius pushed 2 new commits to ruby-2.4: https://git.io/vXhoG
<GitHub111> jruby/ruby-2.4 b2568f2 Charles Oliver Nutter: fastARef returns null for unset keys.
<GitHub111> jruby/ruby-2.4 b410c61 Charles Oliver Nutter: Array#concat, String#concat, and String#prepend take multi args....
shellac has quit [Quit: Leaving]
claudiuinberlin has quit []
<GitHub178> [jruby] zverok opened issue #4330: Refinements do not refine https://git.io/vXhoi
vtunka has quit [Quit: Leaving]
FINbit has quit [Ping timeout: 240 seconds]
<GitHub139> [jruby] headius pushed 1 new commit to ruby-2.4: https://git.io/vXhiE
<GitHub139> jruby/ruby-2.4 12f3b2c Charles Oliver Nutter: Tweaks for String#concat and String#<<. #4293
<lopex> tweaks!
pawnbox has quit [Remote host closed the connection]
rcvalle has joined #jruby
Guest69 has quit [Ping timeout: 250 seconds]
claudiuinberlin has joined #jruby
<GitHub0> [jruby] headius pushed 2 new commits to ruby-2.4: https://git.io/vXhSF
<GitHub0> jruby/ruby-2.4 0d732f3 Charles Oliver Nutter: JRuby 9k does not yet support flip/flop.
<GitHub0> jruby/ruby-2.4 216bc31 Charles Oliver Nutter: Add Numeric/Complex#finite? and infinite?....
claudiuinberlin has quit [Remote host closed the connection]
claudiuinberlin has joined #jruby
claudiuinberlin has quit [Remote host closed the connection]
claudiuinberlin has joined #jruby
sam2000 has quit [Remote host closed the connection]
sam2000 has joined #jruby
thedarkone2 has joined #jruby
sam2000 has quit [Remote host closed the connection]
FINbit has joined #jruby
sam2000 has joined #jruby
sam2000 has quit [Remote host closed the connection]
FINbit has quit [Ping timeout: 240 seconds]
FINbit has joined #jruby
claudiuinberlin has quit [Remote host closed the connection]
claudiuinberlin has joined #jruby
FINbit has quit [Ping timeout: 240 seconds]
olle has joined #jruby
claudiuinberlin has quit [Remote host closed the connection]
claudiuinberlin has joined #jruby
<GitHub32> [jruby] chrisseaton pushed 1 new commit to truffle-head: https://git.io/vXjeL
<GitHub32> jruby/truffle-head e991920 Chris Seaton: [Truffle] Organise imports.
claudiuinberlin has quit [Remote host closed the connection]
maclover7 has joined #jruby
FINbit has joined #jruby
FINbit has quit [Ping timeout: 240 seconds]
FINbit has joined #jruby
maclover7 has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
FINbit has quit [Ping timeout: 240 seconds]
subbu is now known as subbu|away
claudiuinberlin has joined #jruby
maclover7 has joined #jruby
subbu|away is now known as subbu
sam2000 has joined #jruby
subbu is now known as subbu|afk
sam2000 has quit [Ping timeout: 246 seconds]
sam2000 has joined #jruby
claudiuinberlin has quit []
subbu|afk is now known as subbu
prasunanand has quit [Remote host closed the connection]
tcrawley is now known as tcrawley-away
lanceball is now known as lance|afk
sam2000 has quit [Remote host closed the connection]
maclover7 has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
olle has quit [Quit: olle]
yahonda has left #jruby [#jruby]
enebo has quit [Quit: enebo]
alxs has quit [Ping timeout: 260 seconds]
<GitHub22> [jruby] headius pushed 6 new commits to ruby-2.4: https://git.io/vXjl9
<GitHub22> jruby/ruby-2.4 72f93cb Charles Oliver Nutter: Add MatchData#named_captures....
<GitHub22> jruby/ruby-2.4 c96a39f Charles Oliver Nutter: Add freeze kwarg to Kernel#clone....
<GitHub22> jruby/ruby-2.4 34c811f Charles Oliver Nutter: Copy original class's flags, not object we are singletonizing.
<headius> boo, didn't realize I hadn't started IRC
<headius> olle: yeah we are reluctant to change bugs like this in case someone expects it, which appears to be the case here
olle has joined #jruby
<headius> olle: oh, didn't realize you'd left...
<headius> olle: yeah we are reluctant to change bugs like this in case someone expects it, which appears to be the case here
<olle> headius: Indeed - I’m on the bugs-compat side of this discussion.
Aethenelle has quit [Quit: Aethenelle]
sam2000 has joined #jruby
sam2000 has quit [Ping timeout: 246 seconds]
FINbit has joined #jruby
olle has quit [Quit: olle]
alxs has joined #jruby
<GitHub10> [jruby] headius pushed 2 new commits to ruby-2.4: https://git.io/vXjzk
<GitHub10> jruby/ruby-2.4 83c3ae5 Charles Oliver Nutter: Add capacity kwarg for String.new....
<GitHub10> jruby/ruby-2.4 7a33035 Charles Oliver Nutter: New module named Warning is introduced....
alxs has quit [Ping timeout: 250 seconds]