-
-
Notifications
You must be signed in to change notification settings - Fork 565
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
LinearCode.basis() should be an immutable Sequence #19251
Comments
Branch: public/19251 |
Branch pushed to git repo; I updated commit sha1. New commits:
|
Commit: |
comment:3
Hello, Just a question: if you're not adding a deprecation warning to this (which I agree with), what do you think about adding extra info to the docstring, like |
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:5
Here it is! Nathann |
Reviewer: David Lucas |
comment:6
Great! As all tests pass, I'm giving the green bulb. David |
comment:7
Thanks! |
comment:8
Doctests fail. Also, a matrix is not a basis. Matrices have row and column spans, its not clear which one you mean if you just return a matrix. This is how it is supposed to work:
|
comment:9
Never discuss with a release manager. Nathann |
comment:10
There's still something of a bug, though, since the type returned by |
comment:11
+1 to returning an immutable Sequence instead of a list... are you going to implement that? |
comment:15
One failing test in documentation due to formatting.
|
comment:17
Missed that one - thanks. Rebased and doctest fixed. |
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:20
Hi this is perfectly immutable in my session. Nevertheless, I add to resolve a conflict when pulling. I set it to positive review Daniel |
Changed reviewer from David Lucas to David Lucas, Daniel Augot |
Changed branch from public/19251 to |
Changed commit from |
Changed author from Johan S. R. Nielsen, Nathann Cohen to Johan Rosenkilde, Nathann Cohen |
Right now the
.basis()
method returns just alist
. This should instead be an immutableSequence
, retaining the type information in its.universe()
method.CC: @sagetrac-dlucas
Component: coding theory
Author: Johan Rosenkilde, Nathann Cohen
Branch:
b3dc9bf
Reviewer: David Lucas, Daniel Augot
Issue created by migration from https://trac.sagemath.org/ticket/19251
The text was updated successfully, but these errors were encountered: