comparison lisp/ChangeLog @ 5110:b24cf478a45e

make test backtraces smaller -------------------- ChangeLog entries follow: -------------------- lisp/ChangeLog addition: 2010-03-06 Ben Wing <ben@xemacs.org> * test-harness.el: * test-harness.el (test-harness-backtrace): New. * test-harness.el (test-harness-assertion-failure-do-debug): * test-harness.el (test-harness-unexpected-error-do-debug): Use the print settings from edebug.el to make backtraces not be so huge.
author Ben Wing <ben@xemacs.org>
date Sat, 06 Mar 2010 21:13:19 -0600
parents 4129013a3954
children 34b22f7e1815
comparison
equal deleted inserted replaced
5109:c113da3e2f67 5110:b24cf478a45e
1 2010-03-06 Ben Wing <ben@xemacs.org>
2
3 * test-harness.el:
4 * test-harness.el (test-harness-backtrace): New.
5 * test-harness.el (test-harness-assertion-failure-do-debug):
6 * test-harness.el (test-harness-unexpected-error-do-debug):
7 Use the print settings from edebug.el to make backtraces not
8 be so huge.
9
1 2010-03-05 Aidan Kehoe <kehoea@parhasard.net> 10 2010-03-05 Aidan Kehoe <kehoea@parhasard.net>
2 11
3 * cl-macs.el (delete-duplicates): 12 * cl-macs.el (delete-duplicates):
4 Correct the logic of this compiler macro when :from-end is nil, 13 Correct the logic of this compiler macro when :from-end is nil,
5 avoiding a hang in query-coding-tests.el. Thanks for the reports, 14 avoiding a hang in query-coding-tests.el. Thanks for the reports,