Thread overview | |||||||||
---|---|---|---|---|---|---|---|---|---|
|
January 16, 2019 [Issue 19592] Rule for SuperClass is wrong | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=19592 --- Comment #1 from Basile B. <b2.temp@gmx.com> --- The way it's done in DMD parser seems to say that Identifier "[" AssignExpression "]" "." IdentifierList should rather be Identifier "[" AssignExpression "]" ( "." IdentifierList )opt (link 3 of OP) -- |
January 16, 2019 [Issue 19592] Rule for IdentifierList is wrong | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=19592 Basile B. <b2.temp@gmx.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Rule for SuperClass is |Rule for IdentifierList is |wrong |wrong -- |
January 16, 2019 [Issue 19592] Rule for IdentifierList is wrong | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=19592 Basile B. <b2.temp@gmx.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |pull --- Comment #2 from Basile B. <b2.temp@gmx.com> --- The AssignExp must be optional (for the dynamic arrays case) pull : https://github.com/dlang/dlang.org/pull/2556 -- |
January 22, 2019 [Issue 19592] Rule for IdentifierList is wrong | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=19592 --- Comment #3 from github-bugzilla@puremagic.com --- Commits pushed to master at https://github.com/dlang/dlang.org https://github.com/dlang/dlang.org/commit/870cf7441e9a3e302c8fbcdca8c408786b486815 fix issue 19592 - Rule for IdentifierList is wrong https://github.com/dlang/dlang.org/commit/269a972eb1a8db6ac36d30dabb680498c5cb966c Merge pull request #2556 from Basile-z/issue-19592 fix issue 19592 - Rule for IdentifierList is wrong merged-on-behalf-of: Nicholas Wilson <thewilsonator@users.noreply.github.com> -- |
January 22, 2019 [Issue 19592] Rule for IdentifierList is wrong | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=19592 github-bugzilla@puremagic.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED -- |
Copyright © 1999-2021 by the D Language Foundation