Add test described by #233#293
Merged
Merged
Conversation
0359222 to
5c31ecc
Compare
5c31ecc to
e7d1e36
Compare
Collaborator
Author
|
Interestingly, when I set two breakpoints by line it crashes on the second breakpoint it sends, with: I'll have to look next week why setting a second breakpoint via the testsuite has this disastrous result. |
Collaborator
Author
|
(This is failing because of #297) |
e7d1e36 to
2b638b4
Compare
Checks that the bindings imported from other modules at a specific breakpoint can be used when stopped there, with the same qualified names. E.g. `sort` and `nub` are imported, and `Map.lookup` works where `Map` is imported `qualified as Map` at the module in which we break. A second one tests that continuing from a breakpoint that has `Map` in scope, and stopping at a breakpoint which doesn't, then `Map` should no longer be available in scope. This one is currently failing. The evaluation succeeds somehow. Fixes #233
2b638b4 to
569babf
Compare
Collaborator
Author
|
I created #299 as a follow up |
1 task
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.