Skip to content

Commit

Permalink
add explanations to transcripts
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchellwrosen committed Sep 3, 2024
1 parent 20b67e6 commit e6b8ccd
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions unison-src/transcripts/fix-5312.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
This transcript demonstrates that dependents of an update are suffixified properly. Previously, `c = b.y + 1` would
render as `c = y + 1` (ambiguous).

```ucm
scratch/main> builtins.merge lib.builtin
```
Expand Down
3 changes: 3 additions & 0 deletions unison-src/transcripts/fix-5312.output.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
This transcript demonstrates that dependents of an update are suffixified properly. Previously, `c = b.y + 1` would
render as `c = y + 1` (ambiguous).

``` ucm
scratch/main> builtins.merge lib.builtin
Expand Down
3 changes: 3 additions & 0 deletions unison-src/transcripts/fix-5323.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
This transcript demonstrates that dependents of an upgrade are suffixified properly. Previously, `c = b.y + 1` would
render as `c = y + 1` (ambiguous).

```ucm
scratch/main> builtins.merge lib.builtin
```
Expand Down
3 changes: 3 additions & 0 deletions unison-src/transcripts/fix-5323.output.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
This transcript demonstrates that dependents of an upgrade are suffixified properly. Previously, `c = b.y + 1` would
render as `c = y + 1` (ambiguous).

``` ucm
scratch/main> builtins.merge lib.builtin
Expand Down

0 comments on commit e6b8ccd

Please sign in to comment.