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

Fix a "method not found" error in SubdirectProduct #3485

Merged
merged 3 commits into from
Jun 5, 2019

Conversation

fingolfin
Copy link
Member

@fingolfin fingolfin commented Jun 4, 2019

This is an alternative to PR #3437, with a less invasive change, which IMHO makes it more appropriate for backporting to GAP 4.10. The remaining changes in PR #3437 could of course still be added to GAP 4.11, although I remain somewhat sceptical about that.

Fixes #3431

stevelinton and others added 3 commits June 4, 2019 13:34
In particular, verify that bug gap-system#3431 is fixed
The generic SubdirectProductOp performs "recursion". But SubdirectProductOp in
general expects the mappings given to it be group homomorphisms, and also that
they "know" about this. Since it sometimes happens that mappings are produced
that do not "know" this information, explicitly check for this (just as
`SubdirectProduct` does).

Fixes gap-system#3431 "even more"
@fingolfin fingolfin added kind: bug Issues describing general bugs, and PRs fixing them kind: bug: unexpected error Issues describing bugs in which computation unexpectedly encounters an error, and PRs fixing them release notes: to be added PRs introducing changes that should be (but have not yet been) mentioned in the release notes backport-to-4.10 labels Jun 4, 2019
@fingolfin fingolfin added this to the GAP 4.10.2 milestone Jun 4, 2019
@coveralls
Copy link

Coverage Status

Coverage increased (+0.04%) to 85.216% when pulling 3dbbbe2 on fingolfin:mh/fix-SubdirectProduct into 4e13271 on gap-system:master.

Copy link
Member

@wilfwilson wilfwilson left a comment

Choose a reason for hiding this comment

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

I'm happy for this to be merged. It's less clear to me that #3437 should be closed when this is merged (Of course #3437 would need to be updated, but perhaps @stevelinton would still like the remaining changes in his PR to be merged in due course).

@fingolfin fingolfin merged commit a7e6a89 into gap-system:master Jun 5, 2019
@fingolfin fingolfin deleted the mh/fix-SubdirectProduct branch June 5, 2019 14:37
@fingolfin
Copy link
Member Author

Backported to stable-4.10 in the commits feb142c, 27a8678, 0b5d176

@fingolfin fingolfin modified the milestone: GAP 4.10.2 Jun 13, 2019
@olexandr-konovalov olexandr-konovalov added release notes: added PRs introducing changes that have since been mentioned in the release notes and removed release notes: to be added PRs introducing changes that should be (but have not yet been) mentioned in the release notes labels Jun 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport-to-4.10-DONE kind: bug: unexpected error Issues describing bugs in which computation unexpectedly encounters an error, and PRs fixing them kind: bug Issues describing general bugs, and PRs fixing them release notes: added PRs introducing changes that have since been mentioned in the release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Problem with SubdirectProducts of FP Groups (inter alia)
6 participants