July 14, 2012 [dmd-internals] [D-Programming-Language/dmd] ab7dd6: fix Issue 7385 - Bad error message missing line nu... | ||||
---|---|---|---|---|
| ||||
Attachments:
| Branch: refs/heads/master Home: https://github.com/D-Programming-Language/dmd Commit: ab7dd67616d93585da5748646cd1f1070480a88f https://github.com/D-Programming-Language/dmd/commit/ab7dd67616d93585da5748646cd1f1070480a88f Author: k-hara <k.hara.pg@gmail.com> Date: 2012-07-14 (Sat, 14 Jul 2012) Changed paths: M src/arrayop.c M test/runnable/arrayop.d Log Message: ----------- fix Issue 7385 - Bad error message missing line number on invalid array op that isn't special cased This also fixes the problem of commented out test for issue 4662. Just calling error() function cannot stop the code generation while gagging errors. If errors exist, we should return ErrorExp. Commit: c56169b1fb0c4191361127666a136611ae6f7b6b https://github.com/D-Programming-Language/dmd/commit/c56169b1fb0c4191361127666a136611ae6f7b6b Author: Walter Bright <walter@walterbright.com> Date: 2012-07-14 (Sat, 14 Jul 2012) Changed paths: M src/arrayop.c M test/runnable/arrayop.d Log Message: ----------- Merge pull request #1046 from 9rnsr/fix7385 Issue 7385 - Bad error message missing line number on invalid array op that isn't special cased Compare: https://github.com/D-Programming-Language/dmd/compare/3587e682b572...c56169b1fb0c |
Copyright © 1999-2021 by the D Language Foundation