[dmd-internals] [D-Programming-Language/dmd] 27aeb2: Add a new -transition switch for future deprecatio...
GitHub via dmd-internals
dmd-internals at puremagic.com
Sun Apr 26 19:21:50 PDT 2015
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: 27aeb29a7b7f834b812249232dfe28db2b87c633
https://github.com/D-Programming-Language/dmd/commit/27aeb29a7b7f834b812249232dfe28db2b87c633
Author: Iain Buclaw <ibuclaw at gdcproject.org>
Date: 2015-04-26 (Sun, 26 Apr 2015)
Changed paths:
M src/declaration.c
M src/expression.c
M src/func.c
M src/globals.h
M src/mars.c
M src/mtype.c
M src/mtype.h
A test/compilable/sw_transition_complex.d
Log Message:
-----------
Add a new -transition switch for future deprecation of complex/imaginary types.
Commit: 765cf7f3f1ae9d6459056071fb82d5ba4db96233
https://github.com/D-Programming-Language/dmd/commit/765cf7f3f1ae9d6459056071fb82d5ba4db96233
Author: Iain Buclaw <ibuclaw at gdcproject.org>
Date: 2015-04-26 (Sun, 26 Apr 2015)
Changed paths:
M src/mars.c
Log Message:
-----------
Add transition=all switch, make it an error to pass an unrecognised -transition identifier
Commit: aef5adfe7480c8bda55180edf85914dae705c597
https://github.com/D-Programming-Language/dmd/commit/aef5adfe7480c8bda55180edf85914dae705c597
Author: Martin Nowak <code at dawg.eu>
Date: 2015-04-27 (Mon, 27 Apr 2015)
Changed paths:
M src/declaration.c
M src/expression.c
M src/func.c
M src/globals.h
M src/mars.c
M src/mtype.c
M src/mtype.h
A test/compilable/sw_transition_complex.d
Log Message:
-----------
Merge pull request #4611 from ibuclaw/warn_complex
Add a new -transition switch advising of future deprecation of complex/imaginary types
Compare: https://github.com/D-Programming-Language/dmd/compare/d4da8aa27cca...aef5adfe7480
More information about the dmd-internals
mailing list