-
Notifications
You must be signed in to change notification settings - Fork 165
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
MakeImmutable fails with error "Argument has inaccessible subobjects" #58
Comments
Actually, I guess this means the kernel should first check whether the object already is immutable; if it is, do nothing and return. |
One fix would be to modify @rbehrends Any comments? |
The problem is slightly more complicated. What we're seeing seems to happen (I think) because A related problem that remains is how to handle |
This keeps track of the source file for gen/foobar.c, i.e. either src/foobar.c or hpcgap/src/foobar.c And in the latter case, if hpcgap/src/foobar.c is deleted, then we now automatically trigger a rebuild of gen/foobar.c Fixes gap-system#58
Just run into this again in #3592 My test code makes a mutable attribute storing object and then makes it immutable with |
MakeImmutable breaks the backwards compatibility of HPCGAP with GAP4:
The text was updated successfully, but these errors were encountered: