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

parse_build_results needs to be refined #608

Open
bryteise opened this issue Apr 14, 2020 · 0 comments
Open

parse_build_results needs to be refined #608

bryteise opened this issue Apr 14, 2020 · 0 comments
Labels
performance Issue is related to autospec's performance or efficiency refactor-needed Refactoring needed to fix issue or implement feature

Comments

@bryteise
Copy link
Member

Currently the parse_build_results function looks at every line the build.log output and keeps state to try and determine if it is in a section that needs to be handled specially but otherwise will run matches to add new build requirements everywhere.

To improve our parsing of this file we should insert output into the build log that demarcates sections that should be handled by the parser like configure, build and files. Then the parse function should scan for a specific section and hand just that section off into a parser just for that content.

@phmccarty phmccarty added performance Issue is related to autospec's performance or efficiency refactor-needed Refactoring needed to fix issue or implement feature labels Apr 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
performance Issue is related to autospec's performance or efficiency refactor-needed Refactoring needed to fix issue or implement feature
Projects
None yet
Development

No branches or pull requests

2 participants