Make test report and error buffers connection specific #3842
hugoduncan
started this conversation in
Ideas
Replies: 1 comment
-
|
Thanks for bringing this up, Hugo! We certainly had a lot of problems with this earlier, and we still have some. However, I've tried to reproduce the issue you are describing (having two REPLs, running tests that fail in both of them, and trying to mix up the REPLs associated with each test buffer), and I couldn't achieve a behavior that would be incorrect. Would you be able to give reproduction steps that break it for you? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When working with multiple repls, the test report and error buffers are shared. This leads to
Making these buffers connection specific would solve these issue.
Beta Was this translation helpful? Give feedback.
All reactions