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

Avoid incorrect pluralizations in test output #4

Merged
merged 1 commit into from
Jul 24, 2020
Merged

Avoid incorrect pluralizations in test output #4

merged 1 commit into from
Jul 24, 2020

Conversation

wilfwilson
Copy link
Member

@wilfwilson wilfwilson commented Jun 10, 2020

This will enable backwards and forwards compatibility of the test files with GAP when gap-system/gap#4050 is merged, which will cause things like <matrix group with 1 generators> to show as <matrix group with 1 generator>.

@codecov
Copy link

codecov bot commented Jun 10, 2020

Codecov Report

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

@@            Coverage Diff             @@
##           master       #4      +/-   ##
==========================================
+ Coverage   92.73%   93.04%   +0.30%     
==========================================
  Files           7        7              
  Lines         633      661      +28     
==========================================
+ Hits          587      615      +28     
  Misses         46       46              
Impacted Files Coverage Δ
gap/maxgroup.gi 100.00% <0.00%> (ø)
gap/examples.gi 96.22% <0.00%> (+0.14%) ⬆️
gap/nilpotency.gi 94.16% <0.00%> (+0.29%) ⬆️
gap/primitive.gi 89.21% <0.00%> (+0.55%) ⬆️
gap/finiteness.gi 86.30% <0.00%> (+0.58%) ⬆️

@@ -36,9 +36,11 @@ false
#
gap> g9 := ReducibleNilpotentMatGroup(2,36,5,2);
<matrix group with 21 generators>
gap> SylowSubgroupsOfNilpotentFFMatGroup(g9);
[ <matrix group with 5 generators>, <matrix group with 6 generators>,
<matrix group with 1 generators> ]
Copy link
Member

Choose a reason for hiding this comment

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

Strictly speaking this test/example is taken from the manual (hence the name manual.tst). But I don't see a major issue with that shrug

@fingolfin fingolfin merged commit c6e337c into gap-packages:master Jul 24, 2020
@wilfwilson wilfwilson deleted the pluralize branch July 26, 2020 09:34
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