closer changed the topic of #ruby-core to: check the latest release candidate for 1.9.1 release ftp.ruby-lang.org:/home/yugui/ruby-1.9.1-r26021+1.tar.bz2
charliesome has joined #ruby-core
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
<znz_jp> biff: [ruby-changes:43124] svn:r55199 (trunk): * 2016-05-29 - http://mla.n-z.jp/?ruby-changes=43124
<znz_jp> biff: [ruby-changes:43125] nobu:r55198 (trunk): auto_ext.rb - http://mla.n-z.jp/?ruby-changes=43125
travis-ci has joined #ruby-core
<travis-ci> The build was broken. by @svn: See https://travis-ci.org/ruby/ruby/builds/133674638
travis-ci has left #ruby-core [#ruby-core]
nagachika has joined #ruby-core
nagachika has quit [Remote host closed the connection]
nagachika has joined #ruby-core
nagachika has quit [Ping timeout: 244 seconds]
shinnya has joined #ruby-core
<znz_jp> biff: [ruby-changes:43126] nobu:r55200 (trunk): win32.c: RUBY_CRITICAL - http://mla.n-z.jp/?ruby-changes=43126
travis-ci has joined #ruby-core
<travis-ci> The build is still failing. by @nobu: See https://travis-ci.org/ruby/ruby/builds/133678555
travis-ci has left #ruby-core [#ruby-core]
tax has joined #ruby-core
charliesome has joined #ruby-core
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
tax has quit [Ping timeout: 276 seconds]
<znz_jp> biff: [ruby-changes:43127] nobu:r55201 (trunk): vm_core.h: rb_exc_set_backtrace declaration - http://mla.n-z.jp/?ruby-changes=43127
travis-ci has joined #ruby-core
<travis-ci> The build is still failing. by @nobu: See https://travis-ci.org/ruby/ruby/builds/133708871
travis-ci has left #ruby-core [#ruby-core]
madgen has joined #ruby-core
<zzak> [shevy, irc.freenode.net] hmm what class or module in stdlib and core respond to .each_byte? I am looking at code written by someone else right now
<zzak> [shevy, irc.freenode.net] aaah I have nil rather than a string
charliesome has joined #ruby-core
<zzak> [Jonne Haß, irc.freenode.net] shevy: http://devdocs.io/ruby~2.3/ just enter each_byte into the search ;)
<zzak> [Jonne Haß, irc.freenode.net] >> require "objspace"; ObjectSpace.each_object(Module).select {|mod| mod.public_method_defined?(:each_byte) }
<zzak> [Butler IRC Bot, Version 0.1.0, irc.freenode.net] jhass: # => [File, ARGF.class, IO, String, StringIO] (https://eval.in/578844)
<zzak> [Jonne Haß, irc.freenode.net] that's just core though
<zzak> [shevy, irc.freenode.net] yeah, the author who wrote it was expecting a String
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
<zzak> [Chris, irc.freenode.net] Is there a way to stub out something like `sh` in Ruby?
<znz_jp> biff: [ruby-changes:43128] naruse:r55202 (trunk): * regexec.c (match_at): make compilers optimize harder. - http://mla.n-z.jp/?ruby-changes=43128
<zzak> [Chris, irc.freenode.net] I'm trying to write a unit test for a function that runs `sh` to scp something from one server to the scripts directory
<zzak> [Chris, irc.freenode.net] But I obviously don't want to actually fetch that file from the server in the tests
<znz_jp> biff: [ruby-changes:43129] naruse:r55203 (trunk): * regexec.c (ONIGENC_IS_MBC_ASCII_WORD): redefine optimized one. - http://mla.n-z.jp/?ruby-changes=43129
<zzak> [Olaf Klischat, irc.freenode.net] >> 1+1
<zzak> [Butler IRC Bot, Version 0.1.0, irc.freenode.net] multi_io: # => 2 (https://eval.in/578853)
<zzak> [Olaf Klischat, irc.freenode.net] (scratch that)
<zzak> [Olaf Klischat, irc.freenode.net] >> ",".split(",", -1)
<zzak> [Butler IRC Bot, Version 0.1.0, irc.freenode.net] multi_io: # => ["", ""] (https://eval.in/578854)
<zzak> [Olaf Klischat, irc.freenode.net] OK
<zzak> [Olaf Klischat, irc.freenode.net] >> "".split(",", -1)
<zzak> [Butler IRC Bot, Version 0.1.0, irc.freenode.net] multi_io: # => [] (https://eval.in/578855)
<zzak> [Olaf Klischat, irc.freenode.net] Bug
<zzak> [Olaf Klischat, irc.freenode.net] should've returned [""]
<zzak> [Olaf Klischat, irc.freenode.net] right?
travis-ci has joined #ruby-core
<travis-ci> The build is still failing. by @naruse: See https://travis-ci.org/ruby/ruby/builds/133731094
travis-ci has left #ruby-core [#ruby-core]
travis-ci has joined #ruby-core
<travis-ci> The build is still failing. by @naruse: See https://travis-ci.org/ruby/ruby/builds/133731252
travis-ci has left #ruby-core [#ruby-core]
enebo has joined #ruby-core
<zzak> [shevy, irc.freenode.net] good that we do not have to compile the world, with a failing build!
<zzak> [chichi, irc.freenode.net] luckily, the world doesn't need compiling
<zzak> [kjljklkjlkjl, irc.freenode.net] hi
<zzak> [kjljklkjlkjl, irc.freenode.net] I put a method inside a class
<zzak> [kjljklkjlkjl, irc.freenode.net] the class name is F
<zzak> [kjljklkjlkjl, irc.freenode.net] what's the difference between calling the method n or F.n
<znz_jp> biff: [ruby-changes:43131] usa:r55204 (trunk): * ext/-test-/auto_ext.rb: fixed a heedless bug introduced at r55198. - http://mla.n-z.jp/?ruby-changes=43131
<znz_jp> biff: [ruby-changes:43130] svn:r55205 (trunk): * 2016-05-30 - http://mla.n-z.jp/?ruby-changes=43130
madgen has quit [Ping timeout: 252 seconds]
travis-ci has joined #ruby-core
<travis-ci> The build was fixed. by @svn: See https://travis-ci.org/ruby/ruby/builds/133740029
travis-ci has left #ruby-core [#ruby-core]
madgen has joined #ruby-core
tax has joined #ruby-core
enebo has quit [Quit: enebo]
madgen has quit [Ping timeout: 244 seconds]
nagachika has joined #ruby-core
<znz_jp> biff: [ruby-changes:43132] nagachika:r55206 (trunk): * ChangeLog: fix a typo for r55198. - http://mla.n-z.jp/?ruby-changes=43132
madgen has joined #ruby-core
nagachika has quit [Ping timeout: 260 seconds]
nagachika has joined #ruby-core
nagachika has quit [Ping timeout: 244 seconds]
nagachika has joined #ruby-core
tax has quit [Ping timeout: 240 seconds]
nagachika has quit [Remote host closed the connection]
nagachika has joined #ruby-core
Long_yanG has quit [Remote host closed the connection]
nagachika has quit [Ping timeout: 260 seconds]
LongyanG has joined #ruby-core
charliesome has joined #ruby-core
charliesome has quit [Client Quit]
charliesome has joined #ruby-core
xlegoman_ has quit [Read error: Connection reset by peer]
enebo has joined #ruby-core
enebo has quit [Client Quit]
enebo has joined #ruby-core
enebo has quit [Client Quit]
hsbt is now known as hsbt_away