Thread overview
[Issue 11679] New: user defined attributes not allowed for local auto declarations
Dec 04, 2013
Kenji Hara
Dec 04, 2013
Kenji Hara
Mar 10, 2014
Kenji Hara
December 04, 2013
https://d.puremagic.com/issues/show_bug.cgi?id=11679

           Summary: user defined attributes not allowed for local auto
                    declarations
           Product: D
           Version: D2
          Platform: All
        OS/Version: All
            Status: NEW
          Keywords: rejects-valid
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: nobody@puremagic.com
        ReportedBy: k.hara.pg@gmail.com


--- Comment #0 from Kenji Hara <k.hara.pg@gmail.com> 2013-12-03 20:21:41 PST ---
Test case:

@uda auto global = 1;   // OK
void main() { @uda auto local = 1; }   // NG

test.d(2): Error: user defined attributes not allowed for auto declarations

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
December 04, 2013
https://d.puremagic.com/issues/show_bug.cgi?id=11679


Kenji Hara <k.hara.pg@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull


--- Comment #1 from Kenji Hara <k.hara.pg@gmail.com> 2013-12-03 22:52:19 PST ---
https://github.com/D-Programming-Language/dmd/pull/2924

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
March 09, 2014
https://d.puremagic.com/issues/show_bug.cgi?id=11679



--- Comment #2 from github-bugzilla@puremagic.com 2014-03-08 23:57:53 PST ---
Commit pushed to master at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/9f745f0948c36e502399a9ce8c02a7caa619e1b4
fix Issue 11679 - user defined attributes not allowed for local auto
declarations

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
March 10, 2014
https://d.puremagic.com/issues/show_bug.cgi?id=11679


Kenji Hara <k.hara.pg@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: -------