Skip to content

Commit 91dc1da

Browse files
committed
Rerun transcripts again
1 parent b74da46 commit 91dc1da

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

transcripts/run-transcripts.zsh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ done;
1212

1313
source "$(realpath "$(dirname "$0")")/transcript_helpers.sh"
1414

15+
echo "UCM Version: $(transcript_ucm --version)"
16+
1517
# Base directory containing share-api transcripts
1618
transcripts_location="transcripts/share-apis"
1719

transcripts/share-apis/sync/sync.output.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Push and pull it back.
4545
``` ucm
4646
proj/main> push @transcripts/proj/main
4747
48-
Uploaded 464 entities.
48+
Uploaded 466 entities.
4949
5050
I just created @transcripts/proj on http://localhost:5424
5151
@@ -71,7 +71,7 @@ proj/pulled> ls .
7171
4. B. (2 terms)
7272
5. a ('Nat)
7373
6. b ('Nat)
74-
7. builtin. (667 terms, 104 types)
74+
7. builtin. (676 terms, 107 types)
7575
8. xs (['Nat])
7676
9. ys ([Nat])
7777
```

transcripts/transcript_functions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ mkdir -p "${ucm_xdg_data_dir}/unisonlanguage"
1111
ucm_credentials_file="${ucm_xdg_data_dir}/unisonlanguage/credentials.json"
1212

1313
# Executable to use when running unison transcripts
14-
export UCM_PATH="${1:-"$(which ucm)"}"
14+
export UCM_PATH="${UCM_PATH:-"$(which ucm)"}"
1515
export empty_causal_hash='sg60bvjo91fsoo7pkh9gejbn0qgc95vra87ap6l5d35ri0lkaudl7bs12d71sf3fh6p23teemuor7mk1i9n567m50ibakcghjec5ajg'
1616
export echo_server_port=9999
1717
export echo_server="http://localhost:${echo_server_port}"

0 commit comments

Comments
 (0)