From e5615fc5ff0b47c331d97c1eb588ec43d590f0b3 Mon Sep 17 00:00:00 2001 From: Marshall Lochbaum Date: Thu, 16 Jun 2022 04:55:25 -0400 Subject: =?UTF-8?q?Prevent=20aliases=20from=20being=20used=20except=20at?= =?UTF-8?q?=20the=20top=20level=20of=20a=20=E2=9F=A8=E2=9F=A9=20list?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- commentary/stability.md | 1 + 1 file changed, 1 insertion(+) (limited to 'commentary/stability.md') diff --git a/commentary/stability.md b/commentary/stability.md index 548dc7c5..3dfefe47 100644 --- a/commentary/stability.md +++ b/commentary/stability.md @@ -9,5 +9,6 @@ I have thousands of lines of running BQN code including the self-hosted sources, Various edge cases were fixed when I first ran the primitive specifications through unit tests(!) in February 2021. Since then there have been two compatibility breaks, that is, changes from one intentional (i.e. excluding bugs) non-error behavior to a different behavior. - 2021-08-07: Pick (`⊑`) of empty array and Reshape (`⥊`) of empty array to non-empty changed from using fill elements to errors. - 2022-05-03: Don't always preserve fill of `𝕩` in structural Under, such as `arr⌾⊢