[dmd-internals] [D-Programming-Language/dmd] 0b560e: fix Issue 8651 - Slice op Slice throws exceptions ...
GitHub
noreply at github.com
Fri Jun 7 21:06:05 PDT 2013
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 at 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 at 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
More information about the dmd-internals
mailing list