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

Merged
merged 1 commit into from
Oct 14, 2020
Merged

Accommodate correctly pluralized ViewStrings in GAP #33

merged 1 commit into from
Oct 14, 2020

Conversation

wilfwilson
Copy link
Member

In some hopefully future version of GAP, some nouns will be correctly pluralised to match their number. For example, <pc group of size 3 with 1 generators> will become <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 if you want more context.

@codecov
Copy link

codecov bot commented Jul 26, 2020

Codecov Report

Merging #33 into master will decrease coverage by 0.78%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master      #33      +/-   ##
==========================================
- Coverage   90.88%   90.10%   -0.79%     
==========================================
  Files          22       22              
  Lines        2458     2364      -94     
==========================================
- Hits         2234     2130     -104     
- Misses        224      234      +10     
Impacted Files Coverage Δ
gap/walrus.gd 100.00% <ø> (ø)
gap/pregroupoffreegroup.gi 84.21% <0.00%> (-4.75%) ⬇️
gap/location.gi 93.75% <0.00%> (-2.48%) ⬇️
gap/examples.gi 65.90% <0.00%> (-2.09%) ⬇️
gap/relator.gi 91.66% <0.00%> (-1.67%) ⬇️
gap/pregroup.gi 81.34% <0.00%> (-1.40%) ⬇️
gap/presentation.gi 93.26% <0.00%> (-0.88%) ⬇️
gap/util.gi 91.66% <0.00%> (-0.34%) ⬇️
gap/place.gi 93.02% <0.00%> (-0.21%) ⬇️
gap/walrus.gi 95.48% <0.00%> (-0.08%) ⬇️
... and 5 more

@fingolfin fingolfin merged commit 411e1ad into gap-packages:master Oct 14, 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