Skip to content

Consolidate Infer# analysis backend#43

Merged
xinshiMSFT merged 13 commits intomainfrom
xinshi/consolidatebackend
Mar 3, 2021
Merged

Consolidate Infer# analysis backend#43
xinshiMSFT merged 13 commits intomainfrom
xinshi/consolidatebackend

Conversation

@xinshiMSFT
Copy link
Copy Markdown
Member

Infer# will use the up-to-date Infer backend instead of our forked version going forward.

@xinshiMSFT xinshiMSFT linked an issue Mar 1, 2021 that may be closed by this pull request
sudo dotnet /app/AnalysisResultParser/AnalysisResultParser.dll infer-out/bugs.txt infer-out/filtered_bugs.txt $reportonfiles
mkdir -p $2
sudo cp infer-out/filtered_bugs.txt $2
echo "Bug report is ready at $2/"
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should at least keep this message as echo "Bug report is ready at $1/" if we don't have a <output_path> input.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Infer actually spits out relevant info like this:

Found 10 issues (console output truncated to 5, see '/app/infer-out/report.txt' for the full list)

@xi-liu-ds
Copy link
Copy Markdown
Member

Overall it looks great! Just a few things:

  • It seems that azure pipeline yaml files in /build are outdated.
  • Please make sure all script files are necessary.

Thanks!

@xinshiMSFT xinshiMSFT merged commit 744081c into main Mar 3, 2021
@xinshiMSFT xinshiMSFT deleted the xinshi/consolidatebackend branch March 3, 2021 19:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Consolidate Infer analysis backend

4 participants