[dmd-internals] [D-Programming-Language/dmd] 260dba: fix Issue 14116 - Assertion failure: 'p->isPkgMod ...
GitHub via dmd-internals
dmd-internals at puremagic.com
Mon Feb 2 21:16:22 PST 2015
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: 260dba58ca264f26967f0d6ecc6f6b8bdde39611
https://github.com/D-Programming-Language/dmd/commit/260dba58ca264f26967f0d6ecc6f6b8bdde39611
Author: k-hara <k.hara.pg at gmail.com>
Date: 2015-02-03 (Tue, 03 Feb 2015)
Changed paths:
M src/import.c
A test/fail_compilation/ice14116.d
A test/fail_compilation/imports/a14116.d
Log Message:
-----------
fix Issue 14116 - Assertion failure: 'p->isPkgMod == PKGmodule' on line 143 in file 'import.c'
Commit: 8bf9a94d467450ffa245f6a9b32dc85a80ce3e4c
https://github.com/D-Programming-Language/dmd/commit/8bf9a94d467450ffa245f6a9b32dc85a80ce3e4c
Author: Walter Bright <walter at walterbright.com>
Date: 2015-02-02 (Mon, 02 Feb 2015)
Changed paths:
M src/import.c
A test/fail_compilation/ice14116.d
A test/fail_compilation/imports/a14116.d
Log Message:
-----------
Merge pull request #4372 from 9rnsr/fix14116
Issue 14116 - Assertion failure: 'p->isPkgMod == PKGmodule' on line 143 in file 'import.c'
Compare: https://github.com/D-Programming-Language/dmd/compare/d961daef786c...8bf9a94d4674
More information about the dmd-internals
mailing list