diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2016-10-27 11:26:42 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2016-10-27 11:26:42 -0700 |
commit | fcf35c1315773edb2061b6bbd87b0963eecbd097 (patch) | |
tree | cfeb566d121df94c0d77fd451ef29e28571f9eef /html/edit/011-errors.mu.html | |
parent | d4fd180fa051b03ff32cf74dfc5874eef4bdbdeb (diff) | |
download | mu-fcf35c1315773edb2061b6bbd87b0963eecbd097.tar.gz |
3604
Diffstat (limited to 'html/edit/011-errors.mu.html')
-rw-r--r-- | html/edit/011-errors.mu.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/html/edit/011-errors.mu.html b/html/edit/011-errors.mu.html index 2bdf811a..91e48c57 100644 --- a/html/edit/011-errors.mu.html +++ b/html/edit/011-errors.mu.html @@ -521,7 +521,8 @@ body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color <span class="Constant"> . local-scope ╎ .</span> <span class="Constant"> . x:num <- copy y:num ╎ .</span> <span class="Constant"> .] ╎ .</span> - <span class="Constant"> .foo: use before set: 'y' ╎ .</span> + <span class="Constant"> .foo: tried to read ingredient 'y' in 'x:num <- co↩╎ .</span> + <span class="Constant"> .py y:num' but it hasn't been written to yet ╎ .</span> <span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎ .</span> <span class="Constant"> . ╎ .</span> ] @@ -539,7 +540,8 @@ body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color <span class="Constant"> . local-scope ╎ .</span> <span class="Constant"> . x:num <- copy y:num ╎ .</span> <span class="Constant"> .] ╎ .</span> - <span class="Constant"> .foo: use before set: 'y' ╎ .</span> + <span class="Constant"> .foo: tried to read ingredient 'y' in 'x:num <- co↩╎ .</span> + <span class="Constant"> .py y:num' but it hasn't been written to yet ╎ .</span> <span class="Constant"> .╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╎ .</span> <span class="Constant"> . ╎ .</span> ] |