www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 12136] New: [AA] Associative array `keys` and `values` become non-properties.

reply d-bugmail puremagic.com writes:
https://d.puremagic.com/issues/show_bug.cgi?id=12136

           Summary: [AA] Associative array `keys` and `values` become
                    non-properties.
           Product: D
           Version: D2
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: regression
          Priority: P2
         Component: druntime
        AssignedTo: nobody puremagic.com
        ReportedBy: verylonglogin.reg gmail.com



14:09:54 MSK ---
Because of druntime pull 668 [1] AA `keys` and `values` become non-properties
thus breaking lots of builds with `-property` switch.

[1] https://github.com/D-Programming-Language/druntime/pull/668

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Feb 12 2014
next sibling parent d-bugmail puremagic.com writes:
https://d.puremagic.com/issues/show_bug.cgi?id=12136


Andrej Mitrovic <andrej.mitrovich gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |andrej.mitrovich gmail.com



02:15:54 PST ---
We could fix this by removing -property altogether, since this is already
planned.

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Feb 12 2014
prev sibling next sibling parent d-bugmail puremagic.com writes:
https://d.puremagic.com/issues/show_bug.cgi?id=12136




14:20:06 MSK ---
Or by this pull:
https://github.com/D-Programming-Language/druntime/pull/722

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Feb 12 2014
prev sibling next sibling parent d-bugmail puremagic.com writes:
https://d.puremagic.com/issues/show_bug.cgi?id=12136




Commits pushed to master at https://github.com/D-Programming-Language/druntime

https://github.com/D-Programming-Language/druntime/commit/d2b46d1e7e0ee8eece9845af1ff1df6630fd1ed3
Fix Issue 12136 - [AA] Associative array `keys` and `values` become
non-properties.

Issue URL: https://d.puremagic.com/issues/show_bug.cgi?id=12136

https://github.com/D-Programming-Language/druntime/commit/29a05b0fb8a8fc514803f122503c8a5a92641faf


Fix Issue 12136 - [AA] Associative array `keys` and `values` become
non-properties.

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Feb 12 2014
prev sibling parent d-bugmail puremagic.com writes:
https://d.puremagic.com/issues/show_bug.cgi?id=12136


Andrej Mitrovic <andrej.mitrovich gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED


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