February 20, 2014 [dmd-internals] [D-Programming-Language/dmd] 0ccbc1: fix Issue 12197 - 'invalid array operation' errror... | ||||
---|---|---|---|---|
| ||||
Attachments:
| Branch: refs/heads/master Home: https://github.com/D-Programming-Language/dmd Commit: 0ccbc134da6c44b3ae922992d911d8a9dfdaa3c3 https://github.com/D-Programming-Language/dmd/commit/0ccbc134da6c44b3ae922992d911d8a9dfdaa3c3 Author: k-hara <k.hara.pg@gmail.com> Date: 2014-02-20 (Thu, 20 Feb 2014) Changed paths: M src/e2ir.c M src/expression.c R test/fail_compilation/diag8354.d A test/runnable/test12197.d Log Message: ----------- fix Issue 12197 - 'invalid array operation' errror message with valid array operation Make explicit importing std.math unnecessary for pow expressions. Currently front-end does not enforce std.math module existence. Therefore, there's not also necessity to explicitly import std.math in user code. . Commit: 9c5fa8e2fb411092d704ea6632e52aade6d9cff0 https://github.com/D-Programming-Language/dmd/commit/9c5fa8e2fb411092d704ea6632e52aade6d9cff0 Author: Iain Buclaw <ibuclaw@gdcproject.org> Date: 2014-02-20 (Thu, 20 Feb 2014) Changed paths: M src/e2ir.c M src/expression.c R test/fail_compilation/diag8354.d A test/runnable/test12197.d Log Message: ----------- Merge pull request #3304 from 9rnsr/implicit_pow [enh] Make explicit importing std.math unnecessary for pow expressions Compare: https://github.com/D-Programming-Language/dmd/compare/9cb90736802a...9c5fa8e2fb41 |
Copyright © 1999-2021 by the D Language Foundation