Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Conversation

@godofredoc
Copy link
Contributor

Parses gclient DEPs file to be processed later by scorecards.

Pre-launch Checklist

  • I read the Contributor Guide and followed the process outlined there for submitting PRs.
  • I read the Tree Hygiene wiki page, which explains my responsibilities.
  • I read and followed the Flutter Style Guide and the C++, Objective-C, Java style guides.
  • I listed at least one issue that this PR fixes in the description above.
  • I added new tests to check the change I am making or feature I am adding, or Hixie said the PR is test-exempt. See testing the engine for instructions on
    writing and running engine tests.
  • I updated/added relevant documentation (doc comments with ///).
  • I signed the CLA.
  • All existing and new tests are passing.

If you need help, consider asking for advice on the #hackers-new channel on Discord.

@godofredoc godofredoc requested a review from zanderso March 24, 2022 05:09
@godofredoc
Copy link
Contributor Author

This is the initial version of the gclient flattening script that will be used to validate dependencies are pinned.

@@ -0,0 +1,96 @@
# Usage: deps_parser.py --deps <DEPS file> --output <flattened deps>
Copy link
Member

Choose a reason for hiding this comment

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

Needs copyright header.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Added the copyright header. Do we also need to update the licenses scripts to check python files?

Copy link
Member

Choose a reason for hiding this comment

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

The license script is only for checking code that might ship. The ci directory is excluded.

@@ -0,0 +1,96 @@
# Usage: deps_parser.py --deps <DEPS file> --output <flattened deps>
Copy link
Member

Choose a reason for hiding this comment

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

The license script is only for checking code that might ship. The ci directory is excluded.

@godofredoc godofredoc merged commit 0defb26 into flutter:main Mar 25, 2022
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Mar 25, 2022
zanderso pushed a commit to flutter/flutter that referenced this pull request Mar 25, 2022
* 0defb26 Add gclient parser. (flutter/engine#32135)

* b8ff8f1 Roll impeller to 0ce2e789fc0852d6d9ee63fb68097327447cd7d8 (flutter/engine#32264)

* 6096dd1 Add test for external textures on Android (flutter/engine#31642)
@godofredoc godofredoc deleted the test_action branch January 12, 2024 19:47
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants