diff tests/ChangeLog @ 5605:cc7f8a0e569a

Accept bignums unambiguously in the syntax for object labels, lread.c. src/ChangeLog addition: 2011-12-03 Aidan Kehoe <kehoea@parhasard.net> * lread.c (read1): Don't wrap when reading expressions that use bignums as object labels, that can lead to ambiguity and it's not actually that hard to use parse_integer() to avoid it. tests/ChangeLog addition: 2011-12-03 Aidan Kehoe <kehoea@parhasard.net> * automated/lisp-reader-tests.el: Check that integer object labels (using the #N=... syntax) treat bignums as such, rather than as fixnums that have wrapped.
author Aidan Kehoe <kehoea@parhasard.net>
date Sat, 03 Dec 2011 15:13:55 +0000
parents 391d809fa4e9
children 49c36ed998b6
line wrap: on
line diff
--- a/tests/ChangeLog	Tue Nov 29 16:19:53 2011 +0100
+++ b/tests/ChangeLog	Sat Dec 03 15:13:55 2011 +0000
@@ -1,3 +1,9 @@
+2011-12-03  Aidan Kehoe  <kehoea@parhasard.net>
+
+	* automated/lisp-reader-tests.el:
+	Check that integer object labels (using the #N=... syntax) treat 
+	bignums as such, rather than as fixnums that have wrapped.
+
 2011-11-09  Aidan Kehoe  <kehoea@parhasard.net>
 
 	Update some tests that have started failing because of some