-
Notifications
You must be signed in to change notification settings - Fork 787
Open
Labels
feature requestNew feature or request to improve the current logicNew feature or request to improve the current logic
Description
I'm puzzled this doesn't set up problem matchers for compiler messages like
/home/runner/work/user/repo/src/[...].java:203: warning: [dep-ann] deprecated item is not annotated with @Deprecated
protected String getResource() {
/home/runner/work/user/repo/src/[...].java:563: error: cannot find symbol
Something like
{
"owner": "java",
"pattern": [
{
"regexp": "^([^:]+):(\\d+): (warning|error): (.+?)$",
"file": 1,
"line": 2,
"severity": 3,
"message": 4
}
]
}
Trass3r and mridang
Metadata
Metadata
Assignees
Labels
feature requestNew feature or request to improve the current logicNew feature or request to improve the current logic
Type
Projects
Milestone
Relationships
Development
Select code repository
Activity
dmitry-shibanov commentedon Jan 26, 2022
Hello @Trass3r. Thank you for your report. We'll investigate the feature request. Could you please provide a public repository for testing ?
Trass3r commentedon Jan 26, 2022
Seen at https://github.com/tonihele/OpenKeeper/runs/4941368760.
Trass3r commentedon Apr 13, 2023
See https://github.com/Trass3r/setup-cpp/blob/master/main.js for reference.
report build warnings in CI
mridang commentedon May 27, 2025
@IvanZosimov or maybe someone else on the team, would it be possible to get the associated PR merged please?