Re: What should specialized-array-reshape do?
Bradley Lucier 13 May 2020 01:10 UTC
On 5/12/20 7:57 PM, John Cowan wrote:
> True, but you don't want to raise even a continuable exception (which
> does not unwind the stack) every time you *don't* copy the array.
OK, to be clear, you choose option 2:
2. Offer a function array-can-be-reshaped-in-place?, so users can check
themselves, and have specialized-array-reshape throw an error if asked
to do something impossible.
With the additional caveat to make the raised exception continuable.
Brad