[Issue 7871] RangeViolation with findSplitBefore

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon Apr 9 13:51:33 PDT 2012


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



--- Comment #3 from github-bugzilla at puremagic.com 2012-04-09 13:52:15 PDT ---
Commits pushed to master at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/88bf66c5a61c85e46a862149c519d13f6b68a194
fix Issue 7871 - RangeViolation with findSplitBefore

This is a regression caused by fixing issue 7583.
When you syntaxCopy() a ast sub-tree, contained lengthVar is discarded.
But it is already inserted to scope symbol table. So we should share lengthVar
between all copy of syntax trees instead of creating new one.

https://github.com/D-Programming-Language/dmd/commit/6888809e505e3fed42089a35153702854918009d
Merge pull request #871 from 9rnsr/fix7871

Issue 7871 - RangeViolation with findSplitBefore

-- 
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