[Issue 9230] Incorrect implicit immutable conversion occurs in pure function

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Dec 28 02:11:42 PST 2012


http://d.puremagic.com/issues/show_bug.cgi?id=9230



--- Comment #6 from github-bugzilla at puremagic.com 2012-12-28 02:11:30 PST ---
Commits pushed to master at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/afa7a54422dd3ee7d6622e0b83c5c56c238023fb
fix Issue 9230 - Incorrect implicit immutable conversion occurs in pure
function

`hasMutableIndirectionParams()` is based on the old
`TypeFunction::purityLevel()` (before fixing issue 8408). So its result is
consistent with `TypeFunction::purityLevel() != PUREstrong` in 2.060. Then it
*fixes* the regression.

https://github.com/D-Programming-Language/dmd/commit/c42d35bcf92cd26c2b83c3d2e5fc21e5a0f2d296
Merge pull request #1418 from 9rnsr/fix9230

Issue 9230 - Incorrect implicit immutable conversion occurs in pure function

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list