Skip to content

Commit 1bf0619

Browse files
authored
Merge pull request #127 from unisoncomputing/cp/bump-ucm-0.5.44
bump ucm to 0.5.44
2 parents 9571808 + 0883020 commit 1bf0619

File tree

6 files changed

+19
-24
lines changed

6 files changed

+19
-24
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ jobs:
236236
237237
# Install ucm
238238
mkdir ucm
239-
curl -L https://github.com/unisonweb/unison/releases/download/release%2F0.5.42/ucm-linux-x64.tar.gz | tar -xz -C ucm
239+
curl -L https://github.com/unisonweb/unison/releases/download/release%2F0.5.44/ucm-linux-x64.tar.gz | tar -xz -C ucm
240240
export PATH=$PWD/ucm:$PATH
241241
242242
# Clean up old postgres data if it exists.

transcripts/share-apis/code-browse/codebase-namespace-by-name-root.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"body": {
33
"fqn": "",
4-
"hash": "#aqukvmup3jihsgccm8i8oopnqv2dvpdgn8s8shvt26jiat649qd7iltadablmeg41ugstvshem2d111h2ruc2shpug4svgtl0nllde8",
4+
"hash": "#j8l1n872inbcu18ebakvvuod16plpkb28od7uibqsm0qe2qjp2monvogt1injjkp09rv0s1deqnelgbcoej9a6ci7u3i6bm8uvt2ke0",
55
"readme": null
66
},
77
"status": [

transcripts/share-apis/contribution-diffs/contribution-diff.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2675,9 +2675,9 @@
26752675
"tag": "ok"
26762676
},
26772677
"newRef": "diff-end",
2678-
"newRefHash": "#3t6ngta5o15dbhr3c123e8csmtnglj8q3mtci97741bb3co70cilt2uu3lrqe91mm5kurates0tgbofcf84jker2gk3710q6gni42lo",
2678+
"newRefHash": "#j34aadhp37a5fhfbph4hc7i0pp7nlr48otdbapdue4kgmtt3e63evn2p46um4il8q45ltqu4msms93a34ptkhpjlctto2il89sd47u8",
26792679
"oldRef": "diff-start",
2680-
"oldRefHash": "#ut1gq51oh5ojgjm4shiubo47dcmgtk0qp02agjlb287e439milopova5b2c4oaufoinctehik3od9uf9tdhpoh2hrhou4rv60r6eg08",
2680+
"oldRefHash": "#slt6ihj3f9r5eavshflld6q5gkjq2fc42f5vpco02u2mp7els39k0ai630eqncbpihosroutg8km6cf4t922h445vki1ofe4hsl24ig",
26812681
"project": "@transcripts/contribution-diff",
26822682
"tag": "done"
26832683
},

transcripts/share-apis/contribution-diffs/namespace-diff.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2675,9 +2675,9 @@
26752675
"tag": "ok"
26762676
},
26772677
"newRef": "diff-end",
2678-
"newRefHash": "#3t6ngta5o15dbhr3c123e8csmtnglj8q3mtci97741bb3co70cilt2uu3lrqe91mm5kurates0tgbofcf84jker2gk3710q6gni42lo",
2678+
"newRefHash": "#j34aadhp37a5fhfbph4hc7i0pp7nlr48otdbapdue4kgmtt3e63evn2p46um4il8q45ltqu4msms93a34ptkhpjlctto2il89sd47u8",
26792679
"oldRef": "diff-start",
2680-
"oldRefHash": "#ut1gq51oh5ojgjm4shiubo47dcmgtk0qp02agjlb287e439milopova5b2c4oaufoinctehik3od9uf9tdhpoh2hrhou4rv60r6eg08",
2680+
"oldRefHash": "#slt6ihj3f9r5eavshflld6q5gkjq2fc42f5vpco02u2mp7els39k0ai630eqncbpihosroutg8km6cf4t922h445vki1ofe4hsl24ig",
26812681
"project": "@transcripts/contribution-diff",
26822682
"tag": "done"
26832683
},

transcripts/sync-apis/pull-without-history.output.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,9 @@ x = 1
55
``` ucm :added-by-ucm
66
Loading changes detected in scratch.u.
77
8-
I found and typechecked these definitions in scratch.u. If you
9-
do an `update`, here's how your codebase would change:
8+
+ x : ##Nat
109
11-
⍟ These new definitions are ok to `update`:
12-
13-
x : ##Nat
10+
Run `update` to apply these changes to your codebase.
1411
```
1512

1613
Create a project, add some history, then push it.

transcripts/sync-apis/sync.output.md

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,15 @@ ys = [!a, !b] :+ 3
2525
``` ucm :added-by-ucm
2626
Loading changes detected in scratch.u.
2727
28-
I found and typechecked these definitions in scratch.u. If you
29-
do an `update`, here's how your codebase would change:
30-
31-
⍟ These new definitions are ok to `update`:
32-
33-
type A
34-
type B
35-
a : 'Nat
36-
b : 'Nat
37-
xs : ['{g} Nat]
38-
ys : [Nat]
28+
+ type A
29+
+ type B
30+
31+
+ a : 'Nat
32+
+ b : 'Nat
33+
+ xs : ['{g} Nat]
34+
+ ys : [Nat]
35+
36+
Run `update` to apply these changes to your codebase.
3937
```
4038

4139
``` ucm :hide
@@ -47,7 +45,7 @@ Push and pull it back.
4745
``` ucm
4846
proj/main> push @transcripts/proj/main
4947
50-
Uploaded 372 entities.
48+
Uploaded 443 entities.
5149
5250
I just created @transcripts/proj on http://localhost:5424
5351
@@ -73,7 +71,7 @@ proj/pulled> ls .
7371
4. B/ (2 terms)
7472
5. a ('Nat)
7573
6. b ('Nat)
76-
7. builtin/ (483 terms, 78 types)
74+
7. builtin/ (582 terms, 100 types)
7775
8. xs (['{g} Nat])
7876
9. ys ([Nat])
7977
```

0 commit comments

Comments
 (0)