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

Closed
wants to merge 1 commit into from
Closed

Accommodate correctly pluralized ViewStrings in GAP #36

wants to merge 1 commit into from

Conversation

wilfwilson
Copy link
Member

@wilfwilson wilfwilson commented Jul 26, 2020

(Note: the Travis tests will fail until PR #35 is merged and this PR is rebased.)

In a future version of GAP, some nouns will be correctly pluralised to match their number. For example, the ViewString in GAP for CyclicGroup(3); is currently <pc group of size 3 with 1 generators>, whereas it will soon correctly show <pc group of size 3 with 1 generator>.

The changes in this PR maintain the backwards compatibility of this package with GAP, and it ensures that the upcoming changes to GAP on this topic do not affect the package either.

See gap-system/gap#3992 and gap-system/gap#4050 for more context.

@wilfwilson
Copy link
Member Author

wilfwilson commented Jul 26, 2020

@cdwensley Why did you close this pull request? (Thank you for merging the one for the xmod package.) I have now rebased my branch on master, so the tests should now pass - would you prefer to re-open this pull request, or should I make a new one?

@cdwensley
Copy link
Collaborator

Did not mean to close it, un-merged. Would be happy to re-open it, but do not seem to be able to do so.

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