[dmd-internals] [D-Programming-Language/dmd] 582dae: Fix Issue 3438 - Struct ctor with all defaulted pa...
GitHub via dmd-internals
dmd-internals at puremagic.com
Fri Oct 16 06:24:01 PDT 2015
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: 582dae0699d8b29d424b5fd15ca8b98ec5674efc
https://github.com/D-Programming-Language/dmd/commit/582dae0699d8b29d424b5fd15ca8b98ec5674efc
Author: Andrej Mitrovic <andrej.mitrovich at gmail.com>
Date: 2015-10-11 (Sun, 11 Oct 2015)
Changed paths:
M src/func.d
M test/compilable/compile1.d
M test/compilable/ddoc7795.d
M test/compilable/extra-files/ddoc7795.html
M test/compilable/interpret3.d
A test/fail_compilation/diag3438.d
M test/fail_compilation/fail250.d
M test/fail_compilation/ice14146.d
Log Message:
-----------
Fix Issue 3438 - Struct ctor with all defaulted parameters should be rejected
Commit: 21bb8efff4e9cd05b160475120088a1f36dfc798
https://github.com/D-Programming-Language/dmd/commit/21bb8efff4e9cd05b160475120088a1f36dfc798
Author: Andrei Alexandrescu <andrei at erdani.com>
Date: 2015-10-16 (Fri, 16 Oct 2015)
Changed paths:
M src/func.d
M test/compilable/compile1.d
M test/compilable/ddoc7795.d
M test/compilable/extra-files/ddoc7795.html
M test/compilable/interpret3.d
A test/fail_compilation/diag3438.d
M test/fail_compilation/fail250.d
M test/fail_compilation/ice14146.d
Log Message:
-----------
Merge pull request #5185 from AndrejMitrovic/fix-3438
Issue 3438 - Struct ctor with all defaulted parameters should be rejected
Compare: https://github.com/D-Programming-Language/dmd/compare/98d0dcd1a81d...21bb8efff4e9
More information about the dmd-internals
mailing list