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

Call stack is messy #16

Open
g105b opened this issue Mar 16, 2021 · 0 comments
Open

Call stack is messy #16

g105b opened this issue Mar 16, 2021 · 0 comments
Labels
enhancement New feature or request
Projects

Comments

@g105b
Copy link
Member

g105b commented Mar 16, 2021

When debugging promises, it's really difficult to understand where the original resolutions were made, because every step of the promise's life is recorded as a separate entry.

To resolve this, when promises are resolved, they should be done on references to new objects. A bit of investigation needs to be made in order to figure out the most effective place for this to happen.

@g105b g105b added the enhancement New feature or request label Mar 16, 2021
@g105b g105b added this to Backlog in Overview Oct 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Overview
Backlog
Development

No branches or pull requests

1 participant