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

Build Errors and Warnings Should be Addressed #27

Open
borupdaniel opened this issue Jan 16, 2020 · 0 comments
Open

Build Errors and Warnings Should be Addressed #27

borupdaniel opened this issue Jan 16, 2020 · 0 comments

Comments

@borupdaniel
Copy link
Member

There are a ton of warnings and errors during the build from pyflakes, pep8, astyle (?), and gcc/clang. It would improve our ability to find real errors if we addressed things like:

  • missing whitespace
  • trailing whitespace
  • unused variables
  • incorrect indentation
  • unused imports
  • multiple imports (redefinition of unused import)
  • comparison of different types

I think @aganders3 addressed some of this by removing aestyle as a requirement last year, but there may still be a lot of warnings generated during compilation. The output is still quite long, anyhow.

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

No branches or pull requests

1 participant