June 07, 2013 [dmd-internals] [D-Programming-Language/dmd] 0b560e: fix Issue 8651 - Slice op Slice throws exceptions ... | ||||
---|---|---|---|---|
| ||||
Attachments:
| Branch: refs/heads/master Home: https://github.com/D-Programming-Language/dmd Commit: 0b560e6ae873a2f519406faadf1806d404937b51 https://github.com/D-Programming-Language/dmd/commit/0b560e6ae873a2f519406faadf1806d404937b51 Author: k-hara <k.hara.pg@gmail.com> Date: 2013-06-07 (Fri, 07 Jun 2013) Changed paths: M src/arrayop.c M test/runnable/arrayop.d Log Message: ----------- fix Issue 8651 - Slice op Slice throws exceptions (not errors), and nothrow Array ops should work in @safe pure nothrow code Commit: 99c0531136b342afc35bafed23d293ec4be7f316 https://github.com/D-Programming-Language/dmd/commit/99c0531136b342afc35bafed23d293ec4be7f316 Author: Walter Bright <walter@walterbright.com> Date: 2013-06-07 (Fri, 07 Jun 2013) Changed paths: M src/arrayop.c M test/runnable/arrayop.d Log Message: ----------- Merge pull request #2141 from 9rnsr/fix8651 Issue 8651 - Slice op Slice throws exceptions (not errors), and nothrow Compare: https://github.com/D-Programming-Language/dmd/compare/4f9d979d3258...99c0531136b3 |
Copyright © 1999-2021 by the D Language Foundation