Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Notebook fails to display documentation of some lazy_imported modules #14768

Closed
sagetrac-Stefan mannequin opened this issue Jun 18, 2013 · 8 comments
Closed

Notebook fails to display documentation of some lazy_imported modules #14768

sagetrac-Stefan mannequin opened this issue Jun 18, 2013 · 8 comments

Comments

@sagetrac-Stefan
Copy link
Mannequin

sagetrac-Stefan mannequin commented Jun 18, 2013

To reproduce: in a notebook, type

lazy_import("sage.misc", "all", "bla")
bla? <tab>

I cannot reproduce it on the command line.

Component: notebook

Reviewer: Volker Braun

Issue created by migration from https://trac.sagemath.org/ticket/14768

@sagetrac-Stefan sagetrac-Stefan mannequin added this to the sage-5.11 milestone Jun 18, 2013
@sagetrac-Stefan
Copy link
Mannequin Author

sagetrac-Stefan mannequin commented Jun 18, 2013

Attachment: trac_14768_sage_getdef_exception.patch.gz

Add SyntaxError to list of sage_getdef caught exceptions

@vbraun
Copy link
Member

vbraun commented Jun 19, 2013

comment:1

Which version? and what do you mean by "fail"? I get (sage-5.11.beta1)

Definition: bla(alarm, ellipsis_range, ellipsis_iter, srange, xsrange, sxrange, getitem, cputime, verbose, set_verbose, set_verbose_files, get_verbose_files, unset_verbose_files, get_verbose, version, banner, add, union, uniq, powerset, subsets, exists, forall, is_iterator, random_sublist, mul, walltime, generic_cmp, repr_lincomb, pad_zeros, attrcall, SAGE_DB, SAGE_TMP, is_32_bit, is_64_bit, newton_method_sizes, compose, self_compose, nest)

which is odd but no traceback...

@sagetrac-Stefan
Copy link
Mannequin Author

sagetrac-Stefan mannequin commented Jun 19, 2013

comment:2

I'm working with 5.10.beta5.

Where do I even get 5.11.beta1? The Development Release on the homepage is 5.10.rc2...

@vbraun
Copy link
Member

vbraun commented Jun 19, 2013

@sagetrac-Stefan
Copy link
Mannequin Author

sagetrac-Stefan mannequin commented Jun 20, 2013

comment:4

I can confirm that the problem is gone in 5.11.beta1. The problem occurred with the "matroids" keyword from #7477, and that gives a normal documentation now.

Can I mark it as "duplicate/invalid/wontfix" or is that up to the release manager?

@vbraun
Copy link
Member

vbraun commented Jun 20, 2013

comment:5

You mark it as duplicate/invalid/wontfix and set status to needs_review

@vbraun
Copy link
Member

vbraun commented Jun 20, 2013

Changed keywords from lazy, lazy_import to none

@vbraun vbraun removed this from the sage-5.11 milestone Jun 20, 2013
@vbraun
Copy link
Member

vbraun commented Jun 20, 2013

Reviewer: Volker Braun

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants