Skip to content
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

Remove some circular imports in sage.rings, sage.symbolic #35594

Merged
merged 16 commits into from May 7, 2023

Conversation

mkoeppe
Copy link
Member

@mkoeppe mkoeppe commented May 2, 2023

πŸ“š Description

Fixes #35580.

πŸ“ Checklist

  • The title is concise, informative, and self-explanatory.
  • The description explains in detail what this PR is about.
  • I have linked a relevant issue or discussion.
  • I have created tests covering the changes.
  • I have updated the documentation accordingly.

βŒ› Dependencies

fchapoton and others added 2 commits May 3, 2023 08:58
<!-- Please provide a concise, informative and self-explanatory title.
-->
<!-- Don't put issue numbers in the title. Put it in the Description
below. -->
<!-- For example, instead of "Fixes sagemath#12345", use "Add a new method to
multiply two integers" -->

### πŸ“š Description

Fixing the linter workflow

<!-- Describe your changes here in detail. -->
<!-- Why is this change required? What problem does it solve? -->
<!-- If this PR resolves an open issue, please link to it here. For
example "Fixes sagemath#12345". -->
<!-- If your change requires a documentation PR, please link it
appropriately. -->

### πŸ“ Checklist

<!-- Put an `x` in all the boxes that apply. It should be `[x]` not `[x
]`. -->

- [x] The title is concise, informative, and self-explanatory.
- [x] The description explains in detail what this PR is about.
- [ ] I have linked a relevant issue or discussion.
- [ ] I have created tests covering the changes.
- [ ] I have updated the documentation accordingly.

### βŒ› Dependencies

<!-- List all open PRs that this PR logically depends on
- sagemath#12345: short description why this is a dependency
- sagemath#34567: ...
-->

<!-- If you're unsure about any of these, don't hesitate to ask. We're
here to help! -->
@vbraun
Copy link
Member

vbraun commented May 3, 2023

pycodestyle linter fails...

@mkoeppe
Copy link
Member Author

mkoeppe commented May 3, 2023

That is fixed in #35552 and has nothing to do with this PR

@dimpase
Copy link
Member

dimpase commented May 4, 2023

pycodestyle linter fails...

I merged the fix into develop, so it should not any more.

@dimpase dimpase force-pushed the sage_symbolic_circular_import branch from 18398a1 to 69df1ef Compare May 4, 2023 16:51
@mkoeppe
Copy link
Member Author

mkoeppe commented May 4, 2023

Thank you!

@github-actions
Copy link

github-actions bot commented May 4, 2023

Documentation preview for this PR is ready! πŸŽ‰
Built with commit: 69df1ef

@vbraun
Copy link
Member

vbraun commented May 6, 2023

pycodestyle linter fails...

I merged the fix into develop, so it should not any more.

Please don't do that unless you want to take over release management. I will force push over that, and anyone who used that will end up with unrelated merge conflicts.

@dimpase
Copy link
Member

dimpase commented May 6, 2023

The linter fix had been hanging for quite some time, and made CI results confusing.

Besides, can you try to rebase your branch over this fix? I guess it would go without a manual intervention, and will save time for everyone.

@vbraun vbraun merged commit bbf5695 into sagemath:develop May 7, 2023
8 of 9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Parallelism() on MacOS
4 participants