diff options
author | dos-reis <gdr@axiomatics.org> | 2008-12-20 14:49:58 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2008-12-20 14:49:58 +0000 |
commit | 70962cd1ef47767d4cb623a129b5c955a5aec41e (patch) | |
tree | 707fb471ad0ed35c02fbeec25f8dc64a7fd7df92 /src/ChangeLog | |
parent | b91f52ba52fc76bc9700f69a21f65042c805409b (diff) | |
download | open-axiom-70962cd1ef47767d4cb623a129b5c955a5aec41e.tar.gz |
* interp/define.boot (checkRepresentation): Take a second
argument. For domain extensions, warn about useless assignment to
Rep, and syntactically conflicting assignment to Rep.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 75696a0a..0f026bb1 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,9 @@ +2008-12-20 Gabriel Dos Reis <gdr@cs.tamu.edu> + + * interp/define.boot (checkRepresentation): Take a second + argument. For domain extensions, warn about useless assignment to + Rep, and syntactically conflicting assignment to Rep. + 2008-12-19 Gabriel Dos Reis <gdr@cs.tamu.edu> * algebra/newdata.spad.pamphlet (SplittingNode): Define Rep as |