From 60ec46212bc0b89c31cf514ed5079461832a61fc Mon Sep 17 00:00:00 2001 From: Tim Daly Date: Tue, 6 Jan 2015 15:24:18 -0500 Subject: buglist: bug 7280: Enumeration fails Insn == Enumeration(New, Move, Line, Close) Insn --- buglist | 8 +++++++- changelog | 4 ++++ patch | 5 ++++- src/axiom-website/patches.html | 4 ++++ 4 files changed, 19 insertions(+), 2 deletions(-) diff --git a/buglist b/buglist index 32f5568..548691d 100644 --- a/buglist +++ b/buglist @@ -1,6 +1,6 @@ ========================================================================= -bug 7280: +bug 7281: todo 337: wish 1012: meh 5: @@ -12,6 +12,12 @@ dup 50006: nonextend 60077: ========================================================================= +bug 7280: Enumeration fails + +Insn == Enumeration(New, Move, Line, Close) +Insn + +========================================================================= bug 7279: subscripting "1"::Symbol fails subscript("s"::Symbol,["x"::Symbol::OutputForm]) diff --git a/changelog b/changelog index 4afb449..0d14872 100644 --- a/changelog +++ b/changelog @@ -1,3 +1,7 @@ +20150106 tpd src/axiom-website/patches.html 20150106.04.tpd.patch +20150106 tpd buglist: bug 7280: Enumeration fails +20150106 tpd src/axiom-website/patches.html 20150106.03.tpd.patch +20150106 tpd books/bookvol5 remove $undoFlag as it is always true 20150106 tpd src/axiom-website/patches.html 20150106.02.tpd.patch 20150106 tpd src/input/charlwood.input fix a failing test 20150106 tpd src/axiom-website/patches.html 20150106.01.tpd.patch diff --git a/patch b/patch index 476038a..60b757f 100644 --- a/patch +++ b/patch @@ -1 +1,4 @@ -src/input/charlwood.input fix a failing test +buglist: bug 7280: Enumeration fails + +Insn == Enumeration(New, Move, Line, Close) +Insn diff --git a/src/axiom-website/patches.html b/src/axiom-website/patches.html index de7b82c..49539d9 100644 --- a/src/axiom-website/patches.html +++ b/src/axiom-website/patches.html @@ -4900,6 +4900,10 @@ books/bookvol5 make savesystem work
books/bookvol5 literate programming changes (undo chapter)
20150106.02.tpd.patch src/input/charlwood.input fix a failing test
+20150106.03.tpd.patch +books/bookvol5 remove $undoFlag as it is always true
+20150106.04.tpd.patch +buglist: bug 7280: Enumeration fails
-- 1.7.5.4