[dmd-internals] [D-Programming-Language/dmd] 1e2f85: Fix Issue 5481 - Support deprecated("message")
GitHub
noreply at github.com
Sun Oct 7 09:44:11 PDT 2012
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: 1e2f85efa6da10b1f31d96f9bbbc9cce13cbdf85
https://github.com/D-Programming-Language/dmd/commit/1e2f85efa6da10b1f31d96f9bbbc9cce13cbdf85
Author: Daniel Murphy <yebblies at gmail.com>
Date: 2012-10-06 (Sat, 06 Oct 2012)
Changed paths:
M src/attrib.c
M src/attrib.h
M src/dsymbol.c
M src/dsymbol.h
M src/parse.c
M src/scope.c
M src/scope.h
A test/compilable/depmsg.d
A test/fail_compilation/depmsg.d
Log Message:
-----------
Fix Issue 5481 - Support deprecated("message")
Add an optional message to deprecated.
Commit: 2c4f26e029dd4ddbf3d0c0a47a9846d5befa2d87
https://github.com/D-Programming-Language/dmd/commit/2c4f26e029dd4ddbf3d0c0a47a9846d5befa2d87
Author: Hara Kenji <k.hara.pg+dev at gmail.com>
Date: 2012-10-07 (Sun, 07 Oct 2012)
Changed paths:
M src/attrib.c
M src/attrib.h
M src/dsymbol.c
M src/dsymbol.h
M src/parse.c
M src/scope.c
M src/scope.h
A test/compilable/depmsg.d
A test/fail_compilation/depmsg.d
Log Message:
-----------
Merge pull request #463 from yebblies/issue5481
Issue 5481 - Support deprecated("message")
Compare: https://github.com/D-Programming-Language/dmd/compare/5b42e51481d1...2c4f26e029dd
More information about the dmd-internals
mailing list