Need to protect reserved methods in a PocomathInstance #6
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
In the current code, method
install
and all methods beginning with an underscore are reserved methods in a PocomathInstance. But nothing is currently being done to protect them from being mangled by a call toinstance.install(...)
, which could end up leaving the instance in an inoperable state.Need to pretect reserved methods in a PocomathInstanceto Need to protect reserved methods in a PocomathInstance