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

Merged
merged 1 commit into from
Oct 25, 2020
Merged

Accommodate correctly pluralized ViewStrings in GAP #10

merged 1 commit into from
Oct 25, 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>.

This PR implements the solution discussed in #9 to make sure that this package remains backwards and forwards compatible with GAP, with respect to this change. See gap-system/gap#3992 and gap-system/gap#4050 for more context.

Closes #9.

@codecov
Copy link

codecov bot commented Oct 21, 2020

Codecov Report

Merging #10 into master will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master      #10   +/-   ##
=======================================
  Coverage   55.07%   55.07%           
=======================================
  Files          25       25           
  Lines        1380     1380           
=======================================
  Hits          760      760           
  Misses        620      620           

Copy link
Member

@dimpase dimpase left a comment

Choose a reason for hiding this comment

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

lgtm

Copy link
Collaborator

@kaashif kaashif left a comment

Choose a reason for hiding this comment

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

Thanks! Looks good to me too, merging.

@kaashif kaashif merged commit 36b9ae7 into gap-packages:master Oct 25, 2020
@wilfwilson wilfwilson deleted the pluralize branch October 29, 2020 08:54
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.

How to accommodate upcoming changed pluralisation in GAP?
4 participants