https://issues.dlang.org/show_bug.cgi?id=11319

Andrej Mitrovic <andrej.mitrov...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |andrej.mitrov...@gmail.com

--- Comment #1 from Andrej Mitrovic <andrej.mitrov...@gmail.com> ---
This is a bit impossible to fix.

We could change all exceptions to be RangeError, which would make everything
nothrow. However that would break @safe, because safe functions cannot catch
Errors. It would also break any code which happened to handle exceptions being
thrown out of a zip() call.

So I'm not sure what to do with this.

--

Reply via email to