← Back to index
|
Original Bugzilla link
Bug 11513 – [REG 2.064] Assertion in module.c
Status
RESOLVED
Resolution
FIXED
Severity
regression
Priority
P2
Component
dmd
Product
D
Version
D2
Platform
All
OS
All
Creation time
2013-11-13T15:16:00Z
Last change time
2013-11-14T01:18:24Z
Keywords
ice, pull
Assigned to
nobody
Creator
dragoscarp
Comments
Comment #0
by dragoscarp — 2013-11-13T15:16:15Z
a.d ---- module a; import b; ------------------------- b.d ---- module a.b; ------------------------- dmd 2.063 produces error dmd -c a.d a.d(3): Error: module a.b package name 'a' in file b.d conflicts with usage as a module name in file a.d dmd 2.064 after implementation of DIP37 asserts dmd -c a.d dmd: module.c:595: void Module::parse(): Assertion `pkg' failed.
Comment #1
by k.hara.pg — 2013-11-13T20:06:11Z
https://github.com/D-Programming-Language/dmd/pull/2759
Comment #2
by github-bugzilla — 2013-11-14T01:17:22Z
Commits pushed to master at
https://github.com/D-Programming-Language/dmd
https://github.com/D-Programming-Language/dmd/commit/9c4aed7a0fdfb417e49d9a97d9863963ace6b9d8
fix Issue 11513 - Assertion in module.c
https://github.com/D-Programming-Language/dmd/commit/e2e13354f610d85c4d71e7406c33db2aaae84513
Merge pull request #2759 from 9rnsr/fix11513 [REG2.064] Issue 11513 - Assertion in module.c
Comment #3
by github-bugzilla — 2013-11-14T01:18:08Z
Commit pushed to 2.064 at
https://github.com/D-Programming-Language/dmd
https://github.com/D-Programming-Language/dmd/commit/6ac3c83debb8c7fd024ac7a7dc9c0a98f3fc26e4
Merge pull request #2759 from 9rnsr/fix11513 [REG2.064] Issue 11513 - Assertion in module.c