[Issue 4116] New: object.di does not match object_.d

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sat Apr 24 07:29:10 PDT 2010


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: sean at invisibleduck.org
        ReportedBy: robert at octarineparrot.com


--- Comment #0 from Robert Clipsham <robert at 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: -------


More information about the Digitalmars-d-bugs mailing list