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

prevent await blocks using stale state #1150

Merged
merged 1 commit into from
Feb 4, 2018
Merged

prevent await blocks using stale state #1150

merged 1 commit into from
Feb 4, 2018

Conversation

Rich-Harris
Copy link
Member

fixes #1131

@codecov-io
Copy link

codecov-io commented Feb 4, 2018

Codecov Report

Merging #1150 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1150   +/-   ##
=======================================
  Coverage   91.48%   91.48%           
=======================================
  Files         126      126           
  Lines        4524     4524           
  Branches     1461     1461           
=======================================
  Hits         4139     4139           
  Misses        163      163           
  Partials      222      222
Impacted Files Coverage Δ
src/generators/nodes/AwaitBlock.ts 94.28% <ø> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 37d5260...bf25248. Read the comment docs.

@Rich-Harris Rich-Harris merged commit 29a1569 into master Feb 4, 2018
@Rich-Harris Rich-Harris deleted the gh-1131 branch February 4, 2018 14:09
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

Successfully merging this pull request may close these issues.

component.set doesn't update ui when called from an awaiting promise
2 participants