Thanks to Nicolas there is a lot of progress there. Initial test by my friend 
Steve has shown that test failures is way down and the problems with 
assertEqual seems to be mostly solved. 
Next we have a number of warning messages that have changed and the number
of significant figures displayed by default has dropped by one.

The next worry are the deprecation warnings issued by sage which have 
completely disappeared:
sage -t -long  -force_lib devel/sage-main/sage/misc/misc.py
**********************************************************************
File "/storage/strogdon/gentoo/usr/share/sage/devel/sage-
main/sage/misc/misc.py", line 2097:
    sage: foo()
Expected:
    doctest:...: DeprecationWarning: The function foo is replaced by bar.
Got nothing
**********************************************************************
File "/storage/strogdon/gentoo/usr/share/sage/devel/sage-
main/sage/misc/misc.py", line 2103:
    sage: bar()
Expected:
    doctest:...: DeprecationWarning: (Since Sage Version 4.2) The function bar 
is removed.
Got nothing
**********************************************************************
File "/storage/strogdon/gentoo/usr/share/sage/devel/sage-
main/sage/misc/misc.py", line 2168:
    sage: blo()
Expected:
    doctest:1: DeprecationWarning: (Since Sage Version 42.132) blo is 
deprecated. Please use bla instead.
    42
Got:
    42
**********************************************************************
File "/storage/strogdon/gentoo/usr/share/sage/devel/sage-
main/sage/misc/misc.py", line 2217:
    sage: g(5)
Expected:
    doctest:...: DeprecationWarning: (Since Sage Version 42.132) g is 
deprecated. Please use number_of_partitions instead.
    7
Got:
    7
**********************************************************************
File "/storage/strogdon/gentoo/usr/share/sage/devel/sage-
main/sage/misc/misc.py", line 2227:
    sage: cls().old_meth()
Expected:
    doctest:...: DeprecationWarning: (Since Sage Version 42.132) old_meth is 
deprecated. Please use new_meth instead.
    42
Got:
    42
**********************************************************************
File "/storage/strogdon/gentoo/usr/share/sage/devel/sage-
main/sage/misc/misc.py", line 2270:
    sage: is_prime(3)
Expected:
    doctest:...: DeprecationWarning:
    Using is_prime from here is deprecated.
    True
Got:
    True
**********************************************************************
File "/storage/strogdon/gentoo/usr/share/sage/devel/sage-
main/sage/misc/misc.py", line 2276:
    sage: is_prime(3)
Expected:
    doctest:...: DeprecationWarning:
    Using is_prime from here is deprecated.  If you need to use it, please 
import it directly from sage.rings.arith.
    True
Got:
    True
**********************************************************************

There are more. It suggest that the mechanism issuing the warning is "broken".
Any ideas for that next one?

Francois

This email may be confidential and subject to legal privilege, it may
not reflect the views of the University of Canterbury, and it is not
guaranteed to be virus free. If you are not an intended recipient,
please notify the sender immediately and erase all copies of the message
and any attachments.

Please refer to http://www.canterbury.ac.nz/emaildisclaimer for more
information.

-- 
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

Reply via email to