[dmd-internals] [D-Programming-Language/dmd] 1b3b86: Fix Issue 7077 - mixin statements can invade the e...
GitHub
noreply at github.com
Mon Jul 29 04:43:15 PDT 2013
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: 1b3b8611661dd86190dca151bc8106fc694c3ac1
https://github.com/D-Programming-Language/dmd/commit/1b3b8611661dd86190dca151bc8106fc694c3ac1
Author: Daniel Murphy <yebblies at gmail.com>
Date: 2013-07-29 (Mon, 29 Jul 2013)
Changed paths:
M src/statement.c
A test/fail_compilation/fail7077.d
M test/runnable/xtest46.d
Log Message:
-----------
Fix Issue 7077 - mixin statements can invade the enclosing scope
The if body should always be inside its own scope
Commit: f1c47fbbb2688888d1c4f001d8d338a885704bfe
https://github.com/D-Programming-Language/dmd/commit/f1c47fbbb2688888d1c4f001d8d338a885704bfe
Author: Hara Kenji <k.hara.pg+dev at gmail.com>
Date: 2013-07-29 (Mon, 29 Jul 2013)
Changed paths:
M src/statement.c
A test/fail_compilation/fail7077.d
M test/runnable/xtest46.d
Log Message:
-----------
Merge pull request #2402 from yebblies/issue7077
Fix Issue 7077 - mixin statements can invade the enclosing scope
Compare: https://github.com/D-Programming-Language/dmd/compare/4db28ef01443...f1c47fbbb268
More information about the dmd-internals
mailing list