n0kada has joined #ruby-core
halogenandtoast has quit [Quit: halogenandtoast]
znz_jp has quit [Quit: kill -QUIT $$]
znz_jp has joined #ruby-core
enebo has quit [Quit: enebo]
<znz_v> biff: [ruby-changes:27275] drbrain:r39327 (trunk): * lib/rubygems/commands/update_command.rb: Create the installer after - http://mla.n-z.jp/?ruby-changes=27275
idkazuma has quit [Read error: Connection reset by peer]
nari has quit [Ping timeout: 256 seconds]
halogenandtoast has joined #ruby-core
kosaki2 has quit [Remote host closed the connection]
kosaki has quit [Ping timeout: 256 seconds]
nari has joined #ruby-core
__BigO__ has joined #ruby-core
<halogenandtoast> Does anyone happen to know where the documentation for Object lives. I've ack'd for "Object is the root of Ruby's class hierarchy." but can't find it in the svn repo.
<zzak> object.c
<halogenandtoast> That's what I assumed, but I'm confused as to where that additional text comes from.
<halogenandtoast> That text being the opening paragraph of http://ruby-doc.org/core-1.9.3/Object.html
<zzak> object.c line 2916
<zzak> i just grep'd for "Object is the"
<halogenandtoast> Ah the text has changed a bit
<zzak> yeh, from trunk
<halogenandtoast> I was looking for Object is the root
<zzak> :)
<halogenandtoast> Thank zzak, I'm trying to figure out how to best document Data
<zzak> good luck!
<halogenandtoast> Which is also defined in object.c
<halogenandtoast> But I see how the others are documented so I can just follow suit, thanks I'll need the luck.
__BigO__ has quit [Read error: Connection reset by peer]
<halogenandtoast> Is there a make task for generating the rdoc?
<zzak> you can just use rdoc directly
<zzak> i usually generate rdoc to a temp folder so i can review it
<zzak> rdoc -o objectdocs object.c && google-chrome objectdocs/.
<halogenandtoast> zzak: Also I was partially inspired by your bostonrb talk to do this ;-)
<zzak> awesome!
<drbrain> halogenandtoast: make docs
<drbrain> halogenandtoast: see make help
<zzak> ive used that maybe once
<zzak> probably good to test that make docs works tho haha
<drbrain> as rdoc maintainer, I do that :D
<zzak> you do enough
<drbrain> I `make change all test-all TESTS=-j12`
<drbrain> it takes care of it :)
<zzak> thats a lot of jobs
<drbrain> it's pretty easy though
<zzak> did you ever write anything on testing rdoc on all the gems?
<zzak> with your cloud powers
<halogenandtoast> Does osx not link m4?
<halogenandtoast> m4 --version => m4 (GNU M4) 1.4.16
<halogenandtoast> autom4te: need GNU m4 1.4 or later: /usr/bin/m4
<drbrain> zzak: no, I haven't had time, but I'm continuing to evolve my tools
<drbrain> I should submit an open source request
<halogenandtoast> nevermind autoconf was borked
kosaki8 has joined #ruby-core
<halogenandtoast> drbrain: when I run make docs, do they get dumped in docs is there supposed to be an index.html?
<drbrain> halogenandtoast: it only builds ri data in .ext/rdoc
<drbrain> so you can ri --no-standard -d .ext/rdoc
<drbrain> if you want HTML the best way is to run rdoc yourself
<halogenandtoast> ok
<halogenandtoast> I know I'm asking lots of questions and I apologize (I'm also documenting this whole thing so others can benefit hopefully). But is my next step to generate a patch file and if so what's the best way to do that?
<halogenandtoast> I haven't used svn in 4 or 5 years
<halogenandtoast> I'm googling harder, I'll see what I come up with
<halogenandtoast> Okay created my diff file.
<halogenandtoast> When opening the bug should I assign it to anyone?
<halogenandtoast> I see both drbrain and zzak in the list.
<halogenandtoast> ruby -v?
<halogenandtoast> When filing a bug...
<znz_v> biff: [ruby-changes:27276] zzak:r39328 (trunk): * lib/mutex_m.rb: Add rdoc for Mutex_m module - http://mla.n-z.jp/?ruby-changes=27276
<drbrain> halogenandtoast: zzak has been doing most of the DOC commits lately
<drbrain> halogenandtoast: but if it's in the DOC category zzak will probably pick it up
<halogenandtoast> I marked him.
<halogenandtoast> I need to figure out this process better, I didn't do a CHANGELOG entry in my ticket, but I'm not sure how to do that.
<drbrain> don't bother, we'll take care of it
davidbalber|away is now known as davidbalbert
<halogenandtoast> Thanks, I'd like to keep making commits though, so I do need to figure it out at some point. Especially since I want to do C commits.
<zzak> we will handle the ChangeLog
<zzak> halogenandtoast: thanks!
<halogenandtoast> zzak: Did I attach the patch correctly. I attached it as a file but I don't see it on the ticket.
<zzak> i got the patch, that works
<zzak> optionally, when you goto "update" or when creating a ticket: you can click "files" below "notes" and choose a file to upload
<zzak> whatever is easier for you
<halogenandtoast> I did that!
<halogenandtoast> Not sure why it didn't work.
<halogenandtoast> I'll push the upload button harder next time.
xibbar has quit [Remote host closed the connection]
<zzak> no worries
<zzak> if you add the patch to your message i can read it right in my email
<znz_v> biff: [ruby-changes:27277] nobu:r39329 (trunk): enumerator.c: suppress warnings - http://mla.n-z.jp/?ruby-changes=27277
<znz_v> biff: [ruby-changes:27278] zzak:r39330 (trunk): * object.c: Document Data class [Bug #7890] - http://mla.n-z.jp/?ruby-changes=27278
<zzak> halogenandtoast: thanks you, your patch landed in r39330!
<halogenandtoast> Thank you!
halogenandtoast has quit [Quit: halogenandtoast]
halogenandtoast has joined #ruby-core
marcandre has joined #ruby-core
marcandr_ has joined #ruby-core
halogenandtoast has quit [Quit: halogenandtoast]
<znz_v> biff: [ruby-changes:27279] zzak:r39331 (trunk): * ext/pty/pty.c: Documentation for the PTY module - http://mla.n-z.jp/?ruby-changes=27279
<zzak> big day tomorrow, talking to rhode island ruby group and newhaven.rb is having a ruby doc hack night :D
<zzak> hopefully get a bunch of patches in!
halogenandtoast has joined #ruby-core
<drbrain> cool!
<zzak> after bostonrb i am not so nervous to talk to rirug, they are much smaller
<zzak> i like that tho, more intimate
xibbar has joined #ruby-core
<halogenandtoast> zzak: I myself am trying to figure out how to best do talks.
xibbar has quit [Remote host closed the connection]
xibbar has joined #ruby-core
<zzak> i suck at it
<halogenandtoast> It's a hard thing to do. First and foremost people have a short attention span.
<zzak> i know, and i picked a boring topic to begin with hah
<halogenandtoast> Well at least you know you convinced at least 1 person to make a commit to ruby.
<halogenandtoast> That's more than I can say after I gave my Ragel talk a few years ago.
<zzak> yes! you have made my trip totally worth it
<zzak> and seeing jim talk was priceless
<halogenandtoast> Watching Jim talk is amazing he has such charisma.
<halogenandtoast> That being said, your talk was much more useful to me :p
<halogenandtoast> I'm happy you made the trip from Vermont.
<zzak> thanks, it was well worth it
<halogenandtoast> I might write a blog post at thoughtbot about the process.
<halogenandtoast> If I ever get time.
<zzak> awesome
<halogenandtoast> Anyways, heading to bed, until next time.
halogenandtoast has quit [Quit: halogenandtoast]
kosaki8 has quit [Ping timeout: 248 seconds]
kosaki8 has joined #ruby-core
kosaki8 has quit [Quit: Leaving...]
davidbalbert is now known as davidbalber|away
kosaki8 has joined #ruby-core
marcandr_ has quit [Remote host closed the connection]
agarie has quit [Remote host closed the connection]
<znz_v> biff: [ruby-changes:27280] shyouhei:r39332 (ruby_2_0_0): merge revision(s) 39308: - http://mla.n-z.jp/?ruby-changes=27280
schaerli has joined #ruby-core
judofyr has joined #ruby-core
xibbar has quit [Remote host closed the connection]
<znz_v> biff: [ruby-changes:27281] nobu:r39333 (trunk): configure.in: adjust libdirname - http://mla.n-z.jp/?ruby-changes=27281
<znz_v> biff: [ruby-changes:27282] nobu:r39334 (trunk): configure.in: target_os suffix - http://mla.n-z.jp/?ruby-changes=27282
nari has quit [Ping timeout: 276 seconds]
nokada_ has joined #ruby-core
nokada has quit [Read error: Connection reset by peer]
<znz_v> biff: [ruby-changes:27283] nobu:r39335 (trunk): ruby.h: HAVE_RB_SCAN_ARGS_OPTIONAL_HASH - http://mla.n-z.jp/?ruby-changes=27283
nari has joined #ruby-core
<znz_v> biff: [ruby-changes:27284] nobu:r39336 (trunk): extmk.rb: rename variables - http://mla.n-z.jp/?ruby-changes=27284
<znz_v> biff: [ruby-changes:27285] nobu:r39337 (trunk): extmk.rb: extract SUBMAKEOPTS - http://mla.n-z.jp/?ruby-changes=27285
<znz_v> biff: [ruby-changes:27286] nobu:r39338 (trunk): * tool/rbinstall.rb (libdir): fix typo. [Bug #7874] - http://mla.n-z.jp/?ruby-changes=27286
<znz_v> biff: [ruby-changes:27287] nobu:r39339 (trunk): common.mk: uninstall - http://mla.n-z.jp/?ruby-changes=27287
nari has quit [Ping timeout: 255 seconds]
__BigO__ has joined #ruby-core
marcandr_ has joined #ruby-core
enebo has joined #ruby-core
nari has joined #ruby-core
schaerli has quit [Remote host closed the connection]
nari has quit [Ping timeout: 252 seconds]
schaerli has joined #ruby-core
judofyr has quit [Remote host closed the connection]
vondruch has quit [Ping timeout: 244 seconds]
schaerli has quit [Remote host closed the connection]
schaerli has joined #ruby-core
drbrain has quit [Quit: Goodbye]
schaerli has quit [Remote host closed the connection]
drbrain has joined #ruby-core
davidbalber|away is now known as davidbalbert
<znz_v> biff: [ruby-changes:27288] marcandRe: r39340 (ruby_2_0_0): * NEWS: Add that Fixnums and Bignums are frozen - http://mla.n-z.jp/?ruby-changes=27288
<znz_v> biff: [ruby-changes:27289] svn:r39341 (ruby_2_0_0): * 2013-02-21 - http://mla.n-z.jp/?ruby-changes=27289
<znz_v> biff: [ruby-changes:27290] marcandRe: r39342 (ruby_2_0_0): * NEWS: Floats are frozen too - http://mla.n-z.jp/?ruby-changes=27290
schaerli has joined #ruby-core
schaerli has quit [Remote host closed the connection]
davidbalbert is now known as davidbalber|away
__BigO__ has quit [Remote host closed the connection]
__BigO__ has joined #ruby-core
__BigO__ has quit [Remote host closed the connection]
<znz_v> biff: [ruby-changes:27291] drbrain:r39343 (ruby_2_0_0): Merge trunk revision: 39324 - http://mla.n-z.jp/?ruby-changes=27291
<znz_v> biff: [ruby-changes:27292] drbrain:r39344 (ruby_2_0_0): Merge trunk revision: 39327 - http://mla.n-z.jp/?ruby-changes=27292
davidbalber|away is now known as davidbalbert
<_ko1> rubyspec failed...
<drbrain> o_O
<_ko1> the reason of failures are modifying rubyspec.
<_ko1> 20130220T073421Z ruby 2.0.0dev (2013-02-20 trunk 39326) [x86_64-linux] [2.0.0] (ubuntu1004-64) 986W rubyspec:23F35E (diff:src,success,test-all,rubyspec)
<_ko1> 20130220T053104Z ruby 2.0.0dev (2013-02-20 trunk 39326) [x86_64-linux] [2.0.0] (ubuntu1004-64) 547W success (diff:test-all,rubyspec)
<_ko1> no revision changed
<_ko1> how should we do??
<drbrain> hrm
<drbrain> it seems odd that OS X Mountain Lion m32-o0 failed but m32-o3 passes
<_ko1> o_O
davidbalbert is now known as davidbalber|away
<drbrain> there were changes to mspec
<drbrain> maybe they weren't properly verified?
<_ko1> :(
<_ko1> Proc#inspect returns a description of self FAILED
<_ko1> Expected "#<Proc:0x00000001a90488 (lambda)>"
<_ko1> to match /^#<Proc:([^ ]*?)@([^ ]*)\/to_s\.rb:15 \(lambda\)>$/
<_ko1> inspect format is "Ruby's spec"?
<drbrain> I think so
<_ko1> The language Ruby doesn't specify `inspection format'.
<_ko1> I believe.
<drbrain> agreed
kosaki2 has joined #ruby-core
<_ko1> it should be implementation dependent.
<drbrain> this spec seems wrong
<_ko1> now i have 23 failures
<drbrain> def x; end; p method("x").to_proc #=> #<Proc:0x007fc37b0516a8 (lambda)>
<_ko1> ruby 1.8.7 (2012-06-29 patchlevel 370) [i386-cygwin]
<_ko1> #<Proc:0x80058c70@t.rb:2>
<_ko1> wow :)
<_ko1> it is degration from 1.8 to 1.9
<_ko1> ruby 1.9.3p332 (2012-11-15 revision 37660) [i386-mswin32_100]
<_ko1> #<Proc:0x1063dac (lambda)>
<drbrain> yes, but file and line are specified for 1.9, which is wrong
<drbrain> github has inexact commit dates
<drbrain> but it was added around ruby 1.9.1
<drbrain> ah, 11 June 2009
<drbrain> what was the behavior of 1.9.1?
<injekt> redmine doesn't email me updates to issues I've created or I'm watching, is that just me?
__BigO__ has joined #ruby-core
davidbalber|away is now known as davidbalbert
<drbrain> injekt: I don't get any emails from red mine, except through the ruby-core mailing list
<injekt> drbrain: ah ok I thought the point was redmine emailed me updates if I watched/created an issue
<drbrain> I think it is a bug
<injekt> no surprise there.. redmine
<drbrain> ha! so many ruby versions
<_ko1> ruby collections
<drbrain> did you build 1.6 and older from a checkout?
<drbrain> I don't think modern autoconf works on them anymore
<_ko1> i did, but it seems build failure.
<_ko1> tags_v1_2_6 may success
ex9t_ has joined #ruby-core
<_ko1> complete collection list
<injekt> wow that's a lot of ruby versions
ex9t has quit [Ping timeout: 248 seconds]
<_ko1> i can't use git and git --bisect :)
<injekt> drbrain: hey what do you think about that xml default pluggable parser issue in mech?
<drbrain> the one from postmodern?
<injekt> aye
<drbrain> I think it's fine to include
<injekt> alright
corundum has quit [Quit: okay bye]
zzak has quit [Remote host closed the connection]
corundum has joined #ruby-core
zzak has joined #ruby-core
kosaki2 has quit [Remote host closed the connection]
davidbalbert is now known as davidbalber|away
davidbalber|away is now known as davidbalbert
nokada has joined #ruby-core
nokada_ has quit [Read error: Connection reset by peer]
davidbalbert is now known as davidbalber|away
kosaki2 has joined #ruby-core
sukima has joined #ruby-core
enebo has quit [Quit: enebo]
xibbar has joined #ruby-core
ZachBeta has joined #ruby-core
<ZachBeta> New Haven Ruby Group checking in! Our hack night tonight we're working on documenting ruby (via http://documenting-ruby.org/)
<drbrain> sweet!
<zzak> welcome!
<zzak> im at rirug, about to talk!
__BigO__ has quit [Remote host closed the connection]
nari has joined #ruby-core
<ZachBeta> zzak from one Zac[h|k] to another, glhfddka
kosaki2 has quit [Remote host closed the connection]
kosaki2 has joined #ruby-core