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

Fix ZZ printing #1506

Merged
merged 1 commit into from
Sep 13, 2023
Merged

Fix ZZ printing #1506

merged 1 commit into from
Sep 13, 2023

Conversation

lgoettgens
Copy link
Collaborator

Other types print with only the first word capitalized, e.g. QQ as Rational field, ZZi as Gaussian integer ring. ZZ currently is the black sheep with an uppercase Integer Ring.

@codecov
Copy link

codecov bot commented Jul 11, 2023

Codecov Report

Merging #1506 (b2817b8) into master (5431480) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master    #1506   +/-   ##
=======================================
  Coverage   82.75%   82.75%           
=======================================
  Files          95       95           
  Lines       37181    37181           
=======================================
+ Hits        30769    30770    +1     
+ Misses       6412     6411    -1     
Impacted Files Coverage Δ
src/flint/fmpz.jl 91.03% <100.00%> (ø)

... and 1 file with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@thofma
Copy link
Member

thofma commented Jul 13, 2023

As expected, this is breaking.

Copy link
Member

@fingolfin fingolfin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fine by me (but indeed breaking)

@thofma thofma merged commit 34264c6 into Nemocas:master Sep 13, 2023
14 of 15 checks passed
@lgoettgens lgoettgens deleted the lg/ZZ branch September 13, 2023 14:30
lgoettgens added a commit to oscar-system/Oscar.jl that referenced this pull request Sep 13, 2023
lgoettgens added a commit to oscar-system/Oscar.jl that referenced this pull request Sep 13, 2023
lgoettgens added a commit to oscar-system/Oscar.jl that referenced this pull request Sep 14, 2023
thofma pushed a commit to oscar-system/Oscar.jl that referenced this pull request Sep 14, 2023
* Bump compats

* Remove functions moved to Nemo (Nemocas/Nemo.jl#1519)

* Fix `ZZ` printing (Nemocas/Nemo.jl#1506)

* Fix `identity_map` docstrings (Nemocas/AbstractAlgebra.jl#1431)

* Fix `PosInf` docstring (Nemocas/Nemo.jl#1528)

* Adapt doctests to new printing for maps Nemocas/AbstractAlgebra.jl#1424
fieker pushed a commit to oscar-system/Oscar.jl that referenced this pull request Sep 29, 2023
* Bump compats

* Remove functions moved to Nemo (Nemocas/Nemo.jl#1519)

* Fix `ZZ` printing (Nemocas/Nemo.jl#1506)

* Fix `identity_map` docstrings (Nemocas/AbstractAlgebra.jl#1431)

* Fix `PosInf` docstring (Nemocas/Nemo.jl#1528)

* Adapt doctests to new printing for maps Nemocas/AbstractAlgebra.jl#1424
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants