Skip to content

Commit

Permalink
Merge 38365ca into 6ae417b
Browse files Browse the repository at this point in the history
  • Loading branch information
doudou committed Sep 16, 2018
2 parents 6ae417b + 38365ca commit cee6159
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
30 changes: 30 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,36 @@
"message": 5
}
},
{
"name": "autoproj-gcc-compile-template-expansion",
"severity": "error",
"owner": "autoproj",
"fileLocation": [
"absolute"
],
"pattern": {
"regexp": "(?:Autobuild::CMake|Autobuild::Orogen):(?:[^:]+):build: (.+):(\\d+):(\\d+):\\s+(required from .+)",
"file": 1,
"line": 2,
"column": 3,
"message": 4
}
},
{
"name": "autoproj-gcc-compile-file-inclusion",
"severity": "error",
"owner": "autoproj",
"fileLocation": [
"absolute"
],
"pattern": {
"regexp": "(?:Autobuild::CMake|Autobuild::Orogen):(?:[^:]+):build: (In file included from (.+):(\\d+):(\\d+))",
"file": 2,
"line": 3,
"column": 4,
"message": 1
}
},
{
"name": "autoproj-gcc-compile-warning",
"owner": "autoproj",
Expand Down
2 changes: 2 additions & 0 deletions src/tasks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ export class AutoprojProvider implements vscode.TaskProvider
'$autoproj-cmake-configure-warning',
'$autoproj-gcc-compile-error',
'$autoproj-gcc-compile-warning',
'$autoproj-gcc-compile-template-expansion',
'$autoproj-gcc-compile-file-inclusion',
'$autoproj-orogen-error'
];
return task;
Expand Down

0 comments on commit cee6159

Please sign in to comment.