Skip to content

Commit

Permalink
adds a transcript that outputs the edit.namespace output for base
Browse files Browse the repository at this point in the history
… and `http`
  • Loading branch information
aryairani committed Sep 12, 2024
1 parent 5af1534 commit a71f01c
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions unison-src/transcripts/pretty-print-libraries.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
This transcript is to detect changes in the pretty-printer for a few major public libraries.

We clone releases and not dev branches to avoid external changes, and also to reduce the time needed to clone the libraries.

```ucm
scratch/main> clone @unison/base/releases/3.19.0
@unison/base/releases/3.19.0> edit.namespace
```

```ucm
scratch/main> clone @unison/http/releases/3.3.2
@unison/http/releases/3.3.2> edit.namespace
```

0 comments on commit a71f01c

Please sign in to comment.