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

Clean up and update old scripts #2073

Merged
merged 1 commit into from
Sep 1, 2022
Merged

Clean up and update old scripts #2073

merged 1 commit into from
Sep 1, 2022

Conversation

sdavtaker
Copy link
Contributor

@sdavtaker sdavtaker commented Sep 1, 2022

Issue #1888

Description of changes:
Adjusted scripts to be more "python-3" friendly, added a few basic refactors to be PEP8 compliant. Removed old unused scripts. This is preparation for follow up changes.

Check all that applies:

  • Did a review by yourself.
  • Added proper tests to cover this PR. (If tests are not applicable, explain.)
  • Checked if this PR is a breaking (APIs have been changed) change.
  • Checked if this PR will not introduce cross-platform inconsistent behaviour.
  • [] Checked if this PR would require a ReadMe/Wiki update.

Check which platforms you have built SDK on to verify the correctness of this PR.

  • Linux
  • Windows
  • Android
  • MacOS
  • IOS
  • Other Platforms

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@sdavtaker sdavtaker marked this pull request as ready for review September 1, 2022 23:08
@sdavtaker sdavtaker merged commit 128e186 into main Sep 1, 2022
@sdavtaker sdavtaker deleted the scripts-tidy branch September 1, 2022 23:08
'|.*tests/.*Test.cpp'
# add more white lists here
)
if skip_file_pattern.match(filename):
Copy link
Contributor

Choose a reason for hiding this comment

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

could simplify to return skip_file_pattern.match(filename)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Submitted a new PR with this change and some whitespace adjustments.

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.

3 participants