Thread overview | ||||||
---|---|---|---|---|---|---|
|
February 27, 2013 [Issue 9613] New: Parser bug when using .init with type constructor | ||||
---|---|---|---|---|
| ||||
http://d.puremagic.com/issues/show_bug.cgi?id=9613 Summary: Parser bug when using .init with type constructor 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: andrej.mitrovich@gmail.com --- Comment #0 from Andrej Mitrovic <andrej.mitrovich@gmail.com> 2013-02-27 15:41:56 PST --- void main() { auto x = const(byte).init; auto y = immutable(byte).init; } Fix9604.d(3): Error: (arguments) expected following const(byte) Fix9604.d(3): Error: semicolon expected following auto declaration, not '.' Both lines fail. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
February 28, 2013 [Issue 9613] Parser bug when using .init with type constructor | ||||
---|---|---|---|---|
| ||||
Posted in reply to Andrej Mitrovic | http://d.puremagic.com/issues/show_bug.cgi?id=9613 Andrej Mitrovic <andrej.mitrovich@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |pull AssignedTo|nobody@puremagic.com |andrej.mitrovich@gmail.com --- Comment #1 from Andrej Mitrovic <andrej.mitrovich@gmail.com> 2013-02-28 13:36:49 PST --- https://github.com/D-Programming-Language/dmd/pull/1703 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
March 01, 2013 [Issue 9613] Parser bug when using .init with type constructor | ||||
---|---|---|---|---|
| ||||
Posted in reply to Andrej Mitrovic | http://d.puremagic.com/issues/show_bug.cgi?id=9613 --- Comment #2 from github-bugzilla@puremagic.com 2013-03-01 06:35:18 PST --- Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/944a6c331efa339e71e2529a4d8c4ea2b2770cfe Fixes Issue 9613 - Parser bug using .init with type constructor. https://github.com/D-Programming-Language/dmd/commit/28fdc1d91c71a6425f02157948a89e68b043ca70 Merge pull request #1703 from AndrejMitrovic/Fix9613 Issue 9613 - Parser bug using .init with type constructor. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
March 01, 2013 [Issue 9613] Parser bug when using .init with type constructor | ||||
---|---|---|---|---|
| ||||
Posted in reply to Andrej Mitrovic | http://d.puremagic.com/issues/show_bug.cgi?id=9613 Kenji Hara <k.hara.pg@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
Copyright © 1999-2021 by the D Language Foundation