You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue is supposed to be an aggregate list of the TODOs in code clean up efforts (not prioritized at this moment but we might want to work on this some time in the future). In the meantime, please feel free to reply to this thread (if you can't modify it) to add items you deem necessary.
Separate path and other environment variables to an individual configuration file. Developers are expected to not commit it when they make modification to it during local development.
including the TEMPLATE_DIR variable in sysgen.py
Add .gitignore
Add a style linter configuration file into the project to govern the style automated check.
limit all lines in code to a maximum of 79 characters, as suggested by PEP 8.
There seem to be redundant new line after every for loop in the generated C code. Remove them in the compiler logic if there are.
The text was updated successfully, but these errors were encountered:
This issue is supposed to be an aggregate list of the TODOs in code clean up efforts (not prioritized at this moment but we might want to work on this some time in the future). In the meantime, please feel free to reply to this thread (if you can't modify it) to add items you deem necessary.
Separate path and other environment variables to an individual configuration file. Developers are expected to not commit it when they make modification to it during local development.
TEMPLATE_DIR
variable in sysgen.pyAdd
.gitignore
Add a style linter configuration file into the project to govern the style automated check.
There seem to be redundant new line after every for loop in the generated C code. Remove them in the compiler logic if there are.
The text was updated successfully, but these errors were encountered: