Skip to content

Commit

Permalink
Update to version 0.14.1 (#133)
Browse files Browse the repository at this point in the history
* Update to version 0.14.1

* Fix exercise
  • Loading branch information
ErikSchierboom authored Dec 30, 2024
1 parent 4b7cfd6 commit 783429f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
unzip uiua.zip
echo "${PWD}" >> "${GITHUB_PATH}"
env:
VERSION: 0.14.0-rc.1
VERSION: 0.14.1
GH_TOKEN: ${{ github.token }}

- name: Verify all exercises
Expand Down
6 changes: 3 additions & 3 deletions docs/INSTALLATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
[Pre-compiled Uiua binaries][releases] are available, so compiling isn't necessary.
See the [official installation guide][install-guide] for the latest instructions, including IDE integration and fonts.

~~~~exercism/note
Currently our online test-runner uses version `0.14.0-dev.7`.
```exercism/note
Currently our online test-runner uses version `0.14.1`.
With Uiua's rapid development process, that might be subject to change, so keep this in mind if you can't reproduce the testing results from the website.
~~~~
```

Once downloaded to your intended location, you’ll need to add Uiua to your system PATH.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
LetterCount ← map ⊕⊃⊢⧻ ⊛.¯▽±.⌵
ParallelCounts ← wait≡spawn⍚LetterCount
Merge ← map ⟜(≡(/◇+⍚(⬚0get:):))⊙¤⊸(⍆◴/◇⊂⍚(⊙◌°map))
Merge ← map ⟜(≡(/◇+⍚(⬚0get:):))⊙¤⊸(⍆◴/◇⊂⍚(⊙◌⍣(°map|[][])))
Frequencies ← Merge ParallelCounts

0 comments on commit 783429f

Please sign in to comment.