You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is currently necessary to configure a blacklist of function names that shouldn't be prefixed. This is to prevent prefixing of namespaced functions with the same name as core functions.
It should be possible to determine if a function is namespaced during compilation so that we don't have to configure anything.
The text was updated successfully, but these errors were encountered:
letr0n
changed the title
Need to find a better way to prevent prefixing namespaced function overrides
Need to find a better way to prevent prefixing namespaced functions
Jan 14, 2017
letr0n
changed the title
Need to find a better way to prevent prefixing namespaced functions
Prevent prefixing namespaced functions
Jan 14, 2017
letr0n
changed the title
Prevent prefixing namespaced functions
Prevent prefixing of namespaced functions
Jan 14, 2017
It is currently necessary to configure a blacklist of function names that shouldn't be prefixed. This is to prevent prefixing of namespaced functions with the same name as core functions.
It should be possible to determine if a function is namespaced during compilation so that we don't have to configure anything.
The text was updated successfully, but these errors were encountered: