On Fri, Aug 7, 2009 at 4:02 PM, Minh Nguyen wrote:
> Hi folks,
>
> Sage 4.1.1.rc2 resolves issues caused by non-ASCII characters in a
> patch at ticket #5793. So the only ticket that has been merged in this
> release is
>
> #6674: Minh Van Nguyen: only use ASCII characters in patches [Reviewed
> b
Hi,
#6717 just got a quick review, and a positive one (thanks, Burcin!).
As for the "twisted.py" failure: I did immediately retry it after the
full Sage testlong suite, and it had failed again. But on fifteen more
runs right now, I saw only two failures, and thirteen successes. The
system load w
On Mon, 10 Aug 2009 04:08:32 +1000
Minh Nguyen wrote:
> > The above doctest should be changed so they don't depend on random
> > hashing, e.g., change the dicts to lists of sorted tuples.
>
> This is now ticket #6717:
>
> http://trac.sagemath.org/sage_trac/ticket/6717
There is a patch attach
Hi William,
On Mon, Aug 10, 2009 at 3:58 AM, William Stein wrote:
>
>
> On Sun, Aug 9, 2009 at 2:19 AM, Minh Nguyen wrote:
>>
>> Hi Georg,
>>
>> On Sun, Aug 9, 2009 at 7:09 PM, gsw wrote:
>> >
>> > Hi,
>> >
>> > on Mac(Intel) OS X 10.4.11 (XCode 2.5 / gcc 4.0.1 build "5370"), Sage
>> > 4.1.1.rc2
On Sun, Aug 9, 2009 at 2:19 AM, Minh Nguyen wrote:
>
> Hi Georg,
>
> On Sun, Aug 9, 2009 at 7:09 PM, gsw wrote:
> >
> > Hi,
> >
> > on Mac(Intel) OS X 10.4.11 (XCode 2.5 / gcc 4.0.1 build "5370"), Sage
> > 4.1.1.rc2 builds fine.
> > However, there are two (reproducible) doctest failures, one know
Hi Georg,
On Sun, Aug 9, 2009 at 7:09 PM, gsw wrote:
>
> Hi,
>
> on Mac(Intel) OS X 10.4.11 (XCode 2.5 / gcc 4.0.1 build "5370"), Sage
> 4.1.1.rc2 builds fine.
> However, there are two (reproducible) doctest failures, one known one
> and one I never saw before. The known one is:
>
> sage -t -long
Hi,
on Mac(Intel) OS X 10.4.11 (XCode 2.5 / gcc 4.0.1 build "5370"), Sage
4.1.1.rc2 builds fine.
However, there are two (reproducible) doctest failures, one known one
and one I never saw before. The known one is:
sage -t -long "devel/sage/sage/symbolic/expression.pyx"
***
Minh Nguyen wrote:
> Hi folks,
>
> Sage 4.1.1.rc2 resolves issues caused by non-ASCII characters in a
> patch at ticket #5793. So the only ticket that has been merged in this
> release is
>
> #6674: Minh Van Nguyen: only use ASCII characters in patches [Reviewed
> by Nathann Cohen, Alex Ghitza]