[dmd-internals] [D-Programming-Language/dmd] 180a6a: fix Issue 11545 - Aggregate function literal membe...
GitHub
noreply at github.com
Fri Mar 14 01:03:29 PDT 2014
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: 180a6aabbb5d5db72e6650f8cedc4ba4b7899017
https://github.com/D-Programming-Language/dmd/commit/180a6aabbb5d5db72e6650f8cedc4ba4b7899017
Author: k-hara <k.hara.pg at gmail.com>
Date: 2014-03-14 (Fri, 14 Mar 2014)
Changed paths:
M src/declaration.h
M src/expression.c
M src/func.c
A test/fail_compilation/fail11545.d
M test/fail_compilation/fail120.d
M test/fail_compilation/ice10259.d
M test/runnable/funclit.d
Log Message:
-----------
fix Issue 11545 - Aggregate function literal member should not have access to enclosing scope
Commit: 195a3b17d5e759eeafb099bb4612bc7dcc12d8f8
https://github.com/D-Programming-Language/dmd/commit/195a3b17d5e759eeafb099bb4612bc7dcc12d8f8
Author: Andrej Mitrovic <andrej.mitrovich at gmail.com>
Date: 2014-03-14 (Fri, 14 Mar 2014)
Changed paths:
M src/declaration.h
M src/expression.c
M src/func.c
A test/fail_compilation/fail11545.d
M test/fail_compilation/fail120.d
M test/fail_compilation/ice10259.d
M test/runnable/funclit.d
Log Message:
-----------
Merge pull request #2824 from 9rnsr/fix11545
Issue 11545 - Aggregate function literal member should not have access to enclosing scope
Compare: https://github.com/D-Programming-Language/dmd/compare/85220de7459e...195a3b17d5e7
More information about the dmd-internals
mailing list