http://d.puremagic.com/issues/show_bug.cgi?id=4116

           Summary: object.di does not match object_.d
           Product: D
           Version: 2.041
          Platform: Other
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: druntime
        AssignedTo: s...@invisibleduck.org
        ReportedBy: rob...@octarineparrot.com


--- Comment #0 from Robert Clipsham <rob...@octarineparrot.com> 2010-04-24 
15:29:03 BST ---
The ModuleInfo struct in the user visible object.di does not match the
implementation in object_.d, which disables some functionality eg the ability
to find the classes in a module from user code. The two files need
synchronizing to make sure everything that needs to be accessible is.

http://dsource.org/projects/druntime/browser/trunk/src/object_.d#L1267
http://dsource.org/projects/druntime/browser/trunk/import/object.di#L226

Note the absence of the localClasses property in object.di, among other missing
properties.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------

Reply via email to