hsbt_away changed the topic of #ruby-core to: check the latest release candidate for 1.9.1 release ftp.ruby-lang.org:/home/yugui/ruby-1.9.1-r26021+1.tar.bz2
judofyr has quit [Remote host closed the connection]
shiba_____ has joined #ruby-core
peterc has quit [Ping timeout: 276 seconds]
mahoney has joined #ruby-core
peterc has joined #ruby-core
kosaki2 has joined #ruby-core
shiba_____ has quit [Ping timeout: 268 seconds]
peterc has quit [Remote host closed the connection]
peterc has joined #ruby-core
<znz_jp>
biff: [ruby-changes:28451] akr:r40503 (trunk): * configure.in: Fix a typo. Should check endgrent() instead of - http://mla.n-z.jp/?ruby-changes=28451
peterc has quit [Remote host closed the connection]
<mahoney>
I have a binding VALUE, and I want to make a function call within that binding. I don't know what the objects are named inside the binding, so I can't evaluate a string. Is there a way to make an rb_funcall inside a specified binding?
<mahoney>
If binding.eval could take a block, then this might be easier, but it doesn't.
judofyr has joined #ruby-core
<mahoney>
Alright, I think I might have a solution. Create a Proc in the binding that takes the object and function name, then call that proc from the outside.
peterc has joined #ruby-core
kosaki2 has quit [Remote host closed the connection]
judofyr has quit [Read error: No route to host]
mahoney has quit [Remote host closed the connection]
peterc has quit [Remote host closed the connection]
<zzak>
you said "you cant use %i for rb_raise or rb_warn"
<zzak>
does that include all rb_sprintf, rb_vsprintf type functions?
<znz_jp>
biff: [ruby-changes:28452] zzak:r40504 (trunk): * README.EXT: Add note to warn use of %i in Exceptions [Bug #7982] - http://mla.n-z.jp/?ruby-changes=28452
<znz_jp>
biff: [ruby-changes:28453] zzak:r40505 (trunk): * README.EXT: Update note from r40504, by Jeremy Evans [Bug #7982] - http://mla.n-z.jp/?ruby-changes=28453
shiba_____ has quit [Ping timeout: 252 seconds]
shiba_____ has joined #ruby-core
nokada_ has joined #ruby-core
nokada has quit [Read error: Connection reset by peer]
<znz_jp>
biff: [ruby-changes:28454] zzak:r40506 (trunk): * ext/curses/curses.c: Update Curses::Window example for nicer output - http://mla.n-z.jp/?ruby-changes=28454