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

Accommodate correctly pluralized ViewStrings in GAP #5

Merged
merged 1 commit into from
Oct 21, 2020
Merged

Accommodate correctly pluralized ViewStrings in GAP #5

merged 1 commit into from
Oct 21, 2020

Conversation

wilfwilson
Copy link
Member

In a future version of GAP, some nouns will be correctly pluralised to match their number. For example, the ViewString for CyclicGroup(3); will change from <pc group of size 3 with 1 generators> to <pc group of size 3 with 1 generator>.

The changes in this PR maintain the backwards and forwards compatibility of this package with GAP.

See gap-system/gap#3992 and gap-system/gap#4050 for more context.

@codecov
Copy link

codecov bot commented Jul 26, 2020

Codecov Report

Merging #5 into master will increase coverage by 0.95%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master       #5      +/-   ##
==========================================
+ Coverage   70.27%   71.22%   +0.95%     
==========================================
  Files           2        2              
  Lines        1423     1470      +47     
==========================================
+ Hits         1000     1047      +47     
  Misses        423      423              
Impacted Files Coverage Δ
gap/singular.g 71.12% <0.00%> (+0.95%) ⬆️

Comment on lines +203 to +204
gap> Length(pd);
4
Copy link
Member

Choose a reason for hiding this comment

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

I don't think we even need that, as the next test implicitly tests the length of pd. But of course it also doesn't hurt.

Copy link
Member Author

Choose a reason for hiding this comment

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

True, I'll just leave it.

@fingolfin fingolfin merged commit 2599a1a into gap-packages:master Oct 21, 2020
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