Opened 9 years ago
Closed 9 years ago
#12684 closed defect (fixed)
Rename sage/graphs/graph_decompositions/rankwidth/
Reported by: | mhansen | Owned by: | jason, ncohen, rlm |
---|---|---|---|
Priority: | major | Milestone: | sage-5.0 |
Component: | graph theory | Keywords: | |
Cc: | jdemeyer, ncohen | Merged in: | sage-5.0.beta11 |
Authors: | Mike Hansen | Reviewers: | David Coudert |
Report Upstream: | N/A | Work issues: | |
Branch: | Commit: | ||
Dependencies: | Stopgaps: |
Description (last modified by )
Introduced in #11754, this currently causes problems with #12659 as there is a \_\_init\_\_.py
file in this directory and a corresponding extension module rankwidth.pyx
.
Apply trac_12684.v2.patch.
Attachments (2)
Change History (8)
comment:1 Changed 9 years ago by
- Status changed from new to needs_review
comment:2 Changed 9 years ago by
- Reviewers set to David Coudert
- Status changed from needs_review to positive_review
Changed 9 years ago by
comment:3 Changed 9 years ago by
- Status changed from positive_review to needs_work
- Work issues set to MANIFEST.in
MANIFEST.in needs to be changed.
comment:4 Changed 9 years ago by
- Description modified (diff)
- Status changed from needs_work to needs_review
- Work issues MANIFEST.in deleted
Here's a new patch which just adds this change:
-
MANIFEST.in
diff --git a/MANIFEST.in b/MANIFEST.in
a b include .hgignore .hg .hg/* .hgtags 6 6 include bundle export install pull sage-push 7 7 include module_list.py 8 8 include spkg-delauto spkg-dist spkg-install 9 include sage/graphs/graph_decompositions/rankwidth/README 10 include sage/graphs/graph_decompositions/rankwidth/__init__.py 9 include sage/graphs/graph_decompositions/rankwidth_c/README 11 10 include sage/libs/gmp/__init__.py 12 11 include sage/libs/linbox/matrix_rational_dense_linbox.cpp 13 12 include sage/libs/polybori/__init__.py
Changed 9 years ago by
comment:5 Changed 9 years ago by
- Status changed from needs_review to positive_review
I have installed version 2 of the patch on sage-5.0.beta9 and everything is in order (change in directory name, compilation, docbuild, long tests, functionality, etc.).
comment:6 Changed 9 years ago by
- Merged in set to sage-5.0.beta11
- Resolution set to fixed
- Status changed from positive_review to closed
Note: See
TracTickets for help on using
tickets.
I have installed the patch on sage-5.0.beta8 and everything is in order (compilation, docbuild,...).
I give positive review.
David.