Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

fix(parse): handle promises returned from parsed function calls #3605

Closed
wants to merge 1 commit into from
Closed

fix(parse): handle promises returned from parsed function calls #3605

wants to merge 1 commit into from

Conversation

jussik
Copy link
Contributor

@jussik jussik commented Aug 15, 2013

When a parsed function call returns a promise, the evaluated value
is the resolved value of the promise rather than the promise object.

Closes #3503

@mary-poppins
Copy link

Thanks for the PR!

  • Contributor signed CLA now or in the past
    • If you just signed, leave a comment here with your real name
  • PR's commit messages follow the commit message format

If you need to make changes to your pull request, you can update the commit with git commit --amend.
Then, update the pull request with git push -f.

Thanks again for your help!

When a parsed function call returns a promise, the evaluated value
is the resolved value of the promise rather than the promise object.

Closes #3503
@jussik
Copy link
Contributor Author

jussik commented Aug 15, 2013

Real name: Jussi Kosunen

@vojtajina
Copy link
Contributor

Merged as 3a65822. Thank you @jussik !

@vojtajina vojtajina closed this Aug 15, 2013
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

$watching functions which return a deferred/promise
3 participants