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

Matching multiline problems does not work for problems with more than 2 lines #105150

Closed
bojomojo opened this issue Aug 21, 2020 · 7 comments
Closed
Assignees
Labels
*duplicate Issue identified as a duplicate of another issue(s)

Comments

@bojomojo
Copy link

  • VSCode Version: 1.48
  • OS Version: Mac OS Catalina

My task outputs something like this:

../../file/path/name.c(450:12) : error: (error line 1)
error line 2
error line 3
error line 4
error line with a different pattern

there could be more lines in between. Can we accumulate patterns?

@vscodebot
Copy link

vscodebot bot commented Aug 21, 2020

(Experimental duplicate detection)
Thanks for submitting this issue. Please also check if it is already covered by an existing one, like:

@bojomojo
Copy link
Author

to be clear..
the best case would be to have all error lines in the error. The ok case is to be able to decide which line to have

@sandy081
Copy link
Member

not sure what you mean by accumulating, can you please explain in detail about your use case.

@sandy081 sandy081 added the info-needed Issue requires more information from poster label Aug 25, 2020
@bojomojo
Copy link
Author

It means To have one problemmatcher matching
Problem 1 line 1
Problem 1 line 2

And
Problem 3 line 1
Problem 3 line 2
Problem 3 line 3

@sandy081 sandy081 removed the info-needed Issue requires more information from poster label Aug 25, 2020
@sandy081
Copy link
Member

@alexr00 Assigning to you as it seems related to problem matcher.

@alexr00
Copy link
Member

alexr00 commented Aug 26, 2020

This would be accomplished using programmatic problem matching: #59337

@alexr00 alexr00 added the *duplicate Issue identified as a duplicate of another issue(s) label Aug 26, 2020
@github-actions github-actions bot locked and limited conversation to collaborators Oct 10, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
*duplicate Issue identified as a duplicate of another issue(s)
Projects
None yet
Development

No branches or pull requests

4 participants
@sandy081 @alexr00 @bojomojo and others