Opened 2 years ago
Closed 2 years ago
#31207 closed enhancement (fixed)
Implement copy for binary matrix
Reported by: | gh-kliem | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | sage-9.3 |
Component: | basic arithmetic | Keywords: | copy, binary matrix |
Cc: | dcoudert | Merged in: | |
Authors: | Jonathan Kliem | Reviewers: | David Coudert |
Report Upstream: | N/A | Work issues: | |
Branch: | 5d37387 (Commits, GitHub, GitLab) | Commit: | 5d37387756878cf4e3a7aed4186f9122ff4fb2ff |
Dependencies: | #31200 | Stopgaps: |
Description
This ticket implements an (unsafe) copy for binary matrix.
Change History (7)
comment:1 Changed 2 years ago by
Dependencies: | → #31200 |
---|---|
Status: | new → needs_review |
comment:2 follow-up: 4 Changed 2 years ago by
comment:3 Changed 2 years ago by
Commit: | a7666b13df42f40a22ca29170f332136ebab4fcb → 5d37387756878cf4e3a7aed4186f9122ff4fb2ff |
---|
Branch pushed to git repo; I updated commit sha1. New commits:
5d37387 | declare type of i
|
comment:5 Changed 2 years ago by
Reviewers: | → David Coudert |
---|---|
Status: | needs_review → positive_review |
LGTM.
comment:7 Changed 2 years ago by
Branch: | u/gh-kliem/copy_binary_matrix → 5d37387756878cf4e3a7aed4186f9122ff4fb2ff |
---|---|
Resolution: | → fixed |
Status: | positive_review → closed |
Note: See
TracTickets for help on using
tickets.
variable
i
should be defined.