From d0002b45c9a7bbd6cbed73e11189bda8364a1fb4 Mon Sep 17 00:00:00 2001 From: Chris Penner Date: Fri, 5 Jul 2024 16:55:07 -0700 Subject: [PATCH] Disable view.global transcript for now --- unison-src/transcripts/view.md | 10 +++++++-- unison-src/transcripts/view.output.md | 32 ++++++++++----------------- 2 files changed, 20 insertions(+), 22 deletions(-) diff --git a/unison-src/transcripts/view.md b/unison-src/transcripts/view.md index ac8f42a91..f281cf3ec 100644 --- a/unison-src/transcripts/view.md +++ b/unison-src/transcripts/view.md @@ -16,10 +16,16 @@ scratch/main> add ```ucm -- Should suffix-search and find values in sub-namespaces scratch/main> view thing --- view.global should search globally and be absolutely qualified -scratch/other> view.global thing -- Should support absolute paths scratch/main> view .b.thing +``` + + +TODO: swap this back to a 'ucm' block when view.global is re-implemented + +``` +-- view.global should search globally and be absolutely qualified +scratch/other> view.global thing -- Should support branch relative paths scratch/other> view /main:.a.thing ``` diff --git a/unison-src/transcripts/view.output.md b/unison-src/transcripts/view.output.md index 8c40abf62..1e478e4d4 100644 --- a/unison-src/transcripts/view.output.md +++ b/unison-src/transcripts/view.output.md @@ -15,28 +15,20 @@ scratch/main> view thing b.thing : Text b.thing = "b" +-- Should support absolute paths +scratch/main> view .b.thing + + .b.thing : Text + .b.thing = "b" + +``` +TODO: swap this back to a 'ucm' block when view.global is re-implemented + +``` -- view.global should search globally and be absolutely qualified scratch/other> view.global thing - - ⚠️ - - The following names were not found in the codebase. Check your spelling. - thing +-- Should support branch relative paths +scratch/other> view /main:.a.thing ``` -```ucm --- Should suffix-search and find values in sub-namespacesscratch/main> view thing-- view.global should search globally and be absolutely qualifiedscratch/other> view.global thing-- Should support absolute pathsscratch/main> view .b.thing-- Should support branch relative pathsscratch/other> view /main:.a.thing -``` - - -🛑 - -The transcript failed due to an error in the stanza above. The error is: - - - ⚠️ - - The following names were not found in the codebase. Check your spelling. - thing -