-
Notifications
You must be signed in to change notification settings - Fork 825
fix line directive application for caller info #18829
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
Conversation
Thanks for spotting and fixing this. |
Not a showstopper, but FsharpQA test probably needs adjusting:
|
Yes, thank, I know. I am struggling doing that with my Linux environment. I have fixed one of the two errors blindly, but there is still a remaining one. It is not so easy to move it to ComponentTests because of the C# lib. |
I'm on Windows, I'll take a look! |
Thanks!! |
Ok, I succeeded in bringing it to ComponentTests, I guess I will be ok now to find the issue. |
Original error:
|
It was just a typo in the test case that I overlooked while checking it ten times. |
This is ready |
❗ Release notes required
|
Not sure if this is covered already by this PR, but I just noticed in another branch, |
I have not been able to reproduce it yet (neither locally nor in CI), but let me look further into it. |
@T-Gro: EDIT: Sorry, I just found the download menus |
@Martin521 I think I know what's going on. We're using a shared state (the test project) concurrently. So this is not a bug (or rather a bug in tests only). |
Thanks! I did check and see that the project uses unique file names. But, yes, the two tests use the same project, so, getting diagnostics from the other test is possible. |
Still good that this happened. While checking again carefully all my changes, I found another issue that I will also fix :-). |
Head branch was pushed to by a user without write access
Description
This fixes the regression regarding caller info with line directives that was reported here.
So, this adds a 6th place to this list of applications of line directives.
Checklist