From a82f8c97454cef7b80660b179a1ea650856b3cb1 Mon Sep 17 00:00:00 2001 From: Tim Daly Date: Fri, 24 Apr 2015 03:48:28 -0400 Subject: [PATCH] buglist bug 7301: rich12c.input 310 failed Error detected within library code: index out of range Regression computation shows prior correct output --- buglist | 9 ++++++++- changelog | 2 ++ patch | 8 +++----- src/axiom-website/patches.html | 2 ++ 4 files changed, 15 insertions(+), 6 deletions(-) diff --git a/buglist b/buglist index 5e0bcb6..148d2c6 100644 --- a/buglist +++ b/buglist @@ -1,6 +1,6 @@ ========================================================================= -bug 7301: +bug 7302: todo 337: wish 1012: meh 5: @@ -12,6 +12,13 @@ dup 50006: nonextend 60077: ========================================================================= +bug 7301: rich12c.input 310 failed + +Error detected within library code: index out of range + +Regression computation shows prior correct output + +========================================================================= bug 7300: outputDomainConstructor(Integer)$Lisp diff --git a/changelog b/changelog index 0172219..0f5d616 100644 --- a/changelog +++ b/changelog @@ -1,3 +1,5 @@ +20150423 tpd src/axiom-website/patches.html 20150423.01.tpd.patch +20150423 tpd buglist bug 7301: rich12c.input 310 failed 20150422 tpd src/axiom-website/patches.html 20150422.01.tpd.patch 20150422 tpd books/bookvol10.4 simplify msgdb code 20150422 tpd books/bookvol5 simplify msgdb code diff --git a/patch b/patch index e051fdd..03443f1 100644 --- a/patch +++ b/patch @@ -1,10 +1,8 @@ -src/interp/msgdb.lisp remove dead code, simplify +buglist bug 7301: rich12c.input 310 failed -Certain functions were never used or used a few times. -These were removed and code elsewhere rewritten. +Error detected within library code: index out of range -In particular, centering code can be done directly by -common lisp format strings so a lot of this was removed. +Regression computation shows prior correct output diff --git a/src/axiom-website/patches.html b/src/axiom-website/patches.html index 7b0a0b1..4cf1e82 100644 --- a/src/axiom-website/patches.html +++ b/src/axiom-website/patches.html @@ -5020,6 +5020,8 @@ buglist add bug 7300 outputDomainConstructor failure
books/bookvol5 remove %b and %d processing
20150422.01.tpd.patch src/interp/msgdb.lisp remove dead code, simplify
+20150423.01.tpd.patch +buglist bug 7301: rich12c.input 310 failed
-- 1.7.5.4