Opened 12 years ago
Closed 12 years ago
#80 closed defect (fixed)
(format t "~ve" 21 5d-324) generates an error
Reported by: | Raymond Toy | Owned by: | somebody |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | Core | Version: | 2013-03-a |
Keywords: | Cc: |
Description
(format t "~ve" 21 5d-324)
generates an error indexing into *powers-of-ten*
. We can increase the size of *powers-of-ten*
a bit, but there will always be cases where the table is too small. This can happen if 21
above is changed to a much larger number.
Note: See
TracTickets for help on using
tickets.
commit b82f05d5f2fe59b52977bbf0a2d25578caded0de Author: Raymond Toy <toy.raymond@…> Date: Sun Apr 7 11:03:06 2013 -0700