xxtbg / fseye

Automatically exported from code.google.com/p/fseye
Apache License 2.0
0 stars 0 forks source link

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

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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 stephen....@gmail.com on 5 Jul 2013 at 11:40

GoogleCodeExporter commented 9 years ago
This appears to be a race condition introduced by issue 14

Original comment by stephen....@gmail.com on 7 Sep 2013 at 3:32

GoogleCodeExporter commented 9 years ago

Original comment by stephen....@gmail.com on 7 Sep 2013 at 7:10

GoogleCodeExporter commented 9 years ago

Original comment by stephen....@gmail.com on 10 Sep 2013 at 8:18