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

Synchronize REPL expressions before returning. #837

Merged
merged 1 commit into from
Apr 14, 2021
Merged

Conversation

maleadt
Copy link
Member

@maleadt maleadt commented Apr 14, 2021

Fixes #831

@maleadt maleadt force-pushed the tb/repl_synchronize branch from 9b7f465 to 45a7217 Compare April 14, 2021 08:33
@codecov
Copy link

codecov bot commented Apr 14, 2021

Codecov Report

Merging #837 (45a7217) into master (631e278) will decrease coverage by 0.00%.
The diff coverage is 50.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #837      +/-   ##
==========================================
- Coverage   77.95%   77.94%   -0.01%     
==========================================
  Files         120      120              
  Lines        7397     7399       +2     
==========================================
+ Hits         5766     5767       +1     
- Misses       1631     1632       +1     
Impacted Files Coverage Δ
src/initialization.jl 80.64% <50.00%> (-1.03%) ⬇️

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 117c089...45a7217. Read the comment docs.

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.

REPL display happens in different task, breaking synchronization
1 participant