November 29, 2014 [dmd-internals] [D-Programming-Language/dmd] ea5d59: fix Issue 13200 - Assertion `protName' failed | ||||
---|---|---|---|---|
| ||||
Attachments:
| Branch: refs/heads/master Home: https://github.com/D-Programming-Language/dmd Commit: ea5d59e23025a994237c12903c5baae1f0c51c10 https://github.com/D-Programming-Language/dmd/commit/ea5d59e23025a994237c12903c5baae1f0c51c10 Author: k-hara <k.hara.pg@gmail.com> Date: 2014-11-29 (Sat, 29 Nov 2014) Changed paths: M src/enum.c M test/runnable/testenum.d Log Message: ----------- fix Issue 13200 - Assertion `protName' failed Set `parent`, `protection`, `isdeprecated`, and `userAttribDecl` members of `EnumDeclaration` as same as class and struct declarations, even if its definition is opaque. Commit: ab5dbd53a4f217ef0e20149867211a82d50efc46 https://github.com/D-Programming-Language/dmd/commit/ab5dbd53a4f217ef0e20149867211a82d50efc46 Author: Walter Bright <walter@walterbright.com> Date: 2014-11-29 (Sat, 29 Nov 2014) Changed paths: M src/enum.c M test/runnable/testenum.d Log Message: ----------- Merge pull request #4179 from 9rnsr/fix13200 Issue 13200 - Assertion `protName' failed Compare: https://github.com/D-Programming-Language/dmd/compare/a58fa7c1ea16...ab5dbd53a4f2 |
Copyright © 1999-2021 by the D Language Foundation