Thread overview
[Issue 4907] Catching more simple out-of-bounds errors at compile-time
Dec 17, 2022
Iain Buclaw
Feb 02, 2023
RazvanN
October 14, 2016
https://issues.dlang.org/show_bug.cgi?id=4907

Andrei Alexandrescu <andrei@erdani.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |bootcamp
                 CC|                            |andrei@erdani.com

--
December 17, 2022
https://issues.dlang.org/show_bug.cgi?id=4907

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P2                          |P4

--
February 02, 2023
https://issues.dlang.org/show_bug.cgi?id=4907

RazvanN <razvan.nitu1305@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |razvan.nitu1305@gmail.com
         Resolution|---                         |WONTFIX

--- Comment #1 from RazvanN <razvan.nitu1305@gmail.com> ---
Well, this check amounts to adding a special case in the compiler for no apparent benefit since you end up with an assertion error at runtime anyway.

I don't think this is worth it.

--