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 spaces in morphism printing #2856

Merged
merged 2 commits into from
Sep 28, 2023

Conversation

lgoettgens
Copy link
Member

According to the printing discussion, there should only be a single space between the "to" and the codomain in morphism printing.
This PR fixes that for:

  • AbsCoveredSchemeMorphism
  • LieAlgebraHom
  • LieAlgebraModuleHom
  • MPolyLocalizedRingHom
  • MPolyQuoLocalizedRingHom
  • ProjectiveSchemeMor

I did not attempt to handle the following types, as they contain further aligned stuff in their printing. This should be tackled by a future PR by someone having an opinion on what should be printed and how:

  • AbsSpecMor
  • CoveringMorphism
  • SpecOpenMor

The first commit contains all actual changes, while the second one only adapts the doctests.

@fingolfin fingolfin merged commit a7fafc0 into oscar-system:master Sep 28, 2023
10 of 12 checks passed
@lgoettgens lgoettgens deleted the lg/hom-printing branch September 28, 2023 09:48
fieker pushed a commit that referenced this pull request Sep 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants