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

[ImpellerC] Print the working directory that was tried when failing to open #38079

Merged
merged 2 commits into from Dec 5, 2022

Conversation

bdero
Copy link
Member

@bdero bdero commented Dec 5, 2022

Also, resolve the source language before attempting to open the directory, to prevent the source language error message from showing up incorrectly.

@bdero bdero self-assigned this Dec 5, 2022
@flutter-dashboard
Copy link

It looks like this pull request may not have tests. Please make sure to add tests before merging. If you need an exemption to this rule, contact Hixie on the #hackers channel in Chat (don't just cc him here, he won't see it! He's on Discord!).

If you are not sure if you need tests, consider this rule of thumb: the purpose of a test is to make sure someone doesn't accidentally revert the fix. Ask yourself, is there anything in your PR that you feel it is important we not accidentally revert back to how it was before your fix?

Reviewers: Read the Tree Hygiene page and make sure this patch meets those guidelines before LGTMing.

Copy link
Member

@zanderso zanderso left a comment

Choose a reason for hiding this comment

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

lgtm w/ small suggestion

@@ -196,7 +196,9 @@ bool Switches::AreValid(std::ostream& explain) const {
}

if (!working_directory || !working_directory->is_valid()) {
explain << "Could not figure out working directory." << std::endl;
explain << "Could not open the working directory: "
Copy link
Member

Choose a reason for hiding this comment

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

Consider wrapping in quotes to make it clear if/when the string is empty.

Copy link
Member Author

Choose a reason for hiding this comment

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

Done.

@bdero bdero added the autosubmit Merge PR when tree becomes green via auto submit App label Dec 5, 2022
@auto-submit auto-submit bot merged commit 0efb0ef into flutter:main Dec 5, 2022
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Dec 5, 2022
auto-submit bot pushed a commit to flutter/flutter that referenced this pull request Dec 5, 2022
…116552)

* 53d66aa55 [web] Add styling in CSS reset to remove Edge password reveal icon (flutter/engine#38011)

* 0efb0ef40 [ImpellerC] Print the working directory that was tried when failing to open (flutter/engine#38079)
mit-mit pushed a commit to mit-mit/flutter that referenced this pull request Dec 6, 2022
…lutter#116552)

* 53d66aa55 [web] Add styling in CSS reset to remove Edge password reveal icon (flutter/engine#38011)

* 0efb0ef40 [ImpellerC] Print the working directory that was tried when failing to open (flutter/engine#38079)
shogohida pushed a commit to shogohida/flutter that referenced this pull request Dec 7, 2022
…lutter#116552)

* 53d66aa55 [web] Add styling in CSS reset to remove Edge password reveal icon (flutter/engine#38011)

* 0efb0ef40 [ImpellerC] Print the working directory that was tried when failing to open (flutter/engine#38079)
gspencergoog pushed a commit to gspencergoog/flutter that referenced this pull request Jan 19, 2023
…lutter#116552)

* 53d66aa55 [web] Add styling in CSS reset to remove Edge password reveal icon (flutter/engine#38011)

* 0efb0ef40 [ImpellerC] Print the working directory that was tried when failing to open (flutter/engine#38079)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
autosubmit Merge PR when tree becomes green via auto submit App e: impeller needs tests
Projects
No open projects
Archived in project
2 participants