gpilab / gpilab/core-nodes

Build Errors and Warnings Should be Addressed

Open
#27 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
14
Forks
6
PR merge metrics
No merged PRs in 30d

Description

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.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.