drbobbeaty has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
akp has joined #jruby
akp has quit [Ping timeout: 255 seconds]
vtunka has quit [Quit: Leaving]
drbobbeaty has joined #jruby
shellac has quit [Quit: Leaving]
bbrowning_away is now known as bbrowning
elia has quit [Quit: Computer has gone to sleep.]
shellac has joined #jruby
elia has joined #jruby
elia has quit [Client Quit]
akp has joined #jruby
akp has quit [Ping timeout: 260 seconds]
shellac has quit [Ping timeout: 246 seconds]
vtunka has joined #jruby
shellac has joined #jruby
lance|afk is now known as lanceball
clayton has quit [Ping timeout: 246 seconds]
clayton has joined #jruby
enebo has joined #jruby
drbobbeaty has quit [Ping timeout: 240 seconds]
akp has joined #jruby
akp has quit [Ping timeout: 240 seconds]
yahonda has joined #jruby
yahonda has left #jruby [#jruby]
clayton has quit [Ping timeout: 240 seconds]
clayton has joined #jruby
vtunka has quit [Quit: Leaving]
hobodave has joined #jruby
akp has joined #jruby
drbobbeaty has joined #jruby
akp has quit [Ping timeout: 268 seconds]
akp has joined #jruby
<GitHub0>
[jruby] headius closed issue #1601: $! not always being saved/restored in JRuby runtime when Ruby exceptions are handled https://git.io/NwWM
akp has quit [Ping timeout: 258 seconds]
<GitHub111>
[jruby] headius closed pull request #2453: Made changes to RubyArray hash to not use PerlHash/SipHash (master...master) https://git.io/BEfotg
<GitHub162>
[jruby] headius pushed 8 new commits to master: https://git.io/vH7sy
<GitHub162>
jruby/master b70b88b Muga Nishizawa: Add StrptimeLexer.flex and StrptimeLexer.java
<GitHub162>
jruby/master e430eaa Muga Nishizawa: Add StrptimeParser and the related classes
<GitHub162>
jruby/master 695610f Muga Nishizawa: Add RubyDateParser
camlow325 has joined #jruby
<GitHub191>
[jruby] headius closed issue #4633: AccessControlException with wrong path when calling File.realpath under SecurityManager and classpath containing spaces https://git.io/vHWaf
<GitHub178>
[jruby] headius closed pull request #4640: Also allow access control to trigger quiet bail out of jar index. (master...jarindex_security) https://git.io/vHEe1
<GitHub14>
jruby/master 3d618f0 Charles Oliver Nutter: Merge pull request #4640 from headius/jarindex_security...
<GitHub14>
jruby/master 042f98b Charles Oliver Nutter: Also allow access control to trigger quiet bail out of jar index....
<GitHub192>
[jruby] headius closed issue #4469: `private` and `private :foo` have different semantics when compiling to Java https://git.io/vDmoO
<headius>
first pass for reification could merge too...all it does is remove the pre-generated RubyObject shapes and allow arbitrarily-wide shapes
<headius>
ha oh yeah where is that?
<enebo>
did I never push it? :)
<enebo>
you mean reification
<enebo>
I see mine on github and knew it ran against travis
<headius>
got some conflicrts in parser but I'll go with your version and see how it is
<headius>
might want to regen
<headius>
I meant the bill paxton PB game
<enebo>
headius: I fixed parser bug for .11
<enebo>
headius: and obvously for the branch itself
<enebo>
but paxton game is in Hopkins and one of a kind
<GitHub149>
[jruby] headius created sym_enc_enebo (+11 new commits): https://git.io/vH7rW
<GitHub149>
jruby/sym_enc_enebo 9027e0e Charles Oliver Nutter: Untag passing Marshal specs.
<GitHub149>
jruby/sym_enc_enebo c03f49a Charles Oliver Nutter: Properly handle Symbol encoding in marshal streams.
<GitHub149>
jruby/sym_enc_enebo 77be8e0 Charles Oliver Nutter: Hash symbols created from ByteList by their encoding. Fixes #1348.
<headius>
yeah you showed it to me but I forgot where
<enebo>
SS Billiards
<headius>
nice
<headius>
enebo: I'm going to kill a few redundant travis builds
<enebo>
ok
<headius>
enebo: have you reviewed the ruboto merge?
<headius>
I had to backtrack a couple things that might have impacted indy perf but most of the rest is just isolating indy code into classes that won't need to load on Android
<headius>
it could probably merge into master any time and we could start verifying it doesn't break
<GitHub116>
[jruby] headius pushed 2 new commits to new_reify_classes: https://git.io/vH7PX
<GitHub116>
jruby/new_reify_classes 1ff0cc9 Charles Oliver Nutter: Make variable and class reification mutually exclusive for now.
<GitHub116>
jruby/new_reify_classes 7d58bb4 Charles Oliver Nutter: Split FFI reification into a separate property.