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

Configurable dirty-checking behavior #563

Open
jdanyow opened this issue Jan 15, 2017 · 1 comment
Open

Configurable dirty-checking behavior #563

jdanyow opened this issue Jan 15, 2017 · 1 comment

Comments

@jdanyow
Copy link
Contributor

jdanyow commented Jan 15, 2017

Note: this issue originated in aurelia/framework#386 read the comments there first

Enable developers to decide what Aurelia should do when observing a property will require dirty-checking.

Questions/considerations:

@atsu85
Copy link

atsu85 commented Jan 15, 2017

What behaviors/options do we ship? log/throw

just choosing between logging/throwing isn't good enough - I'd like to replace the handler, so i'd be able to show UI message, send notification to Bugsnag and throw an error (as I've done when aurelia-computed has discovered a getter, where dependencies can't be computed by aurelia-computed plugin, resulting in fallback to dirty-checking)

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

3 participants