February 08, 2014 [dmd-internals] [D-Programming-Language/dmd] ce5cff: Fix Issue 10221 - foreach(char c; 0..256) doesn't ... | ||||
---|---|---|---|---|
| ||||
Attachments:
| Branch: refs/heads/master Home: https://github.com/D-Programming-Language/dmd Commit: ce5cffc4493db9e9fba57476e564fb7a4a9553eb https://github.com/D-Programming-Language/dmd/commit/ce5cffc4493db9e9fba57476e564fb7a4a9553eb Author: Daniel Murphy <yebblies@gmail.com> Date: 2014-01-21 (Tue, 21 Jan 2014) Changed paths: M src/statement.c A test/fail_compilation/diag10221.d A test/fail_compilation/diag10221a.d M test/runnable/foreach5.d Log Message: ----------- Fix Issue 10221 - foreach(char c; 0..256) doesn't work even though the upper bound is 255 Commit: d3ea1fb833ca49d56df23a400e4e93e50b5eac2b https://github.com/D-Programming-Language/dmd/commit/d3ea1fb833ca49d56df23a400e4e93e50b5eac2b Author: Andrej Mitrovic <andrej.mitrovich@gmail.com> Date: 2014-02-08 (Sat, 08 Feb 2014) Changed paths: M src/statement.c A test/fail_compilation/diag10221.d A test/fail_compilation/diag10221a.d M test/runnable/foreach5.d Log Message: ----------- Merge pull request #2847 from yebblies/issue10221 Issue 10221 - foreach(char c; 0..256) doesn't work even though the upper bound is 255 Compare: https://github.com/D-Programming-Language/dmd/compare/c1cd41aa8e58...d3ea1fb833ca |
Copyright © 1999-2021 by the D Language Foundation