drbobbeaty has joined #jruby
shellac has quit [Quit: Computer has gone to sleep.]
Puffball has quit [Ping timeout: 260 seconds]
Puffball has joined #jruby
<GitHub199> [jruby] headius pushed 1 new commit to master: https://git.io/vA1F9
<GitHub199> jruby/master 6acf377 Charles Oliver Nutter: Make ir.print only print after boot, and ir.print.all print all.
<GitHub187> [jruby] headius opened issue #5070: "str".freeze optimization sporadically produces a different object https://git.io/vA1NW
<GitHub156> [jruby] headius created better_context_constants (+2 new commits): https://git.io/vA1Ay
<GitHub156> jruby/better_context_constants 75ac955 Charles Oliver Nutter: Retype these cache fields to provide better type information....
<GitHub156> jruby/better_context_constants 9b50958 Charles Oliver Nutter: Make better use of context-cached "immediates"....
<GitHub137> [jruby] headius opened pull request #5071: Better use of ThreadContext constants (master...better_context_constants) https://git.io/vA1A7
<headius> hmm, guess I should call it a day
<GitHub54> [jruby] headius pushed 3 new commits to master: https://git.io/vA1xP
<GitHub54> jruby/master 8756e07 Charles Oliver Nutter: Restore RubyRational override of fdiv.
<GitHub54> jruby/master 869c450 Charles Oliver Nutter: Temporarily tag unimportant spec. #5070
<GitHub54> jruby/master f33f72b Charles Oliver Nutter: Delete rogue Truffle tags.
<GitHub140> [jruby] headius pushed 1 new commit to master: https://git.io/vA1pv
<GitHub140> jruby/master a42ef32 Charles Oliver Nutter: Permgen does not exist on Java 8+. [skip ci]
<GitHub196> [jruby] headius pushed 1 new commit to master: https://git.io/vA1pT
<GitHub196> jruby/master 6c9e1ff Charles Oliver Nutter: Permgen does not exist on Java 8+. [skip ci]
<GitHub138> [jruby] headius force-pushed better_context_constants from 75ac955 to 9b50958: https://git.io/vA1jz
sidx64 has joined #jruby
<GitHub194> [jruby] headius created lazy_rubygems (+1 new commit): https://git.io/vAMvi
<GitHub194> jruby/lazy_rubygems 87879a8 Charles Oliver Nutter: Try out TruffleRuby's lazy RubyGems against the family.
olle has joined #jruby
Liothen has quit [Ping timeout: 268 seconds]
Liothen has joined #jruby
Liothen has joined #jruby
sidx64 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
mkristian has joined #jruby
<kares> enebo: ah I see did not adjust defineAliases properly - thanks
<headius> blast this rational bug
<kares> which one?
<GitHub183> [jruby] headius created rational_fix (+1 new commit): https://git.io/vAMJY
<GitHub183> jruby/rational_fix 591d408 Charles Oliver Nutter: Duplicate logic from CRuby for Integer and Rational fdiv.
<headius> kares: the regression on master
<headius> and now my 'g' key is acting up
<headius> time to call it a night perhaps
<headius> have a look at my stuff from today if you get a chance
<kares> okey - might take a look .. really need Rational to work top notch for the date.rb javafication
<headius> I ported some code from MRI and it seems to be passing locally
<headius> I *think* this should egt master green, but I had to tag that weird String#freeze spec failure
<headius> if you want to review something fun, figure out if I screwed up my atomic logic for deduplicated frozen strings :-)
sidx64 has joined #jruby
sidx64 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Antiarc has quit [Ping timeout: 265 seconds]
sidx64 has joined #jruby
sidx64 has quit [Client Quit]
sidx64 has joined #jruby
sidx64 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
sidx64 has joined #jruby
me_ has quit [Ping timeout: 256 seconds]
me has joined #jruby
me is now known as Guest68225
sidx64 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
claudiuinberlin has joined #jruby
Aethenelle has quit [Ping timeout: 276 seconds]
Aethenelle has joined #jruby
shellac has joined #jruby
sidx64 has joined #jruby
sidx64 has quit [Client Quit]
sidx64 has joined #jruby
sidx64 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
sidx64 has joined #jruby
shellac has quit [Quit: Computer has gone to sleep.]
sidx64 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
sidx64 has joined #jruby
shellac has joined #jruby
sidx64 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<GitHub187> [jruby] kares pushed 2 new commits to master: https://git.io/vAMZ8
<GitHub187> jruby/master 796e3e1 kares: fix sub-class-ed File#inspect; cleanup basename impl; move helpers
<GitHub187> jruby/master e7c001f kares: deprecate delete19/squeeze19 and proper required args (as elsewhere)
sidx64 has joined #jruby
drbobbeaty has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
drbobbeaty has joined #jruby
drbobbeaty has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
sidx64 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
sidx64 has joined #jruby
sidx64 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
sidx64 has joined #jruby
sidx64 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
sidx64 has joined #jruby
sidx64 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
sidx64 has joined #jruby
sidx64 has quit [Client Quit]
sidx64 has joined #jruby
drbobbeaty has joined #jruby
sidx64 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
sidx64 has joined #jruby
bbrowning_away is now known as bbrowning
sidx64 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
sidx64 has joined #jruby
<GitHub164> [jruby] kares pushed 2 new commits to master: https://git.io/vAMr8
<GitHub164> jruby/master 384e1ea kares: keep the (JVM) default charset name around as a ByteList instance
<GitHub164> jruby/master ecb78ee kares: minor - use fast split + avoid using strings of length == 1 (use chars)
<GitHub49> [jruby] kares closed issue #1830: 1.7.12, 1.7.13: `Could not open library 'libc.dylib' : dlopen(libc.dylib, 5): image not found` in jgem with DYLD_FALLBACK_LIBRARY_PATH https://git.io/vAMo9
<GitHub12> [jruby] kares closed issue #1849: [jruby-1_7] Two failing tests in test/test_command_line_switches.rb https://git.io/vAMop
<GitHub146> [jruby] kares closed issue #1713: Very high load in 1.9 mode https://git.io/vAMKJ
<GitHub121> [jruby] kares closed issue #2266: OutOfMemoryError running travis-core specs on jruby-head https://git.io/oSNsFA
<GitHub29> [jruby] kares closed issue #2432: Another jruby-head only failure on Compass-rails test suite. https://git.io/mJ5n2A
<GitHub2> [jruby] kares closed issue #2237: Joda exceptions recently in mri/ruby/test_time.rb https://git.io/tkndbw
<GitHub88> [jruby] kares closed issue #2022: require '...' fails for rake task although the file exists. https://git.io/vAM6W
sidx64 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<GitHub182> [jruby] kares closed issue #1922: crash during launch debug with netbeans-7.4 and jruby-1.7.13 https://git.io/vAM66
<GitHub32> [jruby] kares closed issue #1741: NullPointerException in IRClosure https://git.io/vAM6A
shellac has quit [Ping timeout: 256 seconds]
<GitHub41> [jruby] kares closed issue #1951: DateTime#civil doesn't accept milliseconds https://git.io/vAMXc
<GitHub142> [jruby] kares closed issue #2389: Kernel.system does not utilize tailing arguments in 1.9 mode https://git.io/Fy9fIw
<GitHub145> [jruby] kares closed issue #3476: SortedSet is much slower than Hash https://git.io/v4FbU
<GitHub26> [jruby] kares closed issue #2953: Windows JRE builds missing for 1.7.20 https://git.io/vTm2B
<GitHub143> [jruby] kares closed issue #2912: Jruby 1.7.20 and ruby 1.9 mode. https://git.io/vJQV3
shellac has joined #jruby
<GitHub82> [jruby] kares created date_native2 (+77 new commits): https://git.io/vAM95
<GitHub82> jruby/date_native2 d358b6f kares: fix regression of not doing year shift properly + some more date tests
<GitHub82> jruby/date_native2 da2ed8d kares: backport Date::Infinity from MRI + get .rb + native loading (order) right
<GitHub82> jruby/date_native2 89f7af0 kares: first stab at moving more (internal) date.rb pieces into native Java
sidx64 has joined #jruby
<GitHub11> [jruby] kares closed issue #2365: File::mtime causes errors when file path contains non-english chars https://git.io/VSv5KQ
sidx64 has quit [Client Quit]
<GitHub185> [jruby] kares closed issue #2691: move RubyDate and joda-time into "extension" gem https://git.io/pSZX
<GitHub150> [jruby] kares closed issue #3908: IR error in JIT mode MRI suite run https://git.io/vrz3n
mkristian has quit [Quit: This computer has gone to sleep]
drbobbeaty has quit [Read error: Connection reset by peer]
drbobbeaty has joined #jruby
olle has quit [Quit: olle]
xardion has quit [Remote host closed the connection]
xardion has joined #jruby
<GitHub106> [jruby] enebo closed issue #2455: red black tree 50% slower in 9k compared to 1.7 https://git.io/6_S-vg
<lopex> numbers
<enebo> lopex: for you buddy
<lopex> how so
<enebo> lopex: I know you love numbers
Antiarc has joined #jruby
<enebo> lopex: nice
mkristian has joined #jruby
<lopex> even more confusing than I can be
<lopex> enebo: how come I missed that http://openjdk.java.net/projects/code-tools/jol/
<lopex> especailly the modes are helpful
<headius> kares: you know there's a bunch of date stuff failing on master yes?
shellac has quit [Ping timeout: 248 seconds]
rrutkowski has joined #jruby
rrutkowski has quit [Remote host closed the connection]
<headius> kares: oh nevermind, travis flipped from master to your branch in my browser 😡
shellac has joined #jruby
rrutkowski has joined #jruby
rrutkowski has quit [Client Quit]
claudiuinberlin has quit [Quit: Textual IRC Client: www.textualapp.com]
shellac_ has joined #jruby
shellac has quit [Ping timeout: 245 seconds]
shellac_ has quit [Client Quit]
shellac has joined #jruby
<GitHub165> [jruby] DJRickyB opened pull request #5072: update jffi and release version for JRuby 1.7 (jruby-1_7...jruby-1_7_28) https://git.io/vADLC
<GitHub151> [jruby] kares closed issue #2921: JRuby 1.7.19 causes Rails.root to return backslashes in Windows environment https://git.io/vUIN6
<GitHub113> [jruby] kares closed issue #2908: 32 bit Java 1.7 on 64 bit GNU/Linux - invalid Process.pid https://git.io/vJDYV
<headius> 1.7.28?
akp has joined #jruby
shellac has quit [Quit: Computer has gone to sleep.]
rrutkowski has joined #jruby
shellac has joined #jruby
rrutkowski has quit [Client Quit]
rrutkowski has joined #jruby
subbu is now known as subbu|afk
shellac has quit [Quit: Computer has gone to sleep.]
claudiuinberlin has joined #jruby
mkristian has quit [Quit: This computer has gone to sleep]
Puffball has quit [Remote host closed the connection]
mkristian has joined #jruby
mkristian has quit [Quit: This computer has gone to sleep]
subbu|afk is now known as subbu
claudiuinberlin has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
shellac has joined #jruby
claudiuinberlin has joined #jruby
akp has quit [Remote host closed the connection]
shellac has quit [Quit: Computer has gone to sleep.]
Puffball has joined #jruby
shellac has joined #jruby
<GitHub118> [jruby] headius pushed 1 new commit to master: https://git.io/vADoZ
<GitHub118> jruby/master a480e8a Charles Oliver Nutter: Reenable JIT.
shellac has quit [Quit: Computer has gone to sleep.]
claudiuinberlin has quit [Quit: Textual IRC Client: www.textualapp.com]
drbobbeaty has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
<GitHub77> [jruby] Taywee opened issue #5073: File#mtime does not behave like it does in MRI in respect to renamed and deleted files on POSIX https://git.io/vADX5
<GitHub136> [jruby] quixoten opened pull request #5074: Fix file descriptor leak in resolv.rb (master...fd_leak_in_resolv) https://git.io/vADyB
shellac has joined #jruby
<GitHub46> [jruby-openssl] karlhe opened issue #156: CVE-2017-13098 https://git.io/vADSO
shellac has quit [Quit: Computer has gone to sleep.]
rrutkowski has quit [Ping timeout: 265 seconds]
shellac has joined #jruby