Thread overview
[Issue 19907] passing slice to fixed array not working with variable offset
May 28, 2019
anonymous4
May 28, 2019
Manu
Jun 10, 2019
Nicholas Wilson
Jun 10, 2019
Manu
Jun 10, 2019
anonymous4
Dec 17, 2022
Iain Buclaw
May 28, 2019
https://issues.dlang.org/show_bug.cgi?id=19907

--- Comment #1 from anonymous4 <dfj1esp02@sneakemail.com> ---
Workaround: buffer[x..$][0..4]

--
May 28, 2019
https://issues.dlang.org/show_bug.cgi?id=19907

--- Comment #2 from Manu <turkeyman@gmail.com> ---
Nice.

--
June 10, 2019
https://issues.dlang.org/show_bug.cgi?id=19907

Nicholas Wilson <iamthewilsonator@hotmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |iamthewilsonator@hotmail.co
                   |                            |m

--- Comment #3 from Nicholas Wilson <iamthewilsonator@hotmail.com> ---
Is the workaround sufficient to close this?

--
June 10, 2019
https://issues.dlang.org/show_bug.cgi?id=19907

--- Comment #4 from Manu <turkeyman@gmail.com> ---
I don't think it should be closed, seems like a legit issue to me... Workaround is workable though, so it's not a priority.

--
June 10, 2019
https://issues.dlang.org/show_bug.cgi?id=19907

anonymous4 <dfj1esp02@sneakemail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |minor

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

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P1                          |P3

--