znz_jp has quit [Quit: kill -QUIT $$]
znz_jp has joined #ruby-core
nokada_ has quit [Read error: Connection reset by peer]
nokada has joined #ruby-core
carlosantonio has joined #ruby-core
carlosan_ has joined #ruby-core
carlosantonio has quit [Ping timeout: 248 seconds]
<znz_v> biff: [ruby-changes:26948] svn:r39001 (trunk): * 2013-02-01 - http://mla.n-z.jp/?ruby-changes=26948
<znz_v> biff: [ruby-changes:26949] kazu:r39000 (trunk): fix a typo - http://mla.n-z.jp/?ruby-changes=26949
ortuna has joined #ruby-core
travis-ci has joined #ruby-core
<travis-ci> [travis-ci] The build passed. by @svn: See http://travis-ci.org/ruby/ruby/builds/4507566
travis-ci has left #ruby-core [#ruby-core]
ortuna has quit [Client Quit]
__BigO__ has joined #ruby-core
__BigO__ has quit [Remote host closed the connection]
idkazuma has quit [Remote host closed the connection]
ortuna has joined #ruby-core
carlosantonio has joined #ruby-core
carlosan_ has quit [Ping timeout: 256 seconds]
nari has joined #ruby-core
kosaki8 has quit [Ping timeout: 264 seconds]
carlosan_ has joined #ruby-core
carlosantonio has quit [Ping timeout: 248 seconds]
kosaki8 has joined #ruby-core
carlosan_ has quit [Remote host closed the connection]
kosaki8 has quit [Ping timeout: 248 seconds]
ortuna has quit [Quit: Bye!]
Guest85414 has quit [Ping timeout: 276 seconds]
<znz_v> biff: [ruby-changes:26950] shugo:r39002 (trunk): * ext/readline/extconf.rb, ext/readline/readline.c: check - http://mla.n-z.jp/?ruby-changes=26950
Guest85414 has joined #ruby-core
hiroyuki_ has joined #ruby-core
marcandre has quit [Ping timeout: 245 seconds]
marcandre has joined #ruby-core
<znz_v> biff: [ruby-changes:26951] nobu:r39003 (trunk): marshal.c: prohibit_ivar - http://mla.n-z.jp/?ruby-changes=26951
marcandre has quit [Remote host closed the connection]
nokada has quit [Remote host closed the connection]
hiroyuki_ has quit [Remote host closed the connection]
nokada has joined #ruby-core
vondruch has joined #ruby-core
charliesome has joined #ruby-core
nokada has quit [Remote host closed the connection]
nokada has joined #ruby-core
nari has quit [Ping timeout: 245 seconds]
sora_h has quit [*.net *.split]
sora_h has joined #ruby-core
johndouthat has quit [Quit: johndouthat]
carlosantonio has joined #ruby-core
kosaki8 has joined #ruby-core
kosaki8 has quit [Ping timeout: 248 seconds]
nari has joined #ruby-core
nari has quit [Ping timeout: 248 seconds]
<charliesome> has anyone ever experimented with running the mri test suite in parallel?
carlosantonio has quit [Read error: Connection reset by peer]
carlosantonio has joined #ruby-core
<bitsweat> charliesome: yes, it's part of the test suite
<charliesome> oh cool
<bitsweat> iirc you can set PARALLEL=1 and you're off to the races
<bitsweat> make TESTS='-j N -v' test-all
<charliesome> sweet i'll give that a shot
<bitsweat> implemented by sorah, 8th grade student :D
<charliesome> that's crazy cool
<bitsweat> http://www.slideshare.net/sorah/ruby-testall-parallel-running has some background + results
<sora_h> Hi
<bitsweat> sora_h: Hi :)
<charliesome> sora_h: thank you for parallel tests!!
<sora_h> Note that I've graduated, so now I'm not a student :D
<bitsweat> congratulations!
<sora_h> charliesome: You're welcome :)
<sora_h> bitsweat: Thanks!
carlosantonio has quit [Remote host closed the connection]
<znz_v> biff: [ruby-changes:26952] charliesome:r39004 (trunk): * array.c (rb_ary_dup): make returned array the same class as the original - http://mla.n-z.jp/?ruby-changes=26952
<zzak> charliesome: i think there are some recent minitest.. tests.. that use it
<zzak> sora_h: congrats!
<charliesome> zzak: did your talk go well?
<zzak> charliesome: it was good, for my first talk i feel like it could have gone a lot worse and i was actually prepared
<charliesome> the first time i ever spoke i was shitting myself
<charliesome> so i think you did quite well
<zzak> how many people were there?
<charliesome> maybe 30~40 ish, not sure
<zzak> yah we only had around 30
<charliesome> ah yeah
<charliesome> well received?
<zzak> i think so, havent gotten any patches yet tho ;)
<zzak> im more nervous for boston on the 12th, in front of a few hundred people and live streamed
<charliesome> drink some courage before hand!
<zzak> im afraid i will take too long, my first time i went on for almost an hour
<charliesome> that's quite a long time for a talk
<zzak> i did answer a few questions during the talk
<charliesome> oh right
<zzak> and a bunch after, so that might be why
<charliesome> what you should do
<charliesome> is organise a hack-night sort of thing afterwards
<charliesome> get everyone hacking on docs
<zzak> we are doing that in new haven, ct on the 7th
<zzak> its a fairly easy transition to workshop from this talk
kosaki8 has joined #ruby-core
<zzak> i might just turn it into one for bostonrb's project nights
<charliesome> project nights sounds like a pretty interesting idea
<zzak> it can be a rough 3~4 hour drive though
<charliesome> at the melbourne ruby group, there's a couple of hours of talks, chat and pizza, then we head to the pub
<charliesome> but i'd like to participate in a hack night
<zzak> i liked project night
<zzak> it's way more laid back
<zzak> it would be nice if we could do a project night in town
<charliesome> oh btw
<charliesome> i wrote some documentation the other day
<charliesome> which is what i was pinging you about
<zzak> I thought it looked good
<charliesome> i was actually pretty amazed that nothing was there before
<charliesome> such a dangerous method
<zzak> there is a section in the overview of Marshal on load
<zzak> it might be good to add something there too
<zzak> security notices really deserve to be top-level
<charliesome> true
<zzak> the same could be true for psych and json
<charliesome> do you think move the notice to the overview, expand on it a bit, then replace the notice on load with a "please see the overview for security considerations" or something?
<zzak> we could really use a doc/security file
<zzak> yeh, in the method just say "this could be harmful, please see the overview" or something like that
<charliesome> cool
<zzak> like we have syntax guides, there should be a security guide
<charliesome> definitely
<zzak> i dont know the first thing tho
<charliesome> i'll draft one up
<charliesome> gonna go to bed soonish
<charliesome> i'll fix up the marshal stuff then i'll take a first pass at a security doc tomorrow
<zzak> that would be awesome!
<zzak> thanks charlie
<charliesome> if i can do my bit to help make ruby less of a laughing stock on the internet i sure will
<charliesome> january was embarrassing as a rubyist
<zzak> you are already helping a lot
<charliesome> me and a coworker actually did a security related talk at the melbourne ruby group the other day
<zzak> nice, did you post your slides anywhere?
<charliesome> yep, one sec
marcandre has joined #ruby-core
__BigO__ has joined #ruby-core
<zzak> charliesome: thanks! ill give it a read tonight. keep up the good work brother
<charliesome> cheers
<charliesome> same to you as well, you've done an impressive amount of docs work recently :)
<zzak> :D
carlosantonio has joined #ruby-core
<injekt> "soruce" => "source"
<charliesome> whoops
<znz_v> biff: [ruby-changes:26953] charliesome:r39005 (trunk): * marshal.c: add security considerations to marshal overview, refer to - http://mla.n-z.jp/?ruby-changes=26953
<znz_v> biff: [ruby-changes:26954] svn:r39006 (trunk): * 2013-02-02 - http://mla.n-z.jp/?ruby-changes=26954
<charliesome> and with that, g'night
charliesome has quit [Quit: Textual IRC Client: www.textualapp.com]
kosaki2 has joined #ruby-core
kosaki8 has quit [Ping timeout: 264 seconds]
kosaki2 has quit [Remote host closed the connection]
kosaki2 has joined #ruby-core
kosaki2 has quit [Remote host closed the connection]
kosaki2 has joined #ruby-core
carlosan_ has joined #ruby-core
carlosantonio has quit [Ping timeout: 245 seconds]
carlosan_ has quit [Remote host closed the connection]
carlosantonio has joined #ruby-core
kosaki2 has quit [Remote host closed the connection]
kosaki2 has joined #ruby-core
kosaki2 has quit [Ping timeout: 245 seconds]
kosaki2 has joined #ruby-core
drbrain has quit [Remote host closed the connection]
drbrain has joined #ruby-core
drbrain has quit [Ping timeout: 245 seconds]
carlosantonio has quit [Read error: Connection reset by peer]
carlosantonio has joined #ruby-core
johndouthat has joined #ruby-core
kosaki2 has quit [Remote host closed the connection]
carlosantonio has quit [Remote host closed the connection]
kosaki2 has joined #ruby-core
kosaki2 has quit [Remote host closed the connection]
kosaki2 has joined #ruby-core
carlosantonio has joined #ruby-core
carlosantonio has quit [Remote host closed the connection]
marcandr_ has joined #ruby-core
marcandre has quit [Read error: Connection reset by peer]
__BigO__ has quit [Remote host closed the connection]
drbrain has joined #ruby-core
__BigO__ has joined #ruby-core
kosaki2 has quit [Remote host closed the connection]
__BigO__ has quit [Remote host closed the connection]
kosaki8 has joined #ruby-core
<znz_v> biff: [ruby-changes:26955] marcandRe: r39007 (trunk): * proc.c: Add {*}_min_max_arity and refactor. - http://mla.n-z.jp/?ruby-changes=26955
<znz_v> biff: [ruby-changes:26956] marcandRe: r39008 (trunk): * proc.c (proc_curry): Fix arity check [Bug #5747] - http://mla.n-z.jp/?ruby-changes=26956
emboss has joined #ruby-core
carlosantonio has joined #ruby-core
ortuna has joined #ruby-core
ortuna has quit [Quit: Bye!]