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

Improve with_unicode #1495

Merged
merged 1 commit into from
Nov 6, 2023
Merged

Improve with_unicode #1495

merged 1 commit into from
Nov 6, 2023

Conversation

fingolfin
Copy link
Member

@fingolfin fingolfin commented Nov 5, 2023

Some time ago with_unicode was improved in Oscar, apply that here.

Comment on lines 28 to 29
# remove the following, once they land in OSCAR
:allow_unicode, :with_unicode,
Copy link
Member Author

Choose a reason for hiding this comment

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

@thofma I am not 100% sure I am reading this comment right: it seems we can remove these two lines here at some point ... and allow_unicode, with_unicode sure are in Oscar... But can we just remove this here, won't it lead to nasty warnings in Oscar about methods being redefined? Anyway, if that's the case, we could just mark this PR as "breaking", I guess?

Copy link
Member

Choose a reason for hiding this comment

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

Hm, I think the idea was to remove Oscar.allow_unicode and Oscar.with_unicode and use the corresponding AA functions (by importing them explicitly in Oscar).

Copy link
Member Author

Choose a reason for hiding this comment

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

OK that makes more sense. Then we should first update Oscar accordingly. I've adjusted this PR to only update with_unicode

Copy link

codecov bot commented Nov 5, 2023

Codecov Report

Merging #1495 (4c0e0f1) into master (8e35f2d) will increase coverage by 0.00%.
The diff coverage is 0.00%.

@@           Coverage Diff           @@
##           master    #1495   +/-   ##
=======================================
  Coverage   86.86%   86.87%           
=======================================
  Files         110      110           
  Lines       28668    28669    +1     
=======================================
+ Hits        24903    24905    +2     
+ Misses       3765     3764    -1     
Files Coverage Δ
src/AbstractAlgebra.jl 55.64% <ø> (ø)
src/PrettyPrinting.jl 92.34% <0.00%> (-0.11%) ⬇️

... and 2 files with indirect coverage changes

📣 Codecov offers a browser extension for seamless coverage viewing on GitHub. Try it in Chrome or Firefox today!

Some time ago `with_unicode` was improved in Oscar, apply that here.
@fingolfin fingolfin changed the title Update & export allow_unicode, with_unicode Improve with_unicode Nov 5, 2023
@fingolfin fingolfin merged commit 1a90775 into Nemocas:master Nov 6, 2023
14 of 15 checks passed
@fingolfin fingolfin deleted the mh/unicode branch November 6, 2023 22:54
fingolfin added a commit to mgkurtz/AbstractAlgebra.jl that referenced this pull request Nov 21, 2023
Some time ago `with_unicode` was improved in Oscar, apply that here.
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