-
Notifications
You must be signed in to change notification settings - Fork 50
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
stopReplying is possibly not as selective as it needs to be #162
Comments
Any word on this? |
If there was there would be more here! |
I don't need ya sass, I thought you had something locally before? |
Are you considering allowing a complyOnce/replyOnce handler to be nondestructive of permanent handlers? E.g., a complyOnce handler would be added in addition to or temporarily in place of an existing handler? |
Not quite. The problem is that, given some arguments, |
Todo: Add tests for each combination of possible arguments. By my count, there are 8 combinations a, b, c a, b, undefined a, undefined, undefined |
You should write a single test in a loop that goes through each of those since it's difficult to track all of the variations. |
So one related issue: callbacks may be wrapped via the https://github.com/marionettejs/backbone.radio/blob/master/src/backbone.radio.js#L331 |
The possible culprit
Q: do
stopComplying
andstopReplying
work as intended right now? Or do they remove too much?The text was updated successfully, but these errors were encountered: