diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2016-03-21 23:45:42 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2016-03-21 23:45:42 -0700 |
commit | 0f0d3e7ae6412c281f67ee48f71b48f23d13e3bb (patch) | |
tree | 5c60e6d614c6a7f42cdefe955f2d9092fa562cb5 /edit | |
parent | 2103abd30e9dd2956f84304ef77c4d8916cd3557 (diff) | |
download | mu-0f0d3e7ae6412c281f67ee48f71b48f23d13e3bb.tar.gz |
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).
Diffstat (limited to 'edit')
-rw-r--r-- | edit/010-errors.mu | 2 |
1 files changed, 1 insertions, 1 deletions
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 . .┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┊━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━. . ┊ . |