00:17
n0kada has joined #ruby-core
00:18
halogenandtoast has quit [Quit: halogenandtoast]
00:24
znz_jp has quit [Quit: kill -QUIT $$]
00:25
znz_jp has joined #ruby-core
00:31
enebo has quit [Quit: enebo]
00:37
idkazuma has quit [Read error: Connection reset by peer]
00:47
nari has quit [Ping timeout: 256 seconds]
00:57
halogenandtoast has joined #ruby-core
01:03
kosaki2 has quit [Remote host closed the connection]
01:06
kosaki has quit [Ping timeout: 256 seconds]
01:12
nari has joined #ruby-core
01:20
__BigO__ has joined #ruby-core
01:20
<
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.
01:21
<
halogenandtoast >
That's what I assumed, but I'm confused as to where that additional text comes from.
01:21
<
zzak >
object.c line 2916
01:22
<
zzak >
i just grep'd for "Object is the"
01:22
<
halogenandtoast >
Ah the text has changed a bit
01:22
<
zzak >
yeh, from trunk
01:22
<
halogenandtoast >
I was looking for Object is the root
01:22
<
halogenandtoast >
Thank zzak, I'm trying to figure out how to best document Data
01:22
<
halogenandtoast >
Which is also defined in object.c
01:23
<
halogenandtoast >
But I see how the others are documented so I can just follow suit, thanks I'll need the luck.
01:24
__BigO__ has quit [Read error: Connection reset by peer]
01:26
<
halogenandtoast >
Is there a make task for generating the rdoc?
01:26
<
zzak >
you can just use rdoc directly
01:27
<
zzak >
i usually generate rdoc to a temp folder so i can review it
01:27
<
zzak >
rdoc -o objectdocs object.c && google-chrome objectdocs/.
01:27
<
halogenandtoast >
zzak: Also I was partially inspired by your bostonrb talk to do this ;-)
01:28
<
drbrain >
halogenandtoast: make docs
01:28
<
drbrain >
halogenandtoast: see make help
01:28
<
zzak >
ive used that maybe once
01:28
<
zzak >
probably good to test that make docs works tho haha
01:29
<
drbrain >
as rdoc maintainer, I do that :D
01:29
<
zzak >
you do enough
01:30
<
drbrain >
I `make change all test-all TESTS=-j12`
01:30
<
drbrain >
it takes care of it :)
01:32
<
zzak >
thats a lot of jobs
01:32
<
drbrain >
it's pretty easy though
01:32
<
zzak >
did you ever write anything on testing rdoc on all the gems?
01:32
<
zzak >
with your cloud powers
01:33
<
halogenandtoast >
Does osx not link m4?
01:34
<
halogenandtoast >
m4 --version => m4 (GNU M4) 1.4.16
01:34
<
halogenandtoast >
autom4te: need GNU m4 1.4 or later: /usr/bin/m4
01:35
<
drbrain >
zzak: no, I haven't had time, but I'm continuing to evolve my tools
01:35
<
drbrain >
I should submit an open source request
01:38
<
halogenandtoast >
nevermind autoconf was borked
01:42
kosaki8 has joined #ruby-core
02:01
<
halogenandtoast >
drbrain: when I run make docs, do they get dumped in docs is there supposed to be an index.html?
02:01
<
drbrain >
halogenandtoast: it only builds ri data in .ext/rdoc
02:01
<
drbrain >
so you can ri --no-standard -d .ext/rdoc
02:02
<
drbrain >
if you want HTML the best way is to run rdoc yourself
02:02
<
halogenandtoast >
ok
02:05
<
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?
02:05
<
halogenandtoast >
I haven't used svn in 4 or 5 years
02:09
<
halogenandtoast >
I'm googling harder, I'll see what I come up with
02:10
<
halogenandtoast >
Okay created my diff file.
02:15
<
halogenandtoast >
When opening the bug should I assign it to anyone?
02:15
<
halogenandtoast >
I see both drbrain and zzak in the list.
02:19
<
halogenandtoast >
ruby -v?
02:20
<
halogenandtoast >
When filing a bug...
02:52
<
drbrain >
halogenandtoast: zzak has been doing most of the DOC commits lately
02:52
<
drbrain >
halogenandtoast: but if it's in the DOC category zzak will probably pick it up
02:57
<
halogenandtoast >
I marked him.
02:58
<
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.
03:00
<
drbrain >
don't bother, we'll take care of it
03:03
davidbalber|away is now known as davidbalbert
03:05
<
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.
03:07
<
zzak >
we will handle the ChangeLog
03:08
<
zzak >
halogenandtoast: thanks!
03:10
<
halogenandtoast >
zzak: Did I attach the patch correctly. I attached it as a file but I don't see it on the ticket.
03:11
<
zzak >
i got the patch, that works
03:12
<
zzak >
optionally, when you goto "update" or when creating a ticket: you can click "files" below "notes" and choose a file to upload
03:12
<
zzak >
whatever is easier for you
03:12
<
halogenandtoast >
I did that!
03:13
<
halogenandtoast >
Not sure why it didn't work.
03:13
<
halogenandtoast >
I'll push the upload button harder next time.
03:13
xibbar has quit [Remote host closed the connection]
03:14
<
zzak >
if you add the patch to your message i can read it right in my email
03:20
<
zzak >
halogenandtoast: thanks you, your patch landed in r39330!
03:21
<
halogenandtoast >
Thank you!
03:32
halogenandtoast has quit [Quit: halogenandtoast]
03:39
halogenandtoast has joined #ruby-core
03:52
marcandre has joined #ruby-core
03:53
marcandr_ has joined #ruby-core
04:15
halogenandtoast has quit [Quit: halogenandtoast]
04:41
<
zzak >
big day tomorrow, talking to rhode island ruby group and newhaven.rb is having a ruby doc hack night :D
04:41
<
zzak >
hopefully get a bunch of patches in!
04:46
halogenandtoast has joined #ruby-core
04:52
<
zzak >
after bostonrb i am not so nervous to talk to rirug, they are much smaller
04:52
<
zzak >
i like that tho, more intimate
04:53
xibbar has joined #ruby-core
05:05
<
halogenandtoast >
zzak: I myself am trying to figure out how to best do talks.
05:14
xibbar has quit [Remote host closed the connection]
05:15
xibbar has joined #ruby-core
05:16
<
zzak >
i suck at it
05:17
<
halogenandtoast >
It's a hard thing to do. First and foremost people have a short attention span.
05:18
<
zzak >
i know, and i picked a boring topic to begin with hah
05:18
<
halogenandtoast >
Well at least you know you convinced at least 1 person to make a commit to ruby.
05:19
<
halogenandtoast >
That's more than I can say after I gave my Ragel talk a few years ago.
05:21
<
zzak >
yes! you have made my trip totally worth it
05:21
<
zzak >
and seeing jim talk was priceless
05:21
<
halogenandtoast >
Watching Jim talk is amazing he has such charisma.
05:22
<
halogenandtoast >
That being said, your talk was much more useful to me :p
05:22
<
halogenandtoast >
I'm happy you made the trip from Vermont.
05:23
<
zzak >
thanks, it was well worth it
05:31
<
halogenandtoast >
I might write a blog post at thoughtbot about the process.
05:31
<
halogenandtoast >
If I ever get time.
05:33
<
halogenandtoast >
Anyways, heading to bed, until next time.
05:33
halogenandtoast has quit [Quit: halogenandtoast]
05:34
kosaki8 has quit [Ping timeout: 248 seconds]
05:45
kosaki8 has joined #ruby-core
05:56
kosaki8 has quit [Quit: Leaving...]
06:03
davidbalbert is now known as davidbalber|away
06:22
kosaki8 has joined #ruby-core
06:33
marcandr_ has quit [Remote host closed the connection]
08:07
agarie has quit [Remote host closed the connection]
08:20
schaerli has joined #ruby-core
08:37
judofyr has joined #ruby-core
08:53
xibbar has quit [Remote host closed the connection]
09:33
nari has quit [Ping timeout: 276 seconds]
09:56
nokada_ has joined #ruby-core
09:56
nokada has quit [Read error: Connection reset by peer]
11:12
nari has joined #ruby-core
14:58
nari has quit [Ping timeout: 255 seconds]
15:10
__BigO__ has joined #ruby-core
15:13
marcandr_ has joined #ruby-core
15:17
enebo has joined #ruby-core
15:43
nari has joined #ruby-core
15:49
schaerli has quit [Remote host closed the connection]
15:53
nari has quit [Ping timeout: 252 seconds]
16:03
schaerli has joined #ruby-core
16:09
judofyr has quit [Remote host closed the connection]
16:09
vondruch has quit [Ping timeout: 244 seconds]
16:15
schaerli has quit [Remote host closed the connection]
17:15
schaerli has joined #ruby-core
17:52
drbrain has quit [Quit: Goodbye]
17:54
schaerli has quit [Remote host closed the connection]
18:04
drbrain has joined #ruby-core
18:10
davidbalber|away is now known as davidbalbert
18:24
schaerli has joined #ruby-core
18:33
schaerli has quit [Remote host closed the connection]
18:37
davidbalbert is now known as davidbalber|away
19:27
__BigO__ has quit [Remote host closed the connection]
19:28
__BigO__ has joined #ruby-core
19:28
__BigO__ has quit [Remote host closed the connection]
20:19
davidbalber|away is now known as davidbalbert
20:20
<
_ko1 >
rubyspec failed...
20:28
<
_ko1 >
the reason of failures are modifying rubyspec.
20:28
<
_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)
20:28
<
_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)
20:28
<
_ko1 >
no revision changed
20:28
<
_ko1 >
how should we do??
20:37
<
drbrain >
it seems odd that OS X Mountain Lion m32-o0 failed but m32-o3 passes
20:42
davidbalbert is now known as davidbalber|away
20:44
<
drbrain >
there were changes to mspec
20:44
<
drbrain >
maybe they weren't properly verified?
20:53
<
_ko1 >
Proc#inspect returns a description of self FAILED
20:53
<
_ko1 >
Expected "#<Proc:0x00000001a90488 (lambda)>"
20:53
<
_ko1 >
to match /^#<Proc:([^ ]*?)@([^ ]*)\/to_s\.rb:15 \(lambda\)>$/
20:53
<
_ko1 >
inspect format is "Ruby's spec"?
20:53
<
drbrain >
I think so
20:53
<
_ko1 >
The language Ruby doesn't specify `inspection format'.
20:54
kosaki2 has joined #ruby-core
20:54
<
_ko1 >
it should be implementation dependent.
20:57
<
drbrain >
this spec seems wrong
20:59
<
_ko1 >
now i have 23 failures
20:59
<
drbrain >
def x; end; p method("x").to_proc #=> #<Proc:0x007fc37b0516a8 (lambda)>
21:01
<
_ko1 >
ruby 1.8.7 (2012-06-29 patchlevel 370) [i386-cygwin]
21:01
<
_ko1 >
#<Proc:0x80058c70@t.rb:2>
21:02
<
_ko1 >
it is degration from 1.8 to 1.9
21:02
<
_ko1 >
ruby 1.9.3p332 (2012-11-15 revision 37660) [i386-mswin32_100]
21:02
<
_ko1 >
#<Proc:0x1063dac (lambda)>
21:05
<
drbrain >
yes, but file and line are specified for 1.9, which is wrong
21:06
<
drbrain >
github has inexact commit dates
21:06
<
drbrain >
but it was added around ruby 1.9.1
21:09
<
drbrain >
ah, 11 June 2009
21:09
<
drbrain >
what was the behavior of 1.9.1?
21:13
<
injekt >
redmine doesn't email me updates to issues I've created or I'm watching, is that just me?
21:13
__BigO__ has joined #ruby-core
21:13
davidbalber|away is now known as davidbalbert
21:14
<
drbrain >
injekt: I don't get any emails from red mine, except through the ruby-core mailing list
21:15
<
injekt >
drbrain: ah ok I thought the point was redmine emailed me updates if I watched/created an issue
21:15
<
drbrain >
I think it is a bug
21:15
<
injekt >
no surprise there.. redmine
21:22
<
drbrain >
ha! so many ruby versions
21:23
<
_ko1 >
ruby collections
21:23
<
drbrain >
did you build 1.6 and older from a checkout?
21:23
<
drbrain >
I don't think modern autoconf works on them anymore
21:23
<
_ko1 >
i did, but it seems build failure.
21:24
<
_ko1 >
tags_v1_2_6 may success
21:24
ex9t_ has joined #ruby-core
21:24
<
_ko1 >
complete collection list
21:25
<
injekt >
wow that's a lot of ruby versions
21:26
ex9t has quit [Ping timeout: 248 seconds]
21:26
<
_ko1 >
i can't use git and git --bisect :)
21:47
<
injekt >
drbrain: hey what do you think about that xml default pluggable parser issue in mech?
21:48
<
drbrain >
the one from postmodern?
21:48
<
drbrain >
I think it's fine to include
21:51
corundum has quit [Quit: okay bye]
21:51
zzak has quit [Remote host closed the connection]
21:53
corundum has joined #ruby-core
21:54
zzak has joined #ruby-core
21:56
kosaki2 has quit [Remote host closed the connection]
22:01
davidbalbert is now known as davidbalber|away
22:04
davidbalber|away is now known as davidbalbert
22:36
nokada has joined #ruby-core
22:36
nokada_ has quit [Read error: Connection reset by peer]
22:43
davidbalbert is now known as davidbalber|away
22:46
kosaki2 has joined #ruby-core
23:03
sukima has joined #ruby-core
23:09
enebo has quit [Quit: enebo]
23:10
xibbar has joined #ruby-core
23:10
ZachBeta has joined #ruby-core
23:26
<
zzak >
im at rirug, about to talk!
23:26
__BigO__ has quit [Remote host closed the connection]
23:36
nari has joined #ruby-core
23:50
<
ZachBeta >
zzak from one Zac[h|k] to another, glhfddka
23:51
kosaki2 has quit [Remote host closed the connection]
23:52
kosaki2 has joined #ruby-core