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 quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
charliesome has joined #ruby-core
<znz_jp> biff: [ruby-changes:42868] svn:r54944 (trunk): * 2016-05-08 - http://mla.n-z.jp/?ruby-changes=42868
<znz_jp> biff: [ruby-changes:42870] naruse:r54943 (trunk): * configure.in: add -Wsuggest-attribute=noreturn and suppress warnings. - http://mla.n-z.jp/?ruby-changes=42870
<znz_jp> biff: [ruby-changes:42869] naruse:r54942 (trunk): * configure.in: add -Werror=implicit-int to avoid missing type of - http://mla.n-z.jp/?ruby-changes=42869
<znz_jp> biff: [ruby-changes:42871] naruse:r54945 (trunk): * configure.in: add -Wsuggest-attribute=format and suppress warnings. - http://mla.n-z.jp/?ruby-changes=42871
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
<znz_jp> biff: [ruby-changes:42872] nobu:r54946 (trunk): intern.h: suppress warnings - http://mla.n-z.jp/?ruby-changes=42872
tax has joined #ruby-core
rafaelfranca has quit [Remote host closed the connection]
hsbt is now known as hsbt_away
rafaelfranca has joined #ruby-core
rafaelfranca has quit [Changing host]
rafaelfranca has joined #ruby-core
rafaelfranca has quit [Ping timeout: 265 seconds]
nagachika has joined #ruby-core
nagachika has quit [Remote host closed the connection]
nagachika has joined #ruby-core
nagachika has quit [Ping timeout: 246 seconds]
tax has quit [Ping timeout: 260 seconds]
rafaelfranca has joined #ruby-core
rafaelfranca has quit [Ping timeout: 260 seconds]
charliesome has joined #ruby-core
<znz_jp> biff: [ruby-changes:42873] nobu:r54947 (trunk): file.c: home dir fall back - http://mla.n-z.jp/?ruby-changes=42873
<znz_jp> biff: [ruby-changes:42874] nobu:r54948 (trunk): objspace_dump.c: fix format - http://mla.n-z.jp/?ruby-changes=42874
<znz_jp> biff: [ruby-changes:42875] nobu:r54949 (trunk): win32ole_error.h: add attributes - http://mla.n-z.jp/?ruby-changes=42875
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
charliesome has joined #ruby-core
rafaelfranca has joined #ruby-core
rafaelfranca has quit [Ping timeout: 244 seconds]
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
charliesome has joined #ruby-core
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
<znz_jp> biff: [ruby-changes:42876] naruse:r54950 (trunk): * ext/openssl/extconf.rb: asume it doesn't have SSLv2 related - http://mla.n-z.jp/?ruby-changes=42876
rafaelfranca has joined #ruby-core
rafaelfranca has quit [Ping timeout: 246 seconds]
nagachika has joined #ruby-core
charliesome has joined #ruby-core
charliesome has quit [Ping timeout: 246 seconds]
charliesome has joined #ruby-core
shinnya has joined #ruby-core
heroux has quit [Ping timeout: 260 seconds]
heroux has joined #ruby-core
<znz_jp> biff: [ruby-changes:42877] kazu:r54951 (trunk): fix typos [ci skip] - http://mla.n-z.jp/?ruby-changes=42877
charliesome has quit [Ping timeout: 260 seconds]
nagachika has quit [Remote host closed the connection]
rafaelfranca has joined #ruby-core
rafaelfranca has quit [Ping timeout: 244 seconds]
charliesome has joined #ruby-core
nagachika has joined #ruby-core
nagachika has quit [Ping timeout: 244 seconds]
<zzak> [shevy, irc.freenode.net] is there a way to always round down? like if we have: 66.6, to apply a round downwards to 66.0 or 66 (net result does not have to be a float anymore)
<zzak> [Saku Ytti, irc.freenode.net] 66.6.to_i
<zzak> [Shannon, irc.freenode.net] shevy: floor
<zzak> [shevy, irc.freenode.net] ah thanks
<zzak> [Shannon, irc.freenode.net] >> [-66.6.floor, -66.6.truncate]
<zzak> [Butler IRC Bot, Version 0.1.0, irc.freenode.net] havenwood: # => [-67, -66] (https://eval.in/567055)
<zzak> [Shannon, irc.freenode.net] shevy: ^ which do you want?
<zzak> [shevy, irc.freenode.net] hmmm
<zzak> [shevy, irc.freenode.net] I won't have negative values though :D
<zzak> [Shannon, irc.freenode.net] shevy: Then no matter!
<zzak> [Shannon, irc.freenode.net] shevy: floor or to_i/truncate, pick you poison
<zzak> [dea, irc.freenode.net] Those are curatives!
<zzak> [dea, irc.freenode.net] (Usually.)
<zzak> [Shannon, irc.freenode.net] pick your cure*
<zzak> [shevy, irc.freenode.net] so many ways
<zzak> [3.14% of sailors are Pirates., irc.freenode.net] I never thought about #floor going for the lowest value like that
<zzak> [Rob, irc.freenode.net] -> floor
<zzak> [Rob, irc.freenode.net] not ceiling
<zzak> [3.14% of sailors are Pirates., irc.freenode.net] well the floor is upwards if you're in the basement
<zzak> [dea, irc.freenode.net] It rounds toward the nearest lesser integer.
<zzak> [Rob, irc.freenode.net] is it though?
<zzak> [dea, irc.freenode.net] s/lesser/not greater/, technically.
<zzak> [3.14% of sailors are Pirates., irc.freenode.net] it's both!
<zzak> [Rob, irc.freenode.net] this isn't php
<zzak> [dea, irc.freenode.net] PHP's floor() semantics are sane?
<zzak> [3.14% of sailors are Pirates., irc.freenode.net] % php -r 'var_dump(floor(-66.6));'
<zzak> [3.14% of sailors are Pirates., irc.freenode.net] float(-67)
<zzak> [Rob, irc.freenode.net] oh my lawd
<zzak> [3.14% of sailors are Pirates., irc.freenode.net] it has admittably bitten me a few times that's returning a float
<zzak> [shevy, irc.freenode.net] hehe
rafaelfranca has joined #ruby-core
rafaelfranca has quit [Ping timeout: 250 seconds]
rafaelfranca has joined #ruby-core
rafaelfranca has quit [Ping timeout: 260 seconds]
<znz_jp> biff: [ruby-changes:42878] svn:r54953 (trunk): * 2016-05-09 - http://mla.n-z.jp/?ruby-changes=42878
<znz_jp> biff: [ruby-changes:42879] naruse:r54952 (trunk): * configure.in: check function attirbute const and pure, - http://mla.n-z.jp/?ruby-changes=42879
nurse has quit [Remote host closed the connection]
<znz_jp> biff: [ruby-changes:42880] naruse:r54954 (trunk): * gc.c (rb_gc_unprotect_logging): throw rb_memerror when it cannot - http://mla.n-z.jp/?ruby-changes=42880
charliesome has quit [Ping timeout: 260 seconds]
shinnya has quit [Ping timeout: 252 seconds]
tax has joined #ruby-core
heroux has quit [Ping timeout: 252 seconds]
heroux has joined #ruby-core
nurse has joined #ruby-core
charliesome has joined #ruby-core
<znz_jp> biff: [ruby-changes:42881] usa:r54955 (trunk): * include/ruby/ruby.h (CONSTFUNC, PUREFUNC): fixed build errors on - http://mla.n-z.jp/?ruby-changes=42881
charliesome has quit [Ping timeout: 260 seconds]
<znz_jp> biff: [ruby-changes:42882] usa:r54956 (trunk): * include/ruby/{defines, ruby}.h: need to define function attributes - http://mla.n-z.jp/?ruby-changes=42882
unreal_ is now known as unreal
charliesome has joined #ruby-core
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]