rdubya has joined #jruby
rdubya has quit [Client Quit]
Puffball has quit [Ping timeout: 264 seconds]
Puffball has joined #jruby
rdubya has joined #jruby
rdubya has quit [Client Quit]
claudiuinberlin has joined #jruby
olle has joined #jruby
<olle> headius: Thanks for taking the tour into TracePoint (it made me take a deeper dive into the history and source code of TracePoint and set_trace_func.)
olle has quit [Client Quit]
shellac has joined #jruby
vtunka has joined #jruby
claudiuinberlin has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
claudiuinberlin has joined #jruby
shellac has quit [Quit: Computer has gone to sleep.]
vtunka has quit [Quit: Leaving]
vtunka has joined #jruby
shellac has joined #jruby
claudiuinberlin has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
claudiuinberlin has joined #jruby
claudiuinberlin has quit [Client Quit]
claudiuinberlin has joined #jruby
vtunka has quit [Quit: Leaving]
drbobbeaty has joined #jruby
claudiuinberlin has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
claudiuinberlin has joined #jruby
vtunka has joined #jruby
drbobbeaty has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
<GitHub15> [jruby] koic opened issue #4809: JRuby 9.2.0.0-SNAPSHOT does not return result of `rake` via `system` https://git.io/vdVJ1
claudiuinberlin has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
rdubya has joined #jruby
drbobbeaty has joined #jruby
claudiuinberlin has joined #jruby
vtunka has quit [Read error: Connection reset by peer]
vtunka has joined #jruby
claudiuinberlin has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
claudiuinberlin has joined #jruby
<headius> olle: yeah no problem, thank you for the PR!
vtunka has quit [Quit: Leaving]
olle has joined #jruby
vtunka has joined #jruby
<GitHub35> [jruby] headius pushed 1 new commit to master: https://git.io/vdVg0
<GitHub35> jruby/master 4cf3989 Charles Oliver Nutter: Ensure fstring dedup locks in the first string created.
<GitHub168> [jruby] headius pushed 1 new commit to jruby-9.1: https://git.io/vdV24
<GitHub168> jruby/jruby-9.1 697c3cf Charles Oliver Nutter: Add workaround for _JAVA_OPTIONS message. See travis/travis#8408
claudiuinberlin has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<GitHub131> [jruby] headius created 9.1-epl2 (+1 new commit): https://git.io/vdVou
<GitHub131> jruby/9.1-epl2 04e8d3f Charles Oliver Nutter: Update to Eclipse Public License 2.0.
<GitHub108> [jruby] headius created 9.2-epl2 (+1 new commit): https://git.io/vdVoF
<GitHub108> jruby/9.2-epl2 6fe0e5a Charles Oliver Nutter: Update to Eclipse Public License 2.0.
claudiuinberlin has joined #jruby
rdubya1 has joined #jruby
claudiuinberlin has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
vtunka has quit [Quit: Leaving]
rdubya has quit [Ping timeout: 246 seconds]
claudiuinberlin has joined #jruby
<GitHub176> [jruby] rdubya opened issue #4810: Time/Datetime conversion inconsistency for BC date https://git.io/vdVXX
rdubya1 has quit [Quit: Leaving.]
rdubya has joined #jruby
claudiuinberlin has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
claudiuinberlin has joined #jruby
<travis-ci> jruby/jruby (9.1-epl2:04e8d3f by Charles Oliver Nutter): The build passed. (https://travis-ci.org/jruby/jruby/builds/286063697)
<headius> zing
<GitHub199> [jruby] headius created remove-ant (+1 new commit): https://git.io/vdVSs
<GitHub199> jruby/remove-ant 63be80b Charles Oliver Nutter: Remove ant DSL/wrapper from stdlib and replace with gem.
olle has quit [Quit: olle]
shellac has quit [Quit: Leaving]
<GitHub153> [jruby] headius opened pull request #4811: Remove ant DSL/wrapper from stdlib and replace with gem. (master...remove-ant) https://git.io/vdV9U
<travis-ci> jruby/jruby (jruby-9.1:697c3cf by Charles Oliver Nutter): The build was fixed. (https://travis-ci.org/jruby/jruby/builds/286050514)
<GitHub50> [jruby] headius pushed 1 new commit to remove-ant: https://git.io/vdVFo
<GitHub50> jruby/remove-ant 0d9806b Charles Oliver Nutter: Update to rake-ant 1.0.1 for better error when ant not installed....
<chrisarcand> headius: Woo! nice work
<headius> it doesn't bundle ant because we'd need the full dist with scripts etc, but I fixed it to produce a better error
<chrisarcand> Yep, looks great, that's a very reasonable tradeoff.
<headius> I'll merge this to master when enebo has a look at it
<headius> functionally no change other than the error, but now we have it in a gem
rdubya has quit [Quit: Leaving.]
enebo has joined #jruby
claudiuinberlin has quit [Quit: Textual IRC Client: www.textualapp.com]
shellac has joined #jruby
<GitHub109> [jruby] headius pushed 1 new commit to remove-ant: https://git.io/vdwUB
<GitHub109> jruby/remove-ant 122b902 Charles Oliver Nutter: Add ant to gitignore.
rdubya has joined #jruby
<headius> enebo: 9.1 branch doesn't seem to be updated to snapshot
<headius> enebo: I believe I have backported the LocalJumpError and EQQ fixes to 9.1
<headius> the former was necessary because it touched some of the same code, but it's probably a good backport anyway
<headius> I'll push the backport to a branch and make sure it's ok in travis
<GitHub189> [jruby] headius created jruby-9.1-with-lje-and-eqq (+9 new commits): https://git.io/vdwLn
<GitHub189> jruby/jruby-9.1-with-lje-and-eqq e362373 Charles Oliver Nutter: Additional fix for escaped blocks, set in optimized interp path....
<GitHub189> jruby/jruby-9.1-with-lje-and-eqq 4929918 Charles Oliver Nutter: Mark blocks as escaped and raise LJE for break when appropriate....
<GitHub189> jruby/jruby-9.1-with-lje-and-eqq 120a64d Charles Oliver Nutter: Only set literal closures as escaped after their call returns.
<GitHub184> [jruby] headius opened pull request #4812: Backport LocalJumpError and EQQ fixes from 9.2 (jruby-9.1...jruby-9.1-with-lje-and-eqq) https://git.io/vdwLu
<headius> enebo: ^^
<GitHub168> [jruby] headius reopened issue #4804: Case with complex when uses == instead of === https://git.io/vdlQx
<GitHub108> [jruby] headius reopened issue #4686: Cannot rescue from LocalJumpError after wrongly using break in proc https://git.io/vQs1h
<GitHub70> [jruby] headius reopened issue #4577: LocalJumpError: unexpected break in spec/ruby/language/break_spec.rb https://git.io/v9nC8
claudiuinberlin has joined #jruby
claudiuinberlin has quit [Client Quit]
claudiuinberlin has joined #jruby
eregon_ has joined #jruby
<eregon_> headius: Hi! Could you have a look at my 2 Java 9-related PRs on jnr-posix and jnr-ffi? They are fairly straightforward :)
eregon_ has quit [Ping timeout: 260 seconds]
<headius> eregon: I don't understand why the jnr-posix PR works
<headius> maybe I'm missing the key change in there
<headius> I'll comment there
claudiuinberlin has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<GitHub121> [jruby] headius closed pull request #4812: Backport LocalJumpError and EQQ fixes from 9.2 (jruby-9.1...jruby-9.1-with-lje-and-eqq) https://git.io/vdwLu
<GitHub154> [jruby] headius pushed 1 new commit to jruby-9.1: https://git.io/vdwOF
<GitHub154> jruby/jruby-9.1 210e637 Charles Oliver Nutter: Merge pull request #4812 from jruby/jruby-9.1-with-lje-and-eqq...
<GitHub65> [jruby] headius closed issue #4577: LocalJumpError: unexpected break in spec/ruby/language/break_spec.rb https://git.io/v9nC8
<GitHub177> [jruby] headius closed issue #4686: Cannot rescue from LocalJumpError after wrongly using break in proc https://git.io/vQs1h
<GitHub178> [jruby] headius closed issue #4804: Case with complex when uses == instead of === https://git.io/vdlQx
claudiuinberlin has joined #jruby
<travis-ci> jruby/jruby (jruby-9.1-with-lje-and-eqq:d455523 by Charles Oliver Nutter): The build passed. (https://travis-ci.org/jruby/jruby/builds/286144823)
shellac has quit [Quit: Computer has gone to sleep.]
eregon_ has joined #jruby
madrob has joined #jruby
<madrob> we just ran into https://github.com/jruby/jruby/issues/1372 on our project
<madrob> Is there a way to verify this?
<enebo> madrob: can't you just `stty +ircnl` in irb and see if it then works again?
<enebo> don't know about inlcr
<enebo> madrob: but I think you can use stty to muck with terminal settings since this only happens at init()
<headius> enebo: ok to merge EPL2 changes?
<enebo> headius: yeah
<madrob> jruby-9.1.10.0 :002 > stty +ircnl
<madrob> NameError: undefined local variable or method `ircnl' for main:Object
<enebo> `stty +ircnl`
<madrob> oh, with backticks
<enebo> madrob: execute the command or maybe use system
<enebo> madrob: In theory it should just set it back if that is the issue
<madrob> Yes!
<madrob> I'll comment on the github issue, probably should add that to jirb startup somewhere too...
<madrob> Thanks!
swills has quit [Remote host closed the connection]
swills has joined #jruby
<enebo> madrob: ah great
<enebo> madrob: real soln is to update jline2 but we have had some difficulty getting new releases so we will definitely entertain a PR which adds this after jline is loaded but before getting user input in irb
<enebo> madrob: assuming you folks want to do more on it (we really appreciate localizing it for us too)
subbu is now known as subbu|lunch
<headius> we've fallen pretty far behind on jline
<headius> it's hard to use that and have proper native IO
<madrob> there's a jline3
<madrob> i am not particularly inspired to try to migrate jruby onto it
<headius> me neither
<headius> there's FFI and Ruby versions of readline lib...I've tried both and they mostly work on Jruby
<madrob> mostly is a dangerous word :)
<GitHub53> [jruby] headius pushed 1 new commit to remove-ant: https://git.io/vdw4C
<GitHub53> jruby/remove-ant 4b6695f Charles Oliver Nutter: Additional tweaks for new Ant namespaces.
<madrob> Did I correctly see that y'all are moving from EPL1 to EPL2?
<headius> madrob: that's correct
<headius> I don't think there's much substantial that has changed...clarified wording, updated terminology for 2017
<madrob> Yea, just some record keeping I need to do on my end for it, that's all. No concerns.
<madrob> Is there a PR for it? I didn't see one...
<headius> no just two branches
<headius> 9.1-epl2 and 9.2-epl2
<headius> feel free to have a look and see that I didn't mess anything up...it was just a search and replace on a couple forms of the version string and update of the text where it had been copied
<madrob> and the corresponding section in generated pom.xml
<madrob> other than that, LGTM
<headius> ahh right thanks
<GitHub86> [jruby] headius pushed 1 new commit to 9.1-epl2: https://git.io/vdw0d
<GitHub86> jruby/9.1-epl2 9a46ecc Charles Oliver Nutter: Fix license short names and EPL URL in poms.
<GitHub32> [jruby] headius pushed 2 new commits to jruby-9.1: https://git.io/vdw0h
<GitHub32> jruby/jruby-9.1 991f172 Charles Oliver Nutter: Update to Eclipse Public License 2.0.
<GitHub32> jruby/jruby-9.1 18df279 Charles Oliver Nutter: Fix license short names and EPL URL in poms.
<GitHub46> [jruby] headius deleted 9.1-epl2 at 9a46ecc: https://git.io/vdwEv
<GitHub48> [jruby] headius merged master into 9.2-epl2: https://git.io/vdwEO
<GitHub33> [jruby] headius merged 9.2-epl2 into master: https://git.io/vdwE3
<headius> ok that's done
<GitHub136> [jruby] headius pushed 2 new commits to jruby-9.1: https://git.io/vdwEz
<GitHub136> jruby/jruby-9.1 309bd60 Charles Oliver Nutter: Missed pom.xml update for invokebinder 1.8.
<GitHub136> jruby/jruby-9.1 b9dabd3 Charles Oliver Nutter: Improper short name for GPL-2.0.
claudiuinberlin has quit [Quit: Textual IRC Client: www.textualapp.com]
<GitHub17> [jruby] headius deleted jruby-9.1-with-lje-and-eqq at d455523: https://git.io/vdwuN
SuperTaz has joined #jruby
<headius> enebo: the remove-ant branch appears ok but locally I'm having trouble fetching the gem during build
<headius> something goofy in my env it would seem...can you try it and see if it builds ok for you?
<headius> hmm I have ruby-maven installed locally, maybe that's it
<headius> hmm nope
SuperTaz has quit [Quit: Textual IRC Client: www.textualapp.com]
SuperTaz has joined #jruby
madrob has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
subbu|lunch is now known as subbu
<enebo> headius: ok
<enebo> --- gem rake-ant-1.0.4 ---
<enebo> copy gem content to /home/enebo/work/jruby/lib/ruby/stdlib
<enebo> headius: seems to have worked
<headius> enebo: ok
<GitHub44> [jruby] headius pushed 1 new commit to master: https://git.io/vdwwm
<GitHub44> jruby/master 625fac9 Charles Oliver Nutter: Merge pull request #4811 from jruby/remove-ant...
<GitHub120> [jruby] headius closed pull request #4811: Remove ant DSL/wrapper from stdlib and replace with gem. (master...remove-ant) https://git.io/vdV9U
<GitHub11> [jruby] headius deleted remove-ant at 4b6695f: https://git.io/vdwwO
<GitHub51> [jruby] headius closed issue #2965: Rakefile/rakelib depends on Ant, will not boot if not present https://git.io/vTzK3
jhass has quit [Ping timeout: 240 seconds]
rdubya1 has joined #jruby
rdubya1 has quit [Client Quit]
rdubya1 has joined #jruby
rdubya has quit [Ping timeout: 246 seconds]
rdubya1 has quit [Client Quit]
rdubya has joined #jruby
jhass has joined #jruby
rdubya1 has joined #jruby
rdubya1 has quit [Client Quit]
rdubya1 has joined #jruby
rdubya1 has quit [Client Quit]
rdubya has quit [Ping timeout: 258 seconds]
jhass has quit [Ping timeout: 258 seconds]
jhass has joined #jruby
drbobbeaty has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
lanceball is now known as lance|afk
shellac has joined #jruby
madrob has joined #jruby
madrob has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
eregon_ has quit [Quit: Leaving]
madrob has joined #jruby
madrob has quit [Client Quit]
shellac has quit [Ping timeout: 248 seconds]