From d67e587acf3b9a2365d0da56d2ef8f72a3a18d9a Mon Sep 17 00:00:00 2001 From: dzaima Date: Tue, 20 May 2025 22:19:42 +0300 Subject: [PATCH] update bytecode submodule MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit big change is the compatibility check of ⌾ now considering NaNs as equal, but CBQNs native implementations of primitives are yet to be changed to match --- build/bytecodeSubmodule | 2 +- test/cases/under.bqn | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/build/bytecodeSubmodule b/build/bytecodeSubmodule index 0bdfb86d..dfedb47d 160000 --- a/build/bytecodeSubmodule +++ b/build/bytecodeSubmodule @@ -1 +1 @@ -Subproject commit 0bdfb86d438a970b983afbca93011ebd92152b88 +Subproject commit dfedb47d03ff4f6c2bd5b2b60b3adb78d12f4dd6 diff --git a/test/cases/under.bqn b/test/cases/under.bqn index df97931b..a7bb8b13 100644 --- a/test/cases/under.bqn +++ b/test/cases/under.bqn @@ -248,13 +248,13 @@ n←500 ⋄ a←↕n ⋄ i←(-n)+↕2×n ⋄ r←⌽(2×n)⥊a ⋄ ! (⌽a) ≡ ! •Show "I should not be called!" } Batch¨ ⟨ - ⟨0‿0, 0‿0, 0÷0⟩ - ⟨0‿0, 0‿0, <0÷0⟩ - ⟨0‿0, 0‿0, ⟨3,0÷0,4⟩⟩ - ⟨1‿1, @‿@, {𝕊: ShouldNotBeCalled}⟩ - ⟨1‿1, @‿@, ShouldNotBeCalled˙⟩ - ⟨0‿1, @‿@, {𝕊: ShouldNotBeCalled⟜(0÷0)}⟩ - ⟨1‿1, @‿@, ShouldNotBeCalled⟜(0÷0)˙⟩ + ⟨0‿0, 1‿1, 0÷0⟩ + ⟨0‿0, 1‿1, <0÷0⟩ + ⟨0‿0, 1‿1, ⟨3,0÷0,4⟩⟩ + ⟨1‿1, 1‿1, {𝕊: ShouldNotBeCalled}⟩ + ⟨1‿1, 1‿1, ShouldNotBeCalled˙⟩ + ⟨0‿1, 0‿1, {𝕊: ShouldNotBeCalled⟜(0÷0)}⟩ + ⟨1‿1, 1‿1, ShouldNotBeCalled⟜(0÷0)˙⟩ ⟨1‿1, 1‿1, ∞⟩ ⟩ )