-
-
Notifications
You must be signed in to change notification settings - Fork 512
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
CombinatorialPolyhedron: Remove empty folder #28757
Comments
New commits:
|
Branch: public/28757 |
Commit: |
comment:2
Ticket retargeted after milestone closed |
comment:3
This is a new approach. I remove the module New commits:
|
Changed branch from public/28757 to public/28757-new |
comment:4
Apply failed. |
New commits:
|
Changed branch from public/28757-new to public/28757-reb |
comment:6
Seems still to cause a merge conflict... |
comment:7
Not still. Again. The annoying thing about this approach is that I'm very likely to conflict. |
New commits:
|
Changed branch from public/28757-reb to public/28757-reb2 |
comment:10
Could you update the description of the ticket to also mention the new functions that are added? Somehow, this ticket does more than changing 2-3 lines... Perhaps also change the title of the ticket. This will help in the future to traceback if necessary... |
Reviewer: Jean-Philippe Labbé |
comment:11
There are no new functions. It's just that we know grep them directly from the .cc file: -from .bit_vector_operations cimport intersection, bit_rep_to_coatom_rep
+
+cdef extern from "bit_vector_operations.cc":
... |
This comment has been minimized.
This comment has been minimized.
comment:13
Got it. Thanks for clarifying... it has been a while... |
comment:14
Thanks. |
Changed branch from public/28757-reb2 to |
In the folder
src/sage/geometry/polyhedron/combinatorial_polyhedron
there is an empty folder that keeps appearing.This is because
bit_vector_operations
was not properly defined inmodule_list.py
.We fix this by including the functions needed directly in each file with
cdef extern from "bit_vector_operations.cc"
and removing the modulesage/geometry/polyhedron/combinatorial_polyhedron/bit_vector_operations.cc
.CC: @jplab @LaisRast
Component: geometry
Keywords: combinatorial polyhedron
Author: Jonathan Kliem
Branch/Commit:
c698941
Reviewer: Jean-Philippe Labbé
Issue created by migration from https://trac.sagemath.org/ticket/28757
The text was updated successfully, but these errors were encountered: