Bump share dependency

This commit is contained in:
Dan Doel 2024-06-27 12:28:39 -04:00
parent 725a13be7f
commit c1bd940ce1
5 changed files with 8 additions and 25 deletions

View File

@ -9,7 +9,7 @@ At a high level, the CI process is:
Some version numbers that are used during CI:
- `ormolu_version: "0.5.0.1"`
- `racket_version: "8.7"`
- `jit_version: "@unison/internal/releases/0.0.17"`
- `jit_version: "@unison/internal/releases/0.0.18"`
Some cached directories:
- `ucm_local_bin` a temp path for caching a built `ucm`

View File

@ -14,7 +14,7 @@ on:
env:
ormolu_version: 0.5.2.0
ucm_local_bin: ucm-local-bin
jit_version: "@unison/internal/releases/0.0.17"
jit_version: "@unison/internal/releases/0.0.18"
jit_src_scheme: unison-jit-src/scheme-libs/racket
jit_dist: unison-jit-dist
jit_generator_os: ubuntu-20.04

View File

@ -4,7 +4,7 @@ When we start out, `./scheme-libs/racket` contains a bunch of library files that
Next, we'll download the jit project and generate a few Racket files from it.
```ucm
jit-setup/main> lib.install @unison/internal/releases/0.0.17
jit-setup/main> lib.install @unison/internal/releases/0.0.18
```
```unison

View File

@ -4,29 +4,12 @@ When we start out, `./scheme-libs/racket` contains a bunch of library files that
Next, we'll download the jit project and generate a few Racket files from it.
```ucm
.> project.create-empty jit-setup
jit-setup/main> lib.install @unison/internal/releases/0.0.18
🎉 I've created the project jit-setup.
Downloaded 14917 entities.
🎨 Type `ui` to explore this project's code in your browser.
🔭 Discover libraries at https://share.unison-lang.org
📖 Use `help-topic projects` to learn more about projects.
Write your first Unison code with UCM:
1. Open scratch.u.
2. Write some Unison code and save the file.
3. In UCM, type `add` to save it to your new project.
🎉 🥳 Happy coding!
jit-setup/main> pull @unison/internal/releases/0.0.17 lib.jit
Downloaded 15091 entities.
Successfully pulled into lib.jit, which was empty.
I installed @unison/internal/releases/0.0.18 as
unison_internal_0_0_18.
```
```unison

View File

@ -6,7 +6,7 @@
I'll now fetch the latest version of the base Unison
library...
Downloaded 14053 entities.
Downloaded 14067 entities.
🎨 Type `ui` to explore this project's code in your browser.
🔭 Discover libraries at https://share.unison-lang.org