On Fri, Dec 11, 2009 at 02:38:42PM +0100, Burcin Erocal wrote: > Hi, > > On Fri, 11 Dec 2009 16:38:01 +0900 > Dan Drake <dr...@kaist.edu> wrote: > > > On Fri, 11 Dec 2009 at 10:18AM +0700, Mike Hansen wrote: > > > Sage 4.3.rc0 is out. Source and binary are available at > > > > Builds fine on Ubuntu 9.10 amd64, but I have a couple doctest > > failures, both of which seem like harmless changes to the LaTeX > > output: > > > > dr...@sagenb:~/s/sage-4.3.rc0$ ./sage -t > > devel/sage/doc/en/constructions/calculus.rst sage -t > > "devel/sage/doc/en/constructions/calculus.rst" > > ********************************************************************** > > File > > "/home/drake/s/sage-4.3.rc0/devel/sage/doc/en/constructions/calculus.rst", > > line 29: sage: latex(f.diff(x)) Expected: k x^{3} e^{k x} \sin\left(w > > x\right) + w x^{3} e^{k x} \cos\left(w x\right) + 3 \, x^{2} e^{k x} > > \sin\left(w x\right) Got: k x^{3} e^{\left(k x\right)} \sin\left(w > > x\right) + w x^{3} e^{\left(k x\right)} \cos\left(w x\right) + 3 \, > > x^{2} e^{\left(k x\right)} \sin\left(w x\right) > > ********************************************************************** > > > > > > and then, this one: > > > > > > dr...@sagenb:~/s/sage-4.3.rc0$ ./sage -t > > devel/sage/doc/en/bordeaux_2008/nf_introduction.rst sage -t > > "devel/sage/doc/en/bordeaux_2008/nf_introduction.rst" > > ********************************************************************** > > File > > "/home/drake/s/sage-4.3.rc0/devel/sage/doc/en/bordeaux_2008/nf_introduction.rst", > > line 300: sage: latex(a) Expected: -\frac{1}{2} \, {(I \, \sqrt{3} + > > 1)} ... Got: > > -\frac{1}{2} \, {\left(I \, \sqrt{3} + 1\right)} > > {\left(\frac{1}{18} \, \sqrt{8 \, \sqrt{2} + 675} \sqrt{3} - > > \frac{5}{2}\right)}^{\left(\frac{1}{3}\right)} + \frac{1}{6} \, > > \frac{{\left(-I \, \sqrt{3} + 1\right)} \sqrt{2}}{{\left(\frac{1}{18} > > \, \sqrt{8 \, \sqrt{2} + 675} \sqrt{3} - > > \frac{5}{2}\right)}^{\left(\frac{1}{3}\right)}} > > ********************************************************************** > > Oops, I forgot to test the doc directory after the changes in #7406. > > Here is a patch to fix these: > > http://trac.sagemath.org/sage_trac/ticket/7659 >
On 64-bit Archlinux, built fine from scratch. The only long doctests that failed are the ones Dan listed above. I verified that Burcin's patch at #7659 fixes them (so positive review for that). Best, Alex -- Alex Ghitza -- Lecturer in Mathematics -- The University of Melbourne -- Australia -- http://www.ms.unimelb.edu.au/~aghitza/ -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org