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
hsbt_away is now known as hsbt
hsbt is now known as hsbt_away
hsbt_away is now known as hsbt
shinnya has quit [Ping timeout: 244 seconds]
hsbt is now known as hsbt_away
hsbt_away is now known as hsbt
knu has quit [Read error: Connection reset by peer]
rafaelfranca has quit [Remote host closed the connection]
knu has joined #ruby-core
knu has quit [Read error: Connection reset by peer]
knu has joined #ruby-core
hsbt is now known as hsbt_away
hsbt_away is now known as hsbt
hsbt is now known as hsbt_away
hsbt_away is now known as hsbt
hsbt is now known as hsbt_away
<znz_jp> biff: [ruby-changes:42460] nobu:r54534 (trunk): fiddle/import.rb: suppress warnings - http://mla.n-z.jp/?ruby-changes=42460
hsbt_away is now known as hsbt
<znz_jp> biff: [ruby-changes:42461] nobu:r54535 (trunk): test_coverage.rb: suppress warnings - http://mla.n-z.jp/?ruby-changes=42461
hsbt is now known as hsbt_away
hsbt_away is now known as hsbt
Aethenelle has joined #ruby-core
madgen has joined #ruby-core
madgen has quit [Ping timeout: 268 seconds]
madgen has joined #ruby-core
Aethenelle has quit [Quit: Aethenelle]
<znz_jp> biff: [ruby-changes:42463] nobu:r54537 (trunk): test_regexp.rb: suppress warning - http://mla.n-z.jp/?ruby-changes=42463
<znz_jp> biff: [ruby-changes:42462] nobu:r54536 (trunk): test_iterator.rb: suppress warnings - http://mla.n-z.jp/?ruby-changes=42462
<znz_jp> biff: [ruby-changes:42464] nobu:r54538 (trunk): test_rubyoptions.rb: suppress warning - http://mla.n-z.jp/?ruby-changes=42464
<znz_jp> biff: [ruby-changes:42465] nobu:r54539 (trunk): test_whileuntil.rb: fix old behavior - http://mla.n-z.jp/?ruby-changes=42465
hsbt is now known as hsbt_away
<znz_jp> biff: [ruby-changes:42466] nobu:r54540 (trunk): test/unit.rb: show warning locations - http://mla.n-z.jp/?ruby-changes=42466
<znz_jp> biff: [ruby-changes:42467] nobu:r54541 (trunk): TestException.rb: suppress warning - http://mla.n-z.jp/?ruby-changes=42467
hsbt_away is now known as hsbt
<znz_jp> biff: [ruby-changes:42468] nobu:r54542 (trunk): compile.c: disable tco with rescue - http://mla.n-z.jp/?ruby-changes=42468
madgen has quit [Ping timeout: 248 seconds]
madgen has joined #ruby-core
rafaelfranca has joined #ruby-core
<zzak> [62.176.232.140 - http://webchat.freenode.net, irc.freenode.net] Ox0dea makes a good point there.
<zzak> [62.176.232.140 - http://webchat.freenode.net, irc.freenode.net] Though honestly name resolution is cluttered whether you have dvars in global scope or methods on Kernel either way.
<zzak> [apeiros, irc.freenode.net] Ox0dea: no. IMO ruby puts a lot of stuff into Kernel for which I'd provide a proper namespace.
<zzak> [dea, irc.freenode.net] apeiros: Hm... like what?
<zzak> [apeiros, irc.freenode.net] since those variables cover a wide range, it wouldn't be a single namespace
<zzak> [Xeago, irc.freenode.net] Ox0dea: `puts`, `gets`
<zzak> [62.176.232.140 - http://webchat.freenode.net, irc.freenode.net] Ox0dea: puts, printf are two that immediately come to mind that simply do not belong there.
<zzak> [apeiros, irc.freenode.net] the $1-$n I'd probably put on Regexp.
<zzak> [62.176.232.140 - http://webchat.freenode.net, irc.freenode.net] They belong to IO. Not Kernel.
<zzak> [apeiros, irc.freenode.net] $:, $" etc. I'd probably have a module Ruby
<zzak> [Xeago, irc.freenode.net] what are $: $"?
<zzak> [dea, irc.freenode.net] Xeago: You don't want to be able to call those from anywhere?
<zzak> [Xeago, irc.freenode.net] (they're hard to google for)
<zzak> [apeiros, irc.freenode.net] Xeago: $LOAD_PATH, $LOADED_FEATURES
<zzak> [dea, irc.freenode.net] ?quickref Xeago
<zzak> [Butler IRC Bot, Version 0.1.0, irc.freenode.net] Xeago: http://www.zenspider.com/Languages/Ruby/QuickRef.html
<zzak> [Xeago, irc.freenode.net] Ox0dea: I'd want those to be namespaced
<zzak> [dea, irc.freenode.net] Xeago: You can invoke them directly on $stdin, if that takes your fancy.
<zzak> [dea, irc.freenode.net] And $stdout as well. :P
<zzak> [apeiros, irc.freenode.net] I'm not sure where I'd put stuff like ARGV, ARGF, ENV etc., but those I'd probably also stuff away into a namespace.
<zzak> [apeiros, irc.freenode.net] though, $" and $: are not actually functions :)
<zzak> [dea, irc.freenode.net] I can fix that. :P
<zzak> [apeiros, irc.freenode.net] you and I - we have a different definition for "fix" :-p
<zzak> [62.176.232.140 - http://webchat.freenode.net, irc.freenode.net] Ox0dea: Or all these $_ shortcuts that exist just to make Ruby look like got the Copy-Paste treatment from Perl.
<zzak> [62.176.232.140 - http://webchat.freenode.net, irc.freenode.net] (chomp, gets, sub, gsub)
<zzak> [62.176.232.140 - http://webchat.freenode.net, irc.freenode.net] Dont tell me you ever use them.
<zzak> [dea, irc.freenode.net] I do use those?
<zzak> [dea, irc.freenode.net] I'm A-okay with Ruby being a (much) better Perl.
<zzak> [62.176.232.140 - http://webchat.freenode.net, irc.freenode.net] On Kernel?
<zzak> [dea, irc.freenode.net] Oh, I see how you meant.
hsbt is now known as hsbt_away
hsbt_away is now known as hsbt
hsbt is now known as hsbt_away
rafaelfranca has quit [Remote host closed the connection]
<znz_jp> biff: [ruby-changes:42469] ko1:r54543 (trunk): * vm_backtrace.c (frame2klass): filter only for imemo_ment. - http://mla.n-z.jp/?ruby-changes=42469
hsbt_away is now known as hsbt
madgen has quit [Ping timeout: 248 seconds]
hsbt is now known as hsbt_away
hsbt_away is now known as hsbt
madgen has joined #ruby-core
<znz_jp> biff: [ruby-changes:42470] akr:r54544 (trunk): Update dependencies. - http://mla.n-z.jp/?ruby-changes=42470
madgen has quit [Ping timeout: 248 seconds]
rafaelfranca has joined #ruby-core
<znz_jp> biff: [ruby-changes:42471] kazu:r54545 (trunk): fix typos [ci skip] - http://mla.n-z.jp/?ruby-changes=42471
madgen has joined #ruby-core
madgen has quit [Ping timeout: 250 seconds]
Aethenelle has joined #ruby-core
madgen has joined #ruby-core
nagachika has joined #ruby-core
enebo has joined #ruby-core
enebo has quit [Quit: enebo]
madgen has quit [Ping timeout: 244 seconds]
enebo has joined #ruby-core
enebo has quit [Quit: enebo]
madgen has joined #ruby-core
madgen has quit [Ping timeout: 240 seconds]
madgen has joined #ruby-core
enebo has joined #ruby-core
madgen has quit [Ping timeout: 252 seconds]
madgen has joined #ruby-core
madgen has quit [Ping timeout: 244 seconds]
rafaelfranca has quit [Read error: Connection reset by peer]
rafaelfranca has joined #ruby-core
madgen has joined #ruby-core
nagachika has quit [Remote host closed the connection]
madgen has quit [Ping timeout: 276 seconds]
shinnya has joined #ruby-core
erdic has quit [Ping timeout: 248 seconds]
erdic has joined #ruby-core
Aethenelle has quit [Quit: Aethenelle]
shinnya has quit [Ping timeout: 244 seconds]
Aethenelle has joined #ruby-core
madgen has joined #ruby-core
enebo has quit [Quit: enebo]
charliesome_ has joined #ruby-core
Aethenelle has quit [Quit: Aethenelle]
hsbt is now known as hsbt_away
hsbt_away is now known as hsbt
enebo has joined #ruby-core
hsbt is now known as hsbt_away
madgen has quit [Ping timeout: 244 seconds]
enebo has quit [Quit: enebo]
hsbt_away is now known as hsbt
hsbt is now known as hsbt_away
hsbt_away is now known as hsbt