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

Make KernelObjects mutable by default #5659

Merged
merged 1 commit into from
Feb 28, 2024

Conversation

ChrisJefferson
Copy link
Contributor

This makes the "KernelObject" mutable. This is an internal type. This is required as part of fixing EDIM, but in general seems sensible -- these objects are typically mutated (and immutable shouldn't matter, hopefully, as they are only used internally). It's possible this will upset HPCGAP somewhere, as now more objects will be mutable, but not sure.

@fingolfin fingolfin added topic: kernel release notes: not needed PRs introducing changes that are wholly irrelevant to the release notes labels Feb 28, 2024
@fingolfin fingolfin merged commit c5b1535 into gap-system:master Feb 28, 2024
25 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release notes: not needed PRs introducing changes that are wholly irrelevant to the release notes topic: kernel
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants