July 14, 2012 [dmd-internals] [D-Programming-Language/dmd] 85511f: Fix Issue 5403 - foreach requires front to be a fu... | ||||
---|---|---|---|---|
| ||||
Attachments:
| Branch: refs/heads/master Home: https://github.com/D-Programming-Language/dmd Commit: 85511f3cca367fa0b1d49a4748f3f047ff138425 https://github.com/D-Programming-Language/dmd/commit/85511f3cca367fa0b1d49a4748f3f047ff138425 Author: Daniel Murphy <yebblies@gmail.com> Date: 2012-06-21 (Thu, 21 Jun 2012) Changed paths: M src/opover.c M src/statement.c M test/runnable/xtest46.d Log Message: ----------- Fix Issue 5403 - foreach requires front to be a function in a range Allow using any reasonable symbol as front/back/empty. Remove references to the old range interface (head/toe/next/retreat) Commit: b33914398d44535296d9a80e50a3c3eeba70a0a0 https://github.com/D-Programming-Language/dmd/commit/b33914398d44535296d9a80e50a3c3eeba70a0a0 Author: Hara Kenji <k.hara.pg+dev@gmail.com> Date: 2012-07-14 (Sat, 14 Jul 2012) Changed paths: M src/opover.c M src/statement.c M test/runnable/xtest46.d Log Message: ----------- Merge pull request #203 from yebblies/issue5403 Issue 5403 - foreach requires front to be a function in a range Compare: https://github.com/D-Programming-Language/dmd/compare/811d9833f1da...b33914398d44 |
Copyright © 1999-2021 by the D Language Foundation