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

Conversation

@dnfield
Copy link
Contributor

@dnfield dnfield commented Feb 27, 2023

My previous commit was exiting with an unhelpful error that did not contain the failure output. This prints the failure output more nicely.

My previous commit was exiting with an unhelpful error that did not contain the failure output. This prints the failure output more nicely.
Copy link
Contributor

@jonahwilliams jonahwilliams left a comment

Choose a reason for hiding this comment

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

RSLGTM

@dnfield dnfield added e: impeller autosubmit Merge PR when tree becomes green via auto submit App labels Feb 27, 2023

subprocess.check_output(command, stderr=subprocess.STDOUT)
try:
subprocess.check_output(command, stderr=subprocess.STDOUT, text=True)
Copy link
Member

Choose a reason for hiding this comment

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

The presubmits will tell, but hopefully CI has a recent enough python for text=True.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I'm pretty sure we do. I was going to use subprocess.run here but I'm not sure we have a recent enough for that. If it fails I'll change this.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

impeller/tools/build_metal_library.py:116:2: C0103: Variable name "e" doesn't conform to '[a-z_][a-z0-9_]{2,30}$' pattern (invalid-name)

For real?

@auto-submit auto-submit bot removed the autosubmit Merge PR when tree becomes green via auto submit App label Feb 27, 2023
@auto-submit
Copy link
Contributor

auto-submit bot commented Feb 27, 2023

auto label is removed for flutter/engine, pr: 39926, due to - The status or check suite Linux Unopt has failed. Please fix the issues identified (or deflake) before re-applying this label.

@dnfield dnfield added the autosubmit Merge PR when tree becomes green via auto submit App label Feb 27, 2023
@auto-submit auto-submit bot removed the autosubmit Merge PR when tree becomes green via auto submit App label Feb 27, 2023
@auto-submit
Copy link
Contributor

auto-submit bot commented Feb 27, 2023

auto label is removed for flutter/engine, pr: 39926, due to - The status or check suite Mac iOS clang-tidy has failed. Please fix the issues identified (or deflake) before re-applying this label.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

autosubmit Merge PR when tree becomes green via auto submit App e: impeller

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants