Skip to content
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

Allow to override tag methods #1616

Closed
scharf opened this issue Feb 21, 2016 · 1 comment
Closed

Allow to override tag methods #1616

scharf opened this issue Feb 21, 2016 · 1 comment

Comments

@scharf
Copy link

scharf commented Feb 21, 2016

For example, it is not possible to override the update method, because the update method is not only writable:false (which makes sense to prevent accidental overriding) but also configurable:false which is an annoying restriction!

We have a mechanism to track the model objects that are accessed during an update. And we have a mechanism to call update if any of the variables used by update has changed. To implement that correctly, we need to override update.

I thought I could use the update and updated event track when an update is entered and exited, but that seems not possible.

@scharf
Copy link
Author

scharf commented Feb 21, 2016

All I ask for is to make the properties configurable:true ;-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants