Jonathan Paisley
jp-ww****@dcs*****
Fri Mar 10 06:36:08 JST 2006
>> >> It seems fine for me too. >> > thanks, I'll commit this later. One other thing I wondered about was providing a one-time deprecation warning on uses of ns_overrides. So, we'd have a private ns_overrides implementation used by the method_added hooks, but anybody calling ns_overrides directly will receive a warning the first time it's used. > I guess this comment means the change of > [ruby-devel:19287](eval.c:1.337). > This change was reverted before release of 1.8.0 [ruby-devel:19291] > (eval.c:1.376). So, I think we can remove this comment and > ns_inherited. Ah! Excellent detective-work! :) I agree -- it seems like this can be simplified now. Jonathan