On Dec 22, 10:51 am, William Stein <[email protected]> wrote: > On Tue, Dec 22, 2009 at 10:32 AM, kcrisman <[email protected]> wrote: > > >> Well for starters we *really* need to release sage-4.3. > > > Is the main holdhttp://trac.sagemath.org/sage_trac/ticket/7095(the > > abort trap in OSX 10.6), and > > possiblyhttp://trac.sagemath.org/sage_trac/ticket/7694? > > No. The main hold is that mhansen has been having bad luck flying > lately and I've been lazily waiting on him to make an rc1. > > I just checked his release directory, made a copy of it and doctested > it. There were 3 files with doctest failures in his merge tree: > > sage -t devel/sage/sage/modular/hecke/element.py # 1 doctests failed > sage -t devel/sage/sage/misc/sagedoc.py # 1 doctests failed > sage -t devel/sage/sage/plot/plot.py # Segfault > > 1. The first is trivial. > > 2. The second is very serious -- in fact search_doc is totally broken: > sage: search_doc('factorial') > [no output]
My guess for the lack of output is that the documentation hasn't been built, so there isn't anything to search. Should we add a warning to the search_doc function if some of the documentation is missing? This makes doctesting a bit harder, unless we keep insisting that people doctest with a *complete* installation of Sage, including an html version of the docs. John -- To post to this group, send an email to [email protected] To unsubscribe from this group, send an email to [email protected] For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org
