From 0f0d3e7ae6412c281f67ee48f71b48f23d13e3bb Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Mon, 21 Mar 2016 23:45:42 -0700 Subject: 2806 - bugfix: cleaning up in 'reload' This brings back some of the complexity I thought I'd gotten rid of in 2799. The regression brought home the point that I'd forgotten to write tests for those bits. Written now. It also brought home the point that our cleanup in 'reload' has always been hacky and incomplete. It's also ugly that those tests in the sandbox/ and edit/ apps need changing (particularly when the test is about how the output doesn't change). --- edit/010-errors.mu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'edit') diff --git a/edit/010-errors.mu b/edit/010-errors.mu index 1a0dc812..ed3de58e 100644 --- a/edit/010-errors.mu +++ b/edit/010-errors.mu @@ -281,7 +281,7 @@ z <- add x, y .local-scope ┊━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━. .load-ingredients ┊0 x. .y:address:number <- copy 0 ┊foo 2 . - .z <- add x, y ┊foo_2: 'add' requires number ingredients, but go↩. + .z <- add x, y ┊foo_3: 'add' requires number ingredients, but go↩. .] ┊t y . .┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┊━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━. . ┊ . -- cgit 1.4.1-2-gfad0