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

Incorrect version of multiple top-level bindings of the same name from the same interactive submission is displayed #39

Closed
GoogleCodeExporter opened this issue Jul 13, 2015 · 3 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Submit the following in FSI: `let x = 3;; let x = 4;; let x = 5;; let x = 
6;;`

What is the expected output? 
The watch window should show x = 6 (the most recent binding to x)

What do you see instead?
The watch window shows x = 3 (the first binding to x)

Original issue reported on code.google.com by [email protected] on 5 Jul 2013 at 11:40

@GoogleCodeExporter
Copy link
Author

This appears to be a race condition introduced by issue 14

Original comment by [email protected] on 7 Sep 2013 at 3:32

@GoogleCodeExporter
Copy link
Author

Original comment by [email protected] on 7 Sep 2013 at 7:10

  • Changed state: Fixed

@GoogleCodeExporter
Copy link
Author

Original comment by [email protected] on 10 Sep 2013 at 8:18

  • Added labels: Milestone-Release2.0.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant