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

Merged
merged 1 commit into from
Jan 27, 2021
Merged

Accommodate correctly pluralized ViewStrings in GAP #20

merged 1 commit into from
Jan 27, 2021

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 Oct 21, 2020

Codecov Report

Merging #20 (da92a2c) into master (b945e6b) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master      #20   +/-   ##
=======================================
  Coverage   80.59%   80.59%           
=======================================
  Files           3        3           
  Lines        1618     1618           
=======================================
  Hits         1304     1304           
  Misses        314      314           

@olexandr-konovalov olexandr-konovalov merged commit ae538e9 into gap-packages:master Jan 27, 2021
@wilfwilson wilfwilson deleted the pluralize branch January 27, 2021 10:25
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.

3 participants