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

Resolve some reported minor issues #3879

Merged
merged 3 commits into from
Feb 3, 2020
Merged

Resolve some reported minor issues #3879

merged 3 commits into from
Feb 3, 2020

Conversation

hulpke
Copy link
Contributor

@hulpke hulpke commented Jan 29, 2020

This fixes AssociatedPartition for the empty partition #3854
and some of the MeatAxe issues in #3764

This addresses several points in gap-system#3764

Remove obsolete BasisRadical method Dualizing the socle is better since
maximals aleady are computed through dualization.

Documentation now states `InducedAction` only for nontrivial result.
Make result of BasisSocle immutable.
@hulpke hulpke added kind: quirk Issues that are not bugs, but a discrepancy between user expectation and system behavior release notes: not needed PRs introducing changes that are wholly irrelevant to the release notes labels Jan 29, 2020
@coveralls
Copy link

coveralls commented Jan 29, 2020

Coverage Status

Coverage increased (+0.002%) to 84.782% when pulling d3479f7 on hulpke:fixes into dde8646 on gap-system:master.

@@ -2466,6 +2466,7 @@ InstallGlobalFunction(AssociatedPartition,function(lambda)
local res, k, j;
res := [];
k := Length(lambda);
if k=0 then return res;fi; # empty partition
Copy link
Member

Choose a reason for hiding this comment

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

A minimal test which just executes AssociatedPartition([]); would be nice.

Copy link
Member

@fingolfin fingolfin left a comment

Choose a reason for hiding this comment

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

LGTM. Shall we backport to 4.11?

@hulpke
Copy link
Contributor Author

hulpke commented Jan 31, 2020

I think I leave the backport question to those who would have to do the work. There shouldn't be a problem with it, but it is an extra step. I'll wait with merging for a day or two so that whoever wants can add the backport tag.

@hulpke hulpke merged commit a2326e4 into gap-system:master Feb 3, 2020
fingolfin pushed a commit that referenced this pull request Feb 3, 2020
* CLEANUP: Minor MeatAxe quirks

This addresses several points in #3764

Remove obsolete BasisRadical method Dualizing the socle is better since
maximals aleady are computed through dualization.

Documentation now states `InducedAction` only for nontrivial result.
Make result of BasisSocle immutable.

* FIX: AssociatedPartition for empty partition

This closes #3854

* Added test.
@fingolfin
Copy link
Member

Backported to stable-4.11 in commit a66ec38

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport-to-4.11-DONE kind: quirk Issues that are not bugs, but a discrepancy between user expectation and system behavior release notes: not needed PRs introducing changes that are wholly irrelevant to the release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants