Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scripts/known-versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"cbqn": "v0.11.0",
"uiua": "0.19.0-dev.4",
"j": "9.8.0-beta3",
"kap": "20260617-1",
"kap": "20260617-2",
"tinyapl": "0.12.0"
}
2 changes: 1 addition & 1 deletion wasm/kap/standalonejs.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion wasm/kap/standard-lib/output3.kap
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ renderArray ⇐ {
}

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

Expand Down
Loading