[dmd-internals] [D-Programming-Language/dmd] fd3616: make typedef an error
GitHub via dmd-internals
dmd-internals at puremagic.com
Tue Sep 30 18:19:25 PDT 2014
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: fd3616de97e28b3b5315d05de74b82761e87687e
https://github.com/D-Programming-Language/dmd/commit/fd3616de97e28b3b5315d05de74b82761e87687e
Author: Walter Bright <walter at walterbright.com>
Date: 2014-09-26 (Fri, 26 Sep 2014)
Changed paths:
M src/parse.c
M test/compilable/ddoc1.d
M test/compilable/deprecate2.d
M test/compilable/extra-files/header1.d
M test/compilable/extra-files/header1.di
M test/compilable/extra-files/header1i.di
M test/compilable/imports/test55a.d
M test/compilable/test55.d
M test/fail_compilation/fail108.d
M test/fail_compilation/fail12047.d
R test/fail_compilation/fail138.d
M test/fail_compilation/fail156.d
M test/fail_compilation/fail187.d
M test/fail_compilation/fail243t.d
R test/fail_compilation/fail4.d
M test/fail_compilation/fail6572.d
M test/fail_compilation/fail8664.d
M test/fail_compilation/fail9368.d
M test/runnable/circular.d
R test/runnable/deprecate1.d
R test/runnable/test9.d
Log Message:
-----------
make typedef an error
Commit: 1d19989f29ccaf6ba5fdd200dda783dfb6338107
https://github.com/D-Programming-Language/dmd/commit/1d19989f29ccaf6ba5fdd200dda783dfb6338107
Author: Hara Kenji <k.hara.pg+dev at gmail.com>
Date: 2014-10-01 (Wed, 01 Oct 2014)
Changed paths:
M src/parse.c
M test/compilable/ddoc1.d
M test/compilable/deprecate2.d
M test/compilable/extra-files/header1.d
M test/compilable/extra-files/header1.di
M test/compilable/extra-files/header1i.di
M test/compilable/imports/test55a.d
M test/compilable/test55.d
M test/fail_compilation/fail108.d
M test/fail_compilation/fail12047.d
R test/fail_compilation/fail138.d
M test/fail_compilation/fail156.d
M test/fail_compilation/fail187.d
M test/fail_compilation/fail243t.d
R test/fail_compilation/fail4.d
M test/fail_compilation/fail6572.d
M test/fail_compilation/fail8664.d
M test/fail_compilation/fail9368.d
M test/runnable/circular.d
R test/runnable/deprecate1.d
R test/runnable/test9.d
Log Message:
-----------
Merge pull request #4029 from WalterBright/typedef-error
make typedef an error
Compare: https://github.com/D-Programming-Language/dmd/compare/518801d54a13...1d19989f29cc
More information about the dmd-internals
mailing list