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

evaluation order guarantee #3128

Open
xgdgsc opened this issue Oct 19, 2022 · 0 comments · May be fixed by #3139
Open

evaluation order guarantee #3128

xgdgsc opened this issue Oct 19, 2022 · 0 comments · May be fixed by #3139

Comments

@xgdgsc
Copy link
Contributor

xgdgsc commented Oct 19, 2022

Usually after REPL restart I would rerun a lot of cells. But sometimes it happens the later cell are evaluated first , making a Var undefined error.

I suspect it could be

in this while loop, code in next cell could send the message to Julia backend before lower code inside previous cell. Is it the case? Should a queue be added?

@xgdgsc xgdgsc linked a pull request Oct 26, 2022 that will close this issue
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 a pull request may close this issue.

1 participant