[dmd-internals] [D-Programming-Language/dmd] 0ccbc1: fix Issue 12197 - 'invalid array operation' errror...
GitHub
noreply at github.com
Thu Feb 20 04:42:33 PST 2014
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 at 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 at 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
More information about the dmd-internals
mailing list