<injekt>
drbrain: question re mech, lots of code switches between using parenthesis for method definitions and not, what's your preference if i were to try and standardize them?
davidbalbert is now known as davidbalber|away
carlosantonio has joined #ruby-core
<drbrain>
injekt: I hate unnecessary parentheses
<drbrain>
but I also avoid removing them when unnecessary
<injekt>
hah, ok no worries
<drbrain>
so I guess I actually have a strong distaste
<injekt>
it would appear so :)
__BigO__ has joined #ruby-core
_br_ has quit [Excess Flood]
_br_ has joined #ruby-core
__BigO__ has quit [Remote host closed the connection]
agarie has quit [Remote host closed the connection]
unak has joined #ruby-core
kosaki2 has quit [Remote host closed the connection]
drbrain has joined #ruby-core
<drbrain>
unak: pong
<unak>
drbrain: hi
xibbar has quit [Remote host closed the connection]
kosaki2 has joined #ruby-core
xibbar has joined #ruby-core
<zzak>
charliesome: hi!
<charliesome>
yo
unak has quit [Quit: Leaving...]
<zzak>
i removed the csv stuff
<drbrain>
I was wondering if we should include CVEs in security documentation
<zzak>
it was nice JEG2 deleted CSV.load, although a deprecation notice would be nice
<drbrain>
zzak: add it to NEWS for him :D
<drbrain>
I deleted lots of things from RDoc without deprecation, but I bumped the version.
<zzak>
yeh, major release so not a big deal
<zzak>
drbrain: re: CVEs in security.rdoc you mean ruby-lang.org/en/security/ ?
<drbrain>
I guess we should have a link to ruby-lang.org/en/security in security.rdoc
<drbrain>
no sense duplicating the information
unak has joined #ruby-core
<zzak>
agree
<unak>
drbrain: are you still here?
<drbrain>
unak: hi
<znz_v>
biff: [ruby-changes:27034] marcandRe: r39086 (trunk): Update README to direct questions & bug reports adequately - http://mla.n-z.jp/?ruby-changes=27034
davidbalber|away is now known as davidbalbert
<zzak>
marcandre: developed*
<zzak>
otherwise +1
unak has quit [Quit: Leaving...]
nokada has quit [Read error: Connection reset by peer]
nokada has joined #ruby-core
<znz_v>
biff: [ruby-changes:27035] zzak:r39087 (trunk): * NEWS: Add note about removal of CSV::load and CSV::dump from r39077 - http://mla.n-z.jp/?ruby-changes=27035
<zzak>
drbrain: added it under library updates
<drbrain>
cool
<znz_v>
biff: [ruby-changes:27036] zzak:r39088 (trunk): * doc/security.rdoc: Add link to CVEs on ruby-lang.org/en/security - http://mla.n-z.jp/?ruby-changes=27036
drbrain has quit [Remote host closed the connection]
drbrain has joined #ruby-core
drbrain has quit [Remote host closed the connection]
kosaki2 has quit [Remote host closed the connection]
kosaki2 has joined #ruby-core
marcandre has joined #ruby-core
kosaki2 has quit [Ping timeout: 272 seconds]
<zzak>
still need to merge doc/pty/README and overall improve PTY docs.. but it must wait, time for work :(
carlosantonio has joined #ruby-core
<_ko1>
hi
<_ko1>
I agree that to_sym is the big problem here. I don't think using to_sym is usually considered a best practice but when you have to do that it is unlikely that you're concerned about the performance hit, don't you agree?
<_ko1>
I can't understand the socond sentence
<_ko1>
from [ruby-core:51918] Re: [ruby-trunk - Feature #7791][Feedback] Let symbols be garbage collected
<_ko1>
He doesn't think to_sym is best practice
<judofyr>
_ko1: not quite sure if I get his point either.
<_ko1>
When we need to do that
<_ko1>
after that, I can't get
<_ko1>
:)
<_ko1>
difficult sentence
<judofyr>
_ko1: I think he's trying to say that "if you have to use to_sym, it's most likely that you don't care about the performance"
<_ko1>
simply, i don't need care, right?
<judofyr>
"you don't use String#to_sym in performance critical code"
<_ko1>
ah,
<_ko1>
it is clear
<_ko1>
thanks!
<judofyr>
or, more precise: code that already uses String#to_sym is rarely performance critical
<_ko1>
I understand!
<judofyr>
good!
__BigO__ has joined #ruby-core
joerocklin has joined #ruby-core
davidbalber|away is now known as davidbalbert
davidbalbert is now known as davidbalber|away
davidbalber|away is now known as davidbalbert
bitsweat has joined #ruby-core
judofyr has quit [Remote host closed the connection]
<znz_v>
biff: [ruby-changes:27067] zzak:r39118 (trunk): * doc/security.rdoc: Link to japanese version of CVE page patch by - http://mla.n-z.jp/?ruby-changes=27067