unisonweb / unison

A friendly programming language from the future
https://unison-lang.org
Other
5.81k stars 271 forks source link

add transcript with `edit.namespace` output for `base` and `http` #5361

Open aryairani opened 2 months ago

aryairani commented 2 months ago

Overview

A place to notice pretty-printing changes.

Implementation notes

Interesting/controversial decisions

Test coverage

Loose ends

Especially the caching thing.

aryairani commented 1 month ago

It adds to the transcript running time (especially with the clone) but I figure it's better to get it in first, so we can spot how changes affect the output, and speed it up later.

aryairani commented 2 weeks ago

Windows showing a change to the golden transcripts in http output, not sure why yet.