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
rafaelfranca has quit [Ping timeout: 252 seconds]
knu has quit [Ping timeout: 252 seconds]
rafaelfranca has joined #ruby-core
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
hsbt_away is now known as hsbt
hsbt is now known as hsbt_away
hsbt_away is now known as hsbt
Aethenelle has quit [Quit: Aethenelle]
<znz_jp> biff: [ruby-changes:42583] nobu:r54657 (trunk): ifchange: ignore unmatch TEST_COLORS - http://mla.n-z.jp/?ruby-changes=42583
<znz_jp> biff: [ruby-changes:42584] svn:r54658 (trunk): * 2016-04-21 - http://mla.n-z.jp/?ruby-changes=42584
nagachika has joined #ruby-core
nagachika has quit [Remote host closed the connection]
nagachika has joined #ruby-core
nagachika has quit [Ping timeout: 250 seconds]
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
toretore has joined #ruby-core
febuiles_ has joined #ruby-core
febuiles_ has quit [Client Quit]
febuiles has quit [Ping timeout: 276 seconds]
harrow has quit [Ping timeout: 250 seconds]
harrow has joined #ruby-core
hsbt is now known as hsbt_away
hsbt_away is now known as hsbt
charliesome has joined #ruby-core
hsbt is now known as hsbt_away
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
hsbt_away is now known as hsbt
hsbt is now known as hsbt_away
hsbt_away is now known as hsbt
charliesome has joined #ruby-core
eregon_ has joined #ruby-core
eregon has quit [Ping timeout: 276 seconds]
rafaelfranca has quit [Remote host closed the connection]
<znz_jp> biff: [ruby-changes:42585] kazu:r54659 (trunk): fix typos [ci skip] - http://mla.n-z.jp/?ruby-changes=42585
<znz_jp> biff: [ruby-changes:42586] kazu:r54660 (trunk): fix typos - http://mla.n-z.jp/?ruby-changes=42586
tarui has quit [Quit: Quit Nadoka 0.8.2-trunk (-)]
tarui has joined #ruby-core
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
rafaelfranca has joined #ruby-core
rafaelfranca has quit [Remote host closed the connection]
rafaelfranca has joined #ruby-core
rafaelfranca has quit [Changing host]
rafaelfranca has joined #ruby-core
enebo has joined #ruby-core
<zzak> [apeiros, irc.freenode.net] s/ calls/s/
<zzak> [62.176.232.140 - http://webchat.freenode.net, irc.freenode.net] apeiros: Things like this really make me appreciate having to declare all variables for a given scope.
<zzak> [apeiros, irc.freenode.net] mhm
<zzak> [apeiros, irc.freenode.net] things like that make me appreciate unambiguous syntax
<zzak> [62.176.232.140 - http://webchat.freenode.net, irc.freenode.net] I mean for languages like C it is a necessity because it needs to know how much space a function needs.
<zzak> [Jonne Haß, irc.freenode.net] apeiros: right, forgot about !ops
<zzak> [62.176.232.140 - http://webchat.freenode.net, irc.freenode.net] jhass: So yeah. I guess the lexer introducing lvars is the one and only side effect that can occur in dead code... :)
<zzak> [62.176.232.140 - http://webchat.freenode.net, irc.freenode.net] (And thus shadowing methods)
<zzak> [Jonne Haß, irc.freenode.net] yup
<zzak> [Jonne Haß, irc.freenode.net] I actually know that problem well, just didn't come to mind for a second that addr could be a method call
<zzak> [Jonne Haß, irc.freenode.net] context helps so much ;)
<zzak> [Johnathon_E_Wright, irc.freenode.net] norc: So you had a conflict between a local var and a method name?
<zzak> [62.176.232.140 - http://webchat.freenode.net, irc.freenode.net] mustmodify: https://eval.in/557630
<zzak> [62.176.232.140 - http://webchat.freenode.net, irc.freenode.net] mustmodify: My real mistake was that I accidentally tried using an attr_reader to write back.
<zzak> [Johnathon_E_Wright, irc.freenode.net] yeah that's not confusing.
<zzak> [Johnathon_E_Wright, irc.freenode.net] :P
<zzak> [Johnathon_E_Wright, irc.freenode.net] I mean, not the bug, but the code.
<zzak> [Johnathon_E_Wright, irc.freenode.net] Don't do that. :P
<zzak> [62.176.232.140 - http://webchat.freenode.net, irc.freenode.net] mustmodify: No it is confusing, but it is one of these things that are unlikely to change.
<zzak> [apeiros, irc.freenode.net] mustmodify: pass-through equations - you must modify it. passing through stuff to make them equate is bad, m'kay? (I have no idea what a pass-through equation is)
<zzak> [Johnathon_E_Wright, irc.freenode.net] You're unlikely to stop having local variables with the same name as declared messages? Well then you're going to have a hard life.
<zzak> [Johnathon_E_Wright, irc.freenode.net] apeiros: thanks. Yeah, I think it's just not a good name.
<zzak> [Johnathon_E_Wright, irc.freenode.net] apeiros: or it's very specific to my situation.
<zzak> [apeiros, irc.freenode.net] mustmodify: care to enlighten us about the context?
<zzak> [apeiros, irc.freenode.net] google yields one equation which is used to intersect two lines…
<zzak> [62.176.232.140 - http://webchat.freenode.net, irc.freenode.net] mustmodify: Ruby is not known for making incompatible changes.
<zzak> [Johnathon_E_Wright, irc.freenode.net] sure. I have what I'm calling a micro-emr. We don't do a lot of EMR stuff, but we do collect data, do some conversions, etc., solely in support of a medical report. Some results, like bmi, are calculated based on height and weight. So we have equations. We also have some results, like Physiological Age, which are mapped to a specific other value. It isn't calculated... it's just a reference t
<zzak> [Johnathon_E_Wright, irc.freenode.net] So instead of writing code to support that separately, I just created an equation with a single variable.
<zzak> [Jonne Haß, irc.freenode.net] well, MRI isn't, the community is doing it quite a bit more than elsewhere IME
<zzak> [62.176.232.140 - http://webchat.freenode.net, irc.freenode.net] jhass: Agreed.
nagachika has joined #ruby-core
Aethenelle has joined #ruby-core
nagachika has quit [Remote host closed the connection]
eregon_ is now known as eregon
charliesome has joined #ruby-core
eregon_ has joined #ruby-core
wycats has quit [Ping timeout: 268 seconds]
eregon has quit [Ping timeout: 268 seconds]
knu has quit [Ping timeout: 268 seconds]
knu has joined #ruby-core
wycats has joined #ruby-core
harrow` has joined #ruby-core
wycats has quit [*.net *.split]
harrow has quit [*.net *.split]
dbussink has quit [*.net *.split]
deepak has quit [*.net *.split]
dbussink has joined #ruby-core
wycats has joined #ruby-core
deepak has joined #ruby-core
tax has quit [Ping timeout: 276 seconds]
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
charliesome has joined #ruby-core
charliesome has quit [Read error: Connection reset by peer]
charliesome has joined #ruby-core
charliesome has quit [Read error: Connection reset by peer]
charliesome has joined #ruby-core
charliesome has quit [Client Quit]
charliesome has joined #ruby-core
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
toretore has quit [Ping timeout: 260 seconds]
bffff_ has joined #ruby-core
tenderlove has quit [Quit: Leaving...]
tenderlove has joined #ruby-core
<znz_jp> biff: [ruby-changes:42587] naruse:r54661 (trunk): * gc.c (objspace_malloc_prepare): remove size check because it is - http://mla.n-z.jp/?ruby-changes=42587
<znz_jp> biff: [ruby-changes:42588] naruse:r54662 (trunk): * include/ruby/ruby.h (LIKELY): moved from internal.h. - http://mla.n-z.jp/?ruby-changes=42588
<znz_jp> biff: [ruby-changes:42589] svn:r54663 (trunk): * 2016-04-22 - http://mla.n-z.jp/?ruby-changes=42589
<znz_jp> biff: [ruby-changes:42590] naruse:r54664 (trunk): * gc.c (rb_alloc_tmp_buffer_with_count): added like xmalloc2 to - http://mla.n-z.jp/?ruby-changes=42590
n0kada has joined #ruby-core
Aethenelle has quit [Quit: Aethenelle]
<znz_jp> biff: [ruby-changes:42591] nobu:r54665 (trunk): spec/default.mspec: reduce expand_path - http://mla.n-z.jp/?ruby-changes=42591
<znz_jp> biff: [ruby-changes:42592] nobu:r54666 (trunk): default.mspec: OBJDIR - http://mla.n-z.jp/?ruby-changes=42592
enebo has quit [Quit: enebo]
shinnya has joined #ruby-core
heroux has quit [Ping timeout: 250 seconds]
bffff_ has quit [Quit: Connection closed for inactivity]
charliesome 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
enebo has joined #ruby-core