Mercurial > hg > xemacs-beta
comparison lisp/ChangeLog @ 5244:04811a268716
Be clearer in our error messages, #'canonicalize-inst-pair, #'canonicalize-spec
lisp/ChangeLog addition:
2010-08-15 Aidan Kehoe <kehoea@parhasard.net>
* specifier.el (canonicalize-inst-pair, canonicalize-spec):
If a specifier tag set is correct, but an instantiator is not in
an accepted format, don't error with the message "Invalid
specifier tag set".
Also, when we error, use error-symbols, for better structured
error handling and more ease when testing.
tests/ChangeLog addition:
2010-08-15 Aidan Kehoe <kehoea@parhasard.net>
* automated/lisp-tests.el:
(not, not, invalid-argument, invalid-argument):
Check that error messages from the image specifier instantiator
code are clearer than they used to be.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Sun, 15 Aug 2010 15:42:45 +0100 |
parents | f3eca926258e |
children | 0d71bcf96ffd |
comparison
equal
deleted
inserted
replaced
5243:808131ba4a57 | 5244:04811a268716 |
---|---|
1 2010-08-15 Aidan Kehoe <kehoea@parhasard.net> | |
2 | |
3 * specifier.el (canonicalize-inst-pair, canonicalize-spec): | |
4 If a specifier tag set is correct, but an instantiator is not in | |
5 an accepted format, don't error with the message "Invalid | |
6 specifier tag set". | |
7 Also, when we error, use error-symbols, for better structured | |
8 error handling and more ease when testing. | |
9 | |
1 2010-07-24 Aidan Kehoe <kehoea@parhasard.net> | 10 2010-07-24 Aidan Kehoe <kehoea@parhasard.net> |
2 | 11 |
3 * cl-extra.el (concatenate): | 12 * cl-extra.el (concatenate): |
4 * cl-seq.el (remove*, cl-delete-duplicates): | 13 * cl-seq.el (remove*, cl-delete-duplicates): |
5 Bit vectors are also sequences; enforce this in these functions. | 14 Bit vectors are also sequences; enforce this in these functions. |