www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 4116] New: object.di does not match object_.d

reply d-bugmail puremagic.com writes:
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 invisibleduck.org
        ReportedBy: robert octarineparrot.com



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: -------
Apr 24 2010
parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=4116


Don <clugdbug yahoo.com.au> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |clugdbug yahoo.com.au
         Resolution|                            |FIXED



Fixed DMD1.061 and DMD2.046.

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