diff options
author | dos-reis <gdr@axiomatics.org> | 2010-06-13 01:33:35 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2010-06-13 01:33:35 +0000 |
commit | e6c324c2e70288ca0df86efd0957ef2c5b66f39c (patch) | |
tree | 79159bf2bf6cd0649069f0582527b9e0a8c9a0ba /src/ChangeLog | |
parent | 413741a1a80fe41ef99e40a9d2ddeb72c7591478 (diff) | |
download | open-axiom-e6c324c2e70288ca0df86efd0957ef2c5b66f39c.tar.gz |
* interp/compiler.boot (complainIfShadowing): New.
(compStepIterator): Use it to warn about loop variable shadowing
declaration in enclosing scope.
(compIterator): Likewise.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 99d8b460..e9dd5d4b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,12 @@ 2010-06-12 Gabriel Dos Reis <gdr@cs.tamu.edu> + * interp/compiler.boot (complainIfShadowing): New. + (compStepIterator): Use it to warn about loop variable shadowing + declaration in enclosing scope. + (compIterator): Likewise. + +2010-06-12 Gabriel Dos Reis <gdr@cs.tamu.edu> + * algebra/kl.spad.pamphlet (Kernel): Don't clear the on instanstiation, for that may erase other precious information in the running seesion when Kernel is implicitly re-instantiated by |