[D-runtime] [D-Programming-Language/druntime] 9ae17d: avoid strict purity inference by passing void poin...
GitHub
noreply at github.com
Sun Mar 23 18:11:36 PDT 2014
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/druntime
Commit: 9ae17d0b56e692c5ea7b6fbc7f1d74391a58a91a
https://github.com/D-Programming-Language/druntime/commit/9ae17d0b56e692c5ea7b6fbc7f1d74391a58a91a
Author: Rainer Schuetze <r.sagitario at gmx.de>
Date: 2014-03-23 (Sun, 23 Mar 2014)
Changed paths:
M src/core/exception.d
M src/gc/bits.d
M src/gc/gc.d
M src/gcstub/gc.d
M src/object_.d
Log Message:
-----------
avoid strict purity inference by passing void pointer
Commit: 2a50ceabb436d150ee4e6bfff299def58bc9e92c
https://github.com/D-Programming-Language/druntime/commit/2a50ceabb436d150ee4e6bfff299def58bc9e92c
Author: Martin Nowak <code at dawg.eu>
Date: 2014-03-24 (Mon, 24 Mar 2014)
Changed paths:
M src/core/exception.d
M src/gc/bits.d
M src/gc/gc.d
M src/gcstub/gc.d
M src/object_.d
Log Message:
-----------
Merge pull request #753 from rainers/workaround_bug11461
Workaround 11461: avoid strong purity inference by passing null pointer to onOutOfMemoryError
Compare: https://github.com/D-Programming-Language/druntime/compare/dd367da88b0e...2a50ceabb436
More information about the D-runtime
mailing list