-
Notifications
You must be signed in to change notification settings - Fork 39
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
Provide namespace collision errors #128
Conversation
- Create a safeSet method - Resolves #96
looks OK. safeSet may belong ampersand-state?, while we simply use that interface here. |
I fear that Perhaps we can choose a more descriptive name? |
Any progress on this? |
hey @pgilad @kamilogorek , may I release 8.x now? I think this feature is OK to roll in later as a minor. 8.x release is gating a form view issue closure and a select view issue closure. |
Yeah I agree. This is far from ready plus it should probably go into |
cool, thx for the quick response. i will release momentarily |
Hey, let's revive this. Should I add this feature to |
This is an initial implementation for handling cases of namespace collisions when assigning properties/methods to
this
.Lets go over this, and if the implementation is correct, I'll implement it in other areas in this module, as well as update readme & add additional tests.