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 #53

Merged

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 Dec 16, 2020

Codecov Report

Merging #53 (30ad96e) into master (34602e0) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master      #53   +/-   ##
=======================================
  Coverage   99.79%   99.79%           
=======================================
  Files         491      491           
  Lines      324749   324749           
=======================================
  Hits       324079   324079           
  Misses        670      670           

@fingolfin fingolfin merged commit fccb5f0 into gap-packages:master Dec 16, 2020
@wilfwilson wilfwilson deleted the different-ViewString-in-GAP branch December 16, 2020 21:07
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