[dmd-internals] [D-Programming-Language/dmd] e917e1: Fix Issue 4662 - Array ops on const arrays
GitHub
noreply at github.com
Sat Jul 14 07:19:20 PDT 2012
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: e917e1e404f8dc6b3440788d40fcf936c51bdf57
https://github.com/D-Programming-Language/dmd/commit/e917e1e404f8dc6b3440788d40fcf936c51bdf57
Author: Daniel Murphy <yebblies at gmail.com>
Date: 2012-06-21 (Thu, 21 Jun 2012)
Changed paths:
M src/arrayop.c
M src/expression.h
M test/runnable/arrayop.d
Log Message:
-----------
Fix Issue 4662 - Array ops on const arrays
For BinAssignExp, check that the lhs is assignable or mutable.
Commit: 738114f00b12726a14fb4a65abe825957f82875d
https://github.com/D-Programming-Language/dmd/commit/738114f00b12726a14fb4a65abe825957f82875d
Author: Hara Kenji <k.hara.pg+dev at gmail.com>
Date: 2012-07-14 (Sat, 14 Jul 2012)
Changed paths:
M src/arrayop.c
M src/expression.h
M test/runnable/arrayop.d
Log Message:
-----------
Merge pull request #648 from yebblies/issue4662
Issue 4662 - Array ops on const arrays
Compare: https://github.com/D-Programming-Language/dmd/compare/98d9a4d97dac...738114f00b12
More information about the dmd-internals
mailing list