Wiki
Show
Ignore:
Timestamp:
03/08/10 06:19:46 (2 years ago)
Author:
Chuck.Esterbrook
Message:

Code cleanup. In CobraType?.memberForName, assert that the type .didBindInh and .didBindInt. Also, create all nilable types through .typeProvider.nilableType(t) and cache.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • cobra/trunk/Source/Phases/BindInterfacePhase.cobra

    r2277 r2304  
    1818        c.objectType.bindInt 
    1919        c.stringType.bindInt 
     20        c.dynamicType.bindInt 
     21        c.passThroughType.bindInt 
    2022        for mod in c.modules.clone 
    2123            c.curModule = mod