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
charliesome has quit [Quit: zzz]
Obfuscate has joined #ruby-core
charliesome has joined #ruby-core
yugui has joined #ruby-core
hsbt is now known as hsbt_away
hsbt_away is now known as hsbt
Aethenelle has quit [Quit: Aethenelle]
dvlwrk has joined #ruby-core
konsolebox has joined #ruby-core
konsolebox has quit [Quit: Leaving]
konsolebox has joined #ruby-core
yugui has quit [Remote host closed the connection]
yugui has joined #ruby-core
yugui has quit [Remote host closed the connection]
charliesome has quit [Quit: zzz]
charliesome has joined #ruby-core
yugui has joined #ruby-core
yugui has quit [Remote host closed the connection]
yugui has joined #ruby-core
znz_jp has quit [Quit: kill -QUIT $$]
znz_jp has joined #ruby-core
shinnya has quit [Ping timeout: 252 seconds]
konsolebox has quit [Ping timeout: 248 seconds]
konsolebox has joined #ruby-core
<znz_jp> biff: [ruby-changes:38321] nobu:r50402 (trunk): parse.y: push cmdarg_stack - http://mla.n-z.jp/?ruby-changes=38321
<znz_jp> biff: [ruby-changes:38322] svn:r50403 (trunk): * 2015-04-30 - http://mla.n-z.jp/?ruby-changes=38322
<znz_jp> biff: [ruby-changes:38323] nobu:r50404 (trunk): ipsocket.c: sys_error - http://mla.n-z.jp/?ruby-changes=38323
dvlwrk has quit [Ping timeout: 265 seconds]
<znz_jp> biff: [ruby-changes:38324] nobu:r50405 (trunk): ipsocket.c: fix merge miss - http://mla.n-z.jp/?ruby-changes=38324
dvlwrk has joined #ruby-core
travis-ci has joined #ruby-core
<travis-ci> The build has errored. by @nobu: See http://travis-ci.org/ruby/ruby/builds/60656014
travis-ci has left #ruby-core [#ruby-core]
<znz_jp> biff: [ruby-changes:38325] hsbt:r50406 (trunk): * rational.c: Added documentation for rational literal. - http://mla.n-z.jp/?ruby-changes=38325
<znz_jp> biff: [ruby-changes:38326] svn:r50407 (trunk): * remove trailing spaces. - http://mla.n-z.jp/?ruby-changes=38326
shinnya has joined #ruby-core
theotherstupidgu has joined #ruby-core
hanmac has joined #ruby-core
<hanmac> i dont know if its a bug or a feature of ruby, but why does it support for a case to have no value? like in "case; when true; end"
<theotherstupidgu> so this always would return nil
Philpax has joined #ruby-core
<hanmac> theotherstupidgu: no, only in my sample
dvlwrk has quit [Ping timeout: 265 seconds]
<theotherstupidgu> but case() takes nil as a value, how would it return anything?
<theotherstupidgu> other than nil
* theotherstupidgu is waking up the giants
<theotherstupidgu> evan ?
<hanmac> if the case value is nil, then it does return the value from the first when which return true
<hanmac> "case; when nil; :nil;when false; :false; when true; :true; end" # => :true
<theotherstupidgu> i c
<theotherstupidgu> so "case; when true; :true; end" # => :true
heroux has joined #ruby-core
<theotherstupidgu> so i guess emty case evalutes to true, corret?
<hanmac> hm yeah ... imo it doesnt look to much after a feature because it can totally written with if then elsif too
<theotherstupidgu> "case; when true; p "1st true"; when true; p "2nd true"; end" # => "1st true"
<theotherstupidgu> wycats: opinon?
harrow has quit [Ping timeout: 248 seconds]
<hanmac> its same/similar as: "if true; p "1st true"; elsif true; p "2nd true"; end" # => "1st true"
<theotherstupidgu> yeah
<hanmac> imo its a misuse of case when an if construct would be better
<theotherstupidgu> i think that it might be case is using "if" code
<theotherstupidgu> thats why it is like tht
<theotherstupidgu> care to dig into the source?
<hanmac> hm i think its more in the parser than in the code itself ...
<hanmac> hm maybe it would help if i do a ticket on the ruby bug tracker
<theotherstupidgu> sure
<hanmac> then nobu would appear in a jump and then fix the problem in 10 seconds flat ;P
* theotherstupidgu want to watch the patch monster yaaaaaay ^^
<theotherstupidgu> yugui thank you for doing an amazing job. I always wanted to say tht, its good i got a chance :)
yugui has quit [Remote host closed the connection]
theotherstupidgu has left #ruby-core [#ruby-core]
harrow has joined #ruby-core
theotherstupidgu has joined #ruby-core
yugui has joined #ruby-core
yugui has quit [Ping timeout: 240 seconds]
theotherstupidgu has left #ruby-core [#ruby-core]
theotherstupidgu has joined #ruby-core
Philpax has quit [Quit: Leaving]
charliesome has quit [Quit: zzz]
yugui has joined #ruby-core
charliesome has joined #ruby-core
zotherstupidguy has joined #ruby-core
yugui has quit [Remote host closed the connection]
hsbt is now known as hsbt_away
<znz_jp> biff: [ruby-changes:38327] nobu:r50408 (trunk): compile.c: disallow private readers - http://mla.n-z.jp/?ruby-changes=38327
yugui has joined #ruby-core
<yugui> theotherstupidgu: :-)
yugui has quit [Client Quit]
hsbt_away is now known as hsbt
hsbt is now known as hsbt_away
hsbt_away is now known as hsbt
<zotherstupidguy> yugui: yoroshiku onegaishimasu :-)
zotherstupidguy has quit [Ping timeout: 255 seconds]
zotherstupidguy has joined #ruby-core
zotherstupidguy has quit [Ping timeout: 248 seconds]
zotherstupidguy has joined #ruby-core
zotherstupidguy has quit [Ping timeout: 245 seconds]
zotherstupidguy has joined #ruby-core
theotherstupidgu has left #ruby-core [#ruby-core]
ItSAN____ has quit [Read error: Connection reset by peer]
ItSANgo_ has joined #ruby-core
charliesome has quit [Quit: zzz]
enebo has joined #ruby-core
<znz_jp> biff: [ruby-changes:38328] nobu:r50409 (trunk): parse.y: %-string cannot be a label - http://mla.n-z.jp/?ruby-changes=38328
konsolebox has quit [Quit: Leaving]
konsolebox has joined #ruby-core
konsolebox has quit [Max SendQ exceeded]
konsolebox has joined #ruby-core
nagachika has joined #ruby-core
shinnya has quit [Ping timeout: 264 seconds]
dvlwrk has joined #ruby-core
zotherstupidguy has quit [Ping timeout: 256 seconds]
zotherstupidguy has joined #ruby-core
dvlwrk has quit [Ping timeout: 240 seconds]
nagachika has quit [Remote host closed the connection]
lopex has quit [Quit: Connection closed for inactivity]
konsolebox has quit [Ping timeout: 245 seconds]
Aethenelle has joined #ruby-core
zotherstupidguy has quit [Ping timeout: 245 seconds]
zotherstupidguy has joined #ruby-core
ItSANg___ has joined #ruby-core
zotherst1pidguy has joined #ruby-core
brixen_ has joined #ruby-core
zotherstupidguy has quit [*.net *.split]
DanKnox has quit [*.net *.split]
brixen has quit [*.net *.split]
ItSANgo_ has quit [*.net *.split]
hsbt has quit [*.net *.split]
harrow has quit [*.net *.split]
mkosaki has quit [*.net *.split]
maloik has quit [*.net *.split]
harrow has joined #ruby-core
maloik has joined #ruby-core
DanKnox_ has joined #ruby-core
mkosaki has joined #ruby-core
Aethenelle has quit [Read error: Connection reset by peer]
DanKnox_ is now known as DanKnox
Aethenelle has joined #ruby-core
hsbt has joined #ruby-core
zotherst1pidguy has quit [Ping timeout: 252 seconds]
zotherstupidguy has joined #ruby-core
zotherstupidguy has quit [Ping timeout: 245 seconds]
zotherstupidguy has joined #ruby-core
zotherstupidguy has quit [Read error: Connection reset by peer]
zotherstupidguy has joined #ruby-core
shinnya has joined #ruby-core
zotherstupidguy has quit [Ping timeout: 256 seconds]
zotherstupidguy has joined #ruby-core
zotherstupidguy has quit [Remote host closed the connection]
zotherstupidguy has joined #ruby-core
zotherstupidguy has quit [Ping timeout: 276 seconds]
zotherstupidguy has joined #ruby-core
zotherstupidguy has quit [Ping timeout: 264 seconds]
zotherstupidguy has joined #ruby-core
zotherstupidguy has quit [Ping timeout: 256 seconds]
zotherstupidguy has joined #ruby-core
zotherstupidguy has quit [Ping timeout: 256 seconds]
zotherstupidguy has joined #ruby-core
konsolebox has joined #ruby-core
zotherstupidguy has quit [Ping timeout: 246 seconds]
zotherstupidguy has joined #ruby-core
dvlwrk has joined #ruby-core
lopex has joined #ruby-core
zotherstupidguy has quit [Ping timeout: 244 seconds]
zotherstupidguy has joined #ruby-core
charliesome has joined #ruby-core
charliesome has quit [Ping timeout: 256 seconds]
enebo has quit [Quit: enebo]
tenderlove has quit [Quit: Leaving...]
tenderlove has joined #ruby-core
zotherstupidguy has quit [Remote host closed the connection]
zotherstupidguy has joined #ruby-core
zotherstupidguy has quit [Ping timeout: 244 seconds]
zotherstupidguy has joined #ruby-core
sarait has joined #ruby-core
sarait has quit [Ping timeout: 265 seconds]
charliesome has joined #ruby-core
zotherstupidguy has quit [Ping timeout: 252 seconds]
hsbt is now known as hsbt_away
charliesome_ has joined #ruby-core
charliesome has quit [Ping timeout: 256 seconds]
zotherstupidguy has joined #ruby-core
tenderlove has quit [Remote host closed the connection]
tenderlove has joined #ruby-core