Need to protect reserved methods in a PocomathInstance #6

Closed
opened 2022-07-20 03:01:32 +00:00 by glen · 0 comments
Owner

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 to instance.install(...), which could end up leaving the instance in an inoperable state.

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 to `instance.install(...)`, which could end up leaving the instance in an inoperable state.
glen changed title from Need to pretect reserved methods in a PocomathInstance to Need to protect reserved methods in a PocomathInstance 2022-07-20 03:07:41 +00:00
glen added the
bug
label 2022-07-20 03:07:48 +00:00
glen closed this issue 2022-07-22 21:29:18 +00:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: glen/pocomath#6
No description provided.