[Rubycocoa-devel 294] Re: some change about const_missing

Back to archive index

Laurent Sansonetti lsans****@apple*****
Tue Jun 13 01:08:31 JST 2006


No problemo, applied.

Laurent

On Jun 12, 2006, at 5:47 PM, kimura wataru wrote:

> Hi Laurent,
>
> Sorry, one of my previous patch was wrong. I fixed this.
>
> On Mon, 12 Jun 2006 16:30:30 +0200, Laurent Sansonetti wrote:
>> Hi Kimura-san,
>>
>> On Jun 12, 2006, at 3:42 PM, kimura wataru wrote:
>>
>>>  Hi,
>>>
>>>  I wrote two patches to apple-unstable branch.
>>>
>>>  1. const_missing
>>>
>>>  This patch enables to keep other module's const_missing before
>>>  included.
>>>
>>>    include OtherModule # has const_missing
>>>    include OSX
>>>    NSArray      # by OSX.const_missing
>>>    OtherConst   # by OtherModule.const_missing
>>>    UnknownConst # => NameError
>>>
>>
>> Right!
>>
>
>
>
> <const_missing_to_import.patch-2>
> _______________________________________________
> Rubycocoa-devel mailing list
> Rubyc****@lists*****
> http://lists.sourceforge.jp/mailman/listinfo/rubycocoa-devel




More information about the Rubycocoa-devel mailing list
Back to archive index