-
Enhancement
-
Resolution: Fixed
-
P4
-
17
-
b08
Many of the functions of SystemDictionary are only used internally, and many more are exported with 'protected' rather than 'private' for SystemDictionaryShared to use. This shouldn't have this much access. It makes it difficult to reason about callers and the scope of these functions.
There are some functions only used for assertions, like find_class and find_placeholder which should be internal verify functions instead.
There are some functions only used for assertions, like find_class and find_placeholder which should be internal verify functions instead.