Hello Eric,
The plugin is very naive: it just looks for new modules on startup. And
you added one. You should not worry about it. The patchbot green light
is not at all mandatory to get a ticket reviewed.
Vincent
On 11/01/16 06:55, Eric Gourgoulhon wrote:
Hi,
On the ticket
http://trac.sagemath.org/ticket/18529
the patchbots report a failed plugins.startup_modules:
http://patchbot.sagemath.org/ticket/18529/
Clicking on "diff", one gets the report
========== plugins.startup_modules ==========
--- 7.0.beta3
+++ 7.0.beta3 + #18529
-Total count: 2202
+Total count: 2205
+New:
+sage.manifolds
+ sage.manifolds.all
+ sage.manifolds.sage
+====================
+sage.manifolds
+sage.manifolds.all
+sage.manifolds.sage
-plugins.startup_modules Passed
+plugins.startup_modules Failed
Now, regarding modules, all that this ticket does is to add the line
from sage.manifolds.all import *
to src/sage/all.py, the content of src/sage/manifolds/all.py being
from sage.misc.lazy_import import lazy_import
lazy_import('sage.manifolds.manifold', 'Manifold')
I don't understand this plugin error and did not find any hint on
http://wiki.sagemath.org/buildbot.
What am I missing? Thank you for your help.
Eric.
--
You received this message because you are subscribed to the Google Groups
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.