[dmd-internals] [D-Programming-Language/dmd] 4a60c7: fix Issue 12506 - Wrongly private lambda to define...
GitHub
noreply at github.com
Wed Apr 9 18:53:46 PDT 2014
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: 4a60c72016b003f173070ce718f5e272f4226fd6
https://github.com/D-Programming-Language/dmd/commit/4a60c72016b003f173070ce718f5e272f4226fd6
Author: k-hara <k.hara.pg at gmail.com>
Date: 2014-04-08 (Tue, 08 Apr 2014)
Changed paths:
M src/expression.c
M test/compilable/compile1.d
A test/compilable/imports/a12506.d
Log Message:
-----------
fix Issue 12506 - Wrongly private lambda to define global immutable array
Commit: 361b953ece107041514caecdde204660a60cb483
https://github.com/D-Programming-Language/dmd/commit/361b953ece107041514caecdde204660a60cb483
Author: Walter Bright <walter at walterbright.com>
Date: 2014-04-09 (Wed, 09 Apr 2014)
Changed paths:
M src/expression.c
M test/compilable/compile1.d
A test/compilable/imports/a12506.d
Log Message:
-----------
Merge pull request #3419 from 9rnsr/fix12506
Issue 12506 - Wrongly private lambda to define global immutable array
Compare: https://github.com/D-Programming-Language/dmd/compare/2ce942fa1c99...361b953ece10
More information about the dmd-internals
mailing list