[dmd-internals] [D-Programming-Language/dmd] 61de9e: Rename + update existing test case
GitHub
noreply at github.com
Mon Jun 10 00:42:47 PDT 2013
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: 61de9e558652d09baeb24c036fa6ffb8abcd87f1
https://github.com/D-Programming-Language/dmd/commit/61de9e558652d09baeb24c036fa6ffb8abcd87f1
Author: k-hara <k.hara.pg at gmail.com>
Date: 2013-06-09 (Sun, 09 Jun 2013)
Changed paths:
R test/compilable/extra-files/pkg/datetime/common.d
R test/compilable/extra-files/pkg/datetime/package.d
A test/compilable/extra-files/pkgDIP37/datetime/common.d
A test/compilable/extra-files/pkgDIP37/datetime/package.d
M test/compilable/testDIP37.d
Log Message:
-----------
Rename + update existing test case
Commit: 03236adb63a1d0d9ed0d9ec2cc6a7ff0792d371b
https://github.com/D-Programming-Language/dmd/commit/03236adb63a1d0d9ed0d9ec2cc6a7ff0792d371b
Author: k-hara <k.hara.pg at gmail.com>
Date: 2013-06-09 (Sun, 09 Jun 2013)
Changed paths:
M src/dsymbol.c
M src/expression.c
M src/import.c
M src/module.c
M src/module.h
A test/compilable/extra-files/pkgDIP37_10302/liba.d
A test/compilable/extra-files/pkgDIP37_10302/libb.d
A test/compilable/extra-files/pkgDIP37_10302/package.d
A test/compilable/testDIP37_10302.d
M test/fail_compilation/test64.d
Log Message:
-----------
fix Issue 10302 - Package module conflicts with package name
Commit: 021e35a860b00c215ab701560c6129782e5e156e
https://github.com/D-Programming-Language/dmd/commit/021e35a860b00c215ab701560c6129782e5e156e
Author: k-hara <k.hara.pg at gmail.com>
Date: 2013-06-09 (Sun, 09 Jun 2013)
Changed paths:
A test/compilable/testDIP37a.d
Log Message:
-----------
Fix segfault case
Commit: 54890d0316628fb0dc56dea8a55d942b3ee218bb
https://github.com/D-Programming-Language/dmd/commit/54890d0316628fb0dc56dea8a55d942b3ee218bb
Author: Walter Bright <walter at walterbright.com>
Date: 2013-06-10 (Mon, 10 Jun 2013)
Changed paths:
M src/dsymbol.c
M src/expression.c
M src/import.c
M src/module.c
M src/module.h
R test/compilable/extra-files/pkg/datetime/common.d
R test/compilable/extra-files/pkg/datetime/package.d
A test/compilable/extra-files/pkgDIP37/datetime/common.d
A test/compilable/extra-files/pkgDIP37/datetime/package.d
A test/compilable/extra-files/pkgDIP37_10302/liba.d
A test/compilable/extra-files/pkgDIP37_10302/libb.d
A test/compilable/extra-files/pkgDIP37_10302/package.d
M test/compilable/testDIP37.d
A test/compilable/testDIP37_10302.d
A test/compilable/testDIP37a.d
M test/fail_compilation/test64.d
Log Message:
-----------
Merge pull request #2152 from 9rnsr/fix10302
Issue 10302 - Package module conflicts with package name
Compare: https://github.com/D-Programming-Language/dmd/compare/f38a573472bf...54890d031662
More information about the dmd-internals
mailing list