On Jul 20, 8:04 pm, Minh Nguyen <nguyenmi...@gmail.com> wrote: > Hi folks, > > This is the first release of the Sage 4.1.1 release cycle. William and > I are co-chairing this release cycle. The source tarball and the > sage.math only binary are available at > > http://sage.math.washington.edu/home/mvngu/release/sage-4.1.1.alpha0.tarhttp://sage.math.washington.edu/home/mvngu/release/sage-4.1.1.alpha0-... > > You can also upgrade using this path: > > http://sage.math.washington.edu/home/mvngu/release/sage-4.1.1.alpha0/
Intel Mac, OS X 10.5: An upgrade failed, but a build from scratch worked. Two failures: sage -t -long "devel/sage/sage/interfaces/r.py" sage -t -long "devel/sage/sage/symbolic/expression.pyx" although the first of these is not repeatable. When it failed, it said sage -t -long "devel/sage/sage/interfaces/r.py" ********************************************************************** File "/Applications/sage_builds/sage-4.1.1.alpha0/devel/sage/sage/ interfaces/r.py", line 838: sage: r.completions('tes') Expected: ['testPlatformEquivalence', 'testVirtual'] Got: <BLANKLINE> Building R command completion list (this takes a few seconds only the first time you do it). To force rebuild later, delete /Users/palmieri/.sage// r_commandlist.sobj. ['testPlatformEquivalence', 'testVirtual'] ********************************************************************** The second failure is repeatable: sage -t -long "devel/sage/sage/symbolic/expression.pyx" ********************************************************************** File "/Applications/sage_builds/sage-4.1.1.alpha0/devel/sage/sage/ symbolic/expression.pyx", line 2503: sage: ((x+y)^a).match(w0^w1) Expected: {$1: a, $0: x + y} Got: {$0: x + y, $1: a} ********************************************************************** File "/Applications/sage_builds/sage-4.1.1.alpha0/devel/sage/sage/ symbolic/expression.pyx", line 2509: sage: ((a+b)*(a+c)).match((a+w0)*(a+w1)) Expected: {$1: c, $0: b} Got: {$0: b, $1: c} ********************************************************************** File "/Applications/sage_builds/sage-4.1.1.alpha0/devel/sage/sage/ symbolic/expression.pyx", line 2515: sage: (a*(x+y)+a*z+b).match(a*w0+w1) Expected: {$1: a*z + b, $0: x + y} Got: {$0: x + y, $1: a*z + b} ********************************************************************** --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to sage-devel@googlegroups.com To unsubscribe from this group, send email to sage-devel-unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URLs: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---