Treatment of empty and zero-dimensional arrays complete Bradley Lucier (05 May 2022 15:52 UTC)
Re: Treatment of empty and zero-dimensional arrays complete Bradley Lucier (14 May 2022 00:10 UTC)
Re: Treatment of empty and zero-dimensional arrays complete Lucier, Bradley J (18 May 2022 00:52 UTC)
Re: Treatment of empty and zero-dimensional arrays complete Lucier, Bradley J (18 May 2022 16:24 UTC)

Re: Treatment of empty and zero-dimensional arrays complete Bradley Lucier 14 May 2022 00:10 UTC

On 5/5/22 11:52 AM, Bradley Lucier wrote:
> The weird-domains branch:
>
> https://github.com/gambiteer/srfi-231/tree/weird-domains
>
> has, I believe, a complete and consistent treatment of empty and
> zero-dimensional arrays.
>
> I believe everything is implemented and documented, but I need to test
> array-tile, array-append, and array-block more thoroughly.

I've tested these more and made a few changes with recent commits.

I'd be comfortable merging this into the main repository once people
have looked over my treatment of empty and zero-dimensional arrays.

Until that happens I'm going to continue to develop in my local
weird-domains branch.

Brad