idkazuma has quit [Remote host closed the connection]
agarie has joined #ruby-core
<mahoney>
While evaluating within obj.instance_eval, how do I get "obj" from nested classes/functions? I've been tracing up the rb_control_frame_t until I hit an instance of the class of "obj", but that doesn't seem right at all.
<drbrain>
well, shouldn't line 24 be: err.wont_match /^invalid options/
<zzak>
yah
<zzak>
same thing
<drbrain>
I think you have too many parts
<zzak>
its a valid option
<zzak>
maybe because @parser doesnt know about @options
<drbrain>
maybe
<drbrain>
yes,
<drbrain>
delete line 18
<zzak>
it works with @default_options.push
<drbrain>
line 21 sets an option on @options from line 3
<zzak>
haha, howd that sneak in there
<drbrain>
but line 25 tests @options from line 18
<drbrain>
so, right number of moving parts
<zzak>
perfect
<zzak>
down to 2 failures
<zzak>
committed for now, getting better, hopefully we can release and have RDoc 4.0 support in the next rails
<zzak>
kind of crappy that the only blocker is because they have it as a runtime dependency for api.rubyonrails.org, but whatever
nari has joined #ruby-core
kosaki8 has joined #ruby-core
plusk has quit [Quit: plusk]
kosaki8 has quit [Quit: Leaving...]
<charliesome>
_ko1: are you around?
davidbalber|away is now known as davidbalbert
ritek has joined #ruby-core
davidbalbert is now known as davidbalber|away
nari has quit [Ping timeout: 248 seconds]
nari has joined #ruby-core
<znz_v>
biff: [ruby-changes:27848] nari:r39900 (trunk): * gc.c: We have no chance to expand the heap when lazy sweeping is - http://mla.n-z.jp/?ruby-changes=27848
<znz_v>
biff: [ruby-changes:27849] nari:r39901 (trunk): * gc.c (GC_ENABLE_LAZY_SWEEP): new macro to switch lazy sweeping - http://mla.n-z.jp/?ruby-changes=27849
<znz_v>
biff: [ruby-changes:27856] naruse:r39908 (trunk): Try interface indexes which can use for IPv6 multicast - http://mla.n-z.jp/?ruby-changes=27856
<znz_v>
biff: [ruby-changes:27867] nari:r39919 (trunk): * proc.c (bm_free): need to clean up the mark flag of a free and - http://mla.n-z.jp/?ruby-changes=27867
<znz_v>
biff: [ruby-changes:27870] drbrain:r39922 (trunk): * test/rinda/test_rinda.rb: Skip IPv6 tests if no IPv6 addresses - http://mla.n-z.jp/?ruby-changes=27870
kosaki2 has quit [Remote host closed the connection]
<znz_v>
biff: [ruby-changes:27871] drbrain:r39923 (trunk): * lib/rinda/tuplespace.rb: Only return tuple entry once on move, - http://mla.n-z.jp/?ruby-changes=27871
idkazuma has joined #ruby-core
wudofyr has quit [Remote host closed the connection]
wudofyr has joined #ruby-core
wudofyr has quit [Remote host closed the connection]
wudofyr has joined #ruby-core
kosaki8 has joined #ruby-core
his_shadow has joined #ruby-core
Guest85414 has quit [Ping timeout: 245 seconds]
kosaki8 has quit [Ping timeout: 248 seconds]
kosaki8_ has joined #ruby-core
johnnymugs has quit [Ping timeout: 245 seconds]
heroux_ has joined #ruby-core
johnnymugs has joined #ruby-core
xibbar has joined #ruby-core
heroux has quit [*.net *.split]
xibbar_ie has quit [*.net *.split]
guilleiguaran_ has quit [*.net *.split]
xibbar_ie has joined #ruby-core
heroux_ has quit [Ping timeout: 260 seconds]
heroux has joined #ruby-core
charliesome has joined #ruby-core
nagachika has joined #ruby-core
nagachika has quit [Remote host closed the connection]
sora_h__ has joined #ruby-core
_br_- has joined #ruby-core
<agarie>
hey, I found a very small mistake in the docs, it's only a single line. Should I send a patch or is it better to show it here?
_br_ has quit [*.net *.split]
n0kada-freenode has quit [*.net *.split]
sora_h has quit [*.net *.split]
brixen_ has joined #ruby-core
<drbrain>
I can take care of it
<drbrain>
agarie: what is it?
<agarie>
drbrain: in the array docs, there's a line which says "Array.new(3, true) #=> [0, 0, 0]", when it should be "Array.new(3, true) #=> [true, true, true]"