From 783429fe8e558dd384ff8ebf278dd23b4719d064 Mon Sep 17 00:00:00 2001 From: Erik Schierboom Date: Mon, 30 Dec 2024 09:33:07 +0100 Subject: [PATCH] Update to version 0.14.1 (#133) * Update to version 0.14.1 * Fix exercise --- .github/workflows/test.yml | 2 +- docs/INSTALLATION.md | 6 +++--- .../practice/parallel-letter-frequency/.meta/example.ua | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c6854db..b19d8fa 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 diff --git a/docs/INSTALLATION.md b/docs/INSTALLATION.md index dc42fa2..d0aacd5 100644 --- a/docs/INSTALLATION.md +++ b/docs/INSTALLATION.md @@ -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. diff --git a/exercises/practice/parallel-letter-frequency/.meta/example.ua b/exercises/practice/parallel-letter-frequency/.meta/example.ua index 359a9e4..b743f13 100644 --- a/exercises/practice/parallel-letter-frequency/.meta/example.ua +++ b/exercises/practice/parallel-letter-frequency/.meta/example.ua @@ -1,4 +1,4 @@ LetterCount ← map ⊕⊃⊢⧻ ⊛.¯▽±.⌵ ParallelCounts ← wait≡spawn⍚LetterCount -Merge ← map ⟜(≡(/◇+⍚(⬚0get:):))⊙¤⊸(⍆◴/◇⊂⍚(⊙◌°map)) +Merge ← map ⟜(≡(/◇+⍚(⬚0get:):))⊙¤⊸(⍆◴/◇⊂⍚(⊙◌⍣(°map|[][]))) Frequencies ← Merge ParallelCounts