Skip to content

Commit 2fa720a

Browse files
Update Kap to 20260617-2
1 parent 62848d4 commit 2fa720a

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

scripts/known-versions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
"cbqn": "v0.11.0",
33
"uiua": "0.19.0-dev.4",
44
"j": "9.8.0-beta3",
5-
"kap": "20260617-1",
5+
"kap": "20260617-2",
66
"tinyapl": "0.12.0"
77
}

wasm/kap/standalonejs.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

wasm/kap/standard-lib/output3.kap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ renderArray ⇐ {
152152
}
153153

154154
⍝ Check if we can use compressed form
155-
if (sysparam 'kap:altVectorOutput and 1=≢f and 1=≢↑f and ~hasColLabels) {
155+
if (sysparam 'kap:altVectorOutput and 1=≢f and 1=≢↑f and 1=≢⍴⍵ and ~hasColLabels) {
156156
< "⟨",(>↑f),"⟩"
157157
} else {
158158

0 commit comments

Comments
 (0)