From 2e16b98ce2471dc6a64ae17775828371d5620666 Mon Sep 17 00:00:00 2001 From: Marshall Lochbaum Date: Mon, 5 Sep 2022 10:47:33 -0400 Subject: =?UTF-8?q?BREAKING:=20enclose=20atom=20argument=20in=20=E2=9F=A8?= =?UTF-8?q?=E2=9F=A9=E2=86=95atom=20to=20align=20with=20other=200-axis=20p?= =?UTF-8?q?rimitives?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- commentary/stability.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'commentary') diff --git a/commentary/stability.md b/commentary/stability.md index 3dfefe47..4534c907 100644 --- a/commentary/stability.md +++ b/commentary/stability.md @@ -6,9 +6,10 @@ The short answer is that code running online or in CBQN is unlikely to break. In I have thousands of lines of running BQN code including the self-hosted sources, website generator, and Singeli compiler. There are also now many BQN examples and REPL links [spread](../community/README.md) across the web which would be harder to change. So there is a strong reason to maintain compatibility for common or even moderately used features. Because BQN's been designed in a conservative way, avoiding fiddly decisions by keeping things simple, it seems that few compatibility breaks will be required. The history so far seems to bear this out. -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. +Various edge cases were fixed when I first ran the primitive specifications through unit tests(!) in February 2021. Since then there have been the following 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⌾⊢