-
-
Notifications
You must be signed in to change notification settings - Fork 596
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
unbound the lazy_list formatter #21200
Comments
Dependencies: #21164 |
comment:1
This will become handy when using it in conjunction with k-regular sequences (no ticket yet) and probably other sequences as well. |
Last 10 new commits:
|
Commit: |
Author: Daniel Krenn |
Branch pushed to git repo; I updated commit sha1. New commits:
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:9
Simplifed the requirements needed for the input. (Now |
comment:10
Instead of |
comment:11
Why don't you encode the default argument in the function
|
comment:13
Replying to @videlec:
Indeed. Changed. |
comment:14
Replying to @videlec:
I see that this change makes the code much clearer; thus changed. |
Changed branch from u/dkrenn/lazy_list-unbound-formatter to u/cheuberg/lazy_list-unbound-formatter |
Branch pushed to git repo; I updated commit sha1. New commits:
|
Reviewer: Clemens Heuberger |
comment:17
@videlec: It seems that you reviewed the code some months ago and that your comments have been taken into account. Feel free to add your name to the Reviewers field. |
Changed branch from u/cheuberg/lazy_list-unbound-formatter to |
…-regular-guess * u/dkrenn/sequences/k-regular: rename to kRegularSequenceSpace modify docstring at top of file write the missing docstrings use lazy_list_formatter in _repr_ phrase error message and test it docstring of _product_of_matrices_ make product_of_matrices a private method Trac sagemath#21200: rephrase requirements for input Trac sagemath#21200: polish docstrings Trac sagemath#21200: fix doctests Trac sagemath#21200: modify code so that everything works again Trac sagemath#21200: move code (no other changes) add k_regular_sequence to documentation lazy import kRegularSequences into global namespace fix doctests Trac sagemath#21164, comment 11, 1: extend docstring explaining inheriting Trac sagemath#21164, comment 11, 4: better description of arguments in str Trac sagemath#21164, comment 11, 2: refine docstring to make idempotence of lazy_list visible Trac sagemath#21164, comment 11, 3: revert rewrite in __add__
In #21164, a string formatter for lazy lists was introduced in the class
lazy_list_generic
. The aim of this ticket is to unbound this method, so that one is able to use it outside lazy lists as well.Depends on #21164
Component: misc
Author: Daniel Krenn
Branch/Commit:
a8a006a
Reviewer: Clemens Heuberger
Issue created by migration from https://trac.sagemath.org/ticket/21200
The text was updated successfully, but these errors were encountered: