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

rejection must propagate through the all chained promises #2

Closed
Gozala opened this issue Oct 25, 2010 · 2 comments
Closed

rejection must propagate through the all chained promises #2

Gozala opened this issue Oct 25, 2010 · 2 comments

Comments

@Gozala
Copy link
Collaborator

Gozala commented Oct 25, 2010

If promise is rejected, it's chained promise also get's rejected but it also gets resolved with a rejection reason.

For reproducible scenario see http://github.com/kriskowal/q/pull/1#L3R41

@Gozala
Copy link
Collaborator Author

Gozala commented Oct 25, 2010

Actually the second test failure is also caused by this:
http://github.com/kriskowal/q/pull/1#L3R109

@Gozala
Copy link
Collaborator Author

Gozala commented Nov 3, 2010

This was an error in test apparently and here is the fix:

https://github.com/kriskowal/q/issues/#issue/7

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

No branches or pull requests

1 participant