-
Notifications
You must be signed in to change notification settings - Fork 65
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
Centralize import/export statements and clean up main file #1537
Conversation
c4d6da6
to
9f6cfcf
Compare
Most of the work was already done by @fingolfin in #1281. Some open questions on how to proceed:
|
5e57b94
to
41246e4
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1537 +/- ##
==========================================
- Coverage 86.76% 86.69% -0.08%
==========================================
Files 114 114
Lines 29696 29652 -44
==========================================
- Hits 25767 25707 -60
- Misses 3929 3945 +16 ☔ View full report in Codecov by Sentry. |
Probably historic reasons? I would try to merge everything into the first list and see what happens.
Maybe I am missing something in your question, but I don't think the two are interchangeable in general?
|
I am both times talking about the flow |
Maybe wait a bit with this, as the GroupsCore PR is getting closer to being finished and it'll touch the exports a bit, too, so there are conflicts |
Ah, so I indeed misunderstood, sorry. Well, we never do |
Ah true... So I will delete them (without semantical change) |
@lgoettgens this can in principle be updated and merged, right? Nothing I should do, is there? I realize you may have more important things to do right now, I just want to make sure that I am not unwittingly the blocker :-). |
I think there is basically nothing really no to do here (apart from merging the two export lists). But as long as this is not compatible with Oscar master, I am afraid to break things due to the OscarCI not running. So I would only start to work on this after oscar-system/Oscar.jl#3231 |
b9ed1e0
to
51d2751
Compare
8b52437
to
e82adc4
Compare
Nemocas/Nemo.jl#1601 for AbstractAlgebra
Edit: some parts have already been merged as #1556