Don't pull base in transcripts

This commit is contained in:
Chris Penner 2024-01-02 11:35:02 -08:00
parent ef3689f687
commit dfbd39bf76
2 changed files with 4 additions and 10 deletions

View File

@ -11,7 +11,7 @@ mybar = bar + bar
```
```ucm:error
.> project.create myproj
.> project.create-empty myproj
myproj/main> add
myproj/main> upgrade foo0 foo1
```

View File

@ -22,15 +22,10 @@ mybar = bar + bar
```
```ucm
.> project.create myproj
.> project.create-empty myproj
🎉 I've created the project myproj.
I'll now fetch the latest version of the base Unison
library...
Downloaded 12786 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.
@ -55,11 +50,10 @@ myproj/main> add
myproj/main> upgrade foo0 foo1
mybar : Nat
mybar : ##Nat
mybar =
use Nat +
use lib.foo0.lib.bonk1 bar
bar + bar
##Nat.+ bar bar
I couldn't automatically upgrade foo0 to foo1.