[dmd-internals] [D-Programming-Language/dmd] 6c7d77: fix Issue 10475 - destructor is called on 'for' lo...
GitHub
noreply at github.com
Tue Jul 2 00:43:38 PDT 2013
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: 6c7d77f690f509255950321e3e0fec9f29d02df6
https://github.com/D-Programming-Language/dmd/commit/6c7d77f690f509255950321e3e0fec9f29d02df6
Author: k-hara <k.hara.pg at gmail.com>
Date: 2013-06-30 (Sun, 30 Jun 2013)
Changed paths:
M src/interpret.c
M src/irstate.c
M src/parse.c
M src/statement.c
M src/statement.h
M test/compilable/extra-files/header.di
M test/compilable/extra-files/inlineheader.di
M test/runnable/foreach5.d
Log Message:
-----------
fix Issue 10475 - destructor is called on 'for' loop variable even when initialization failed
Commit: aaf64112624abab1f6cc8f610223f6e12b525e09
https://github.com/D-Programming-Language/dmd/commit/aaf64112624abab1f6cc8f610223f6e12b525e09
Author: Don Clugston <dclugston at googlemail.com>
Date: 2013-07-02 (Tue, 02 Jul 2013)
Changed paths:
M src/interpret.c
M src/irstate.c
M src/parse.c
M src/statement.c
M src/statement.h
M test/compilable/extra-files/header.di
M test/compilable/extra-files/inlineheader.di
M test/runnable/foreach5.d
Log Message:
-----------
Merge pull request #2286 from 9rnsr/fix10475
Issue 10475 - destructor is called on 'for' loop variable even when initialization failed
Compare: https://github.com/D-Programming-Language/dmd/compare/51efce6654e3...aaf64112624a
More information about the dmd-internals
mailing list