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

chore(aft): Package aft should not have pubspec_overrides.yaml #3733

Merged
merged 2 commits into from
Sep 12, 2023

Conversation

dnys1
Copy link
Contributor

@dnys1 dnys1 commented Sep 12, 2023

Unlike every other package, aft must work without pubspec_overrides. It's counter productive to generate it and and its presence can interfere with local development.

Unlike every other package, aft must work without `pubspec_overrides`. It's counter productive to generate it and and its presence can interfere with local development.
@dnys1 dnys1 requested a review from a team as a code owner September 12, 2023 18:44
// It's counter productive to generate it and its presence can interfere
// with local development.
if (package.name == 'aft') {
await _removePubspecOverride(package);
Copy link
Member

Choose a reason for hiding this comment

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

Could we prevent the override file from being created in the first place?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Whoops. Should've been a return. Fixed 👍

Jordan-Nelson
Jordan-Nelson previously approved these changes Sep 12, 2023
@dnys1 dnys1 merged commit 79a9733 into main Sep 12, 2023
2 checks passed
@dnys1 dnys1 deleted the chore/aft/pubspec-overrides branch September 12, 2023 20:18
fjnoyp pushed a commit that referenced this pull request Sep 21, 2023
…3733)

* chore(aft): Package `aft` should not have `pubspec_overrides.yaml`

Unlike every other package, aft must work without `pubspec_overrides`. It's counter productive to generate it and and its presence can interfere with local development.

* return
fjnoyp pushed a commit that referenced this pull request Sep 21, 2023
…3733)

* chore(aft): Package `aft` should not have `pubspec_overrides.yaml`

Unlike every other package, aft must work without `pubspec_overrides`. It's counter productive to generate it and and its presence can interfere with local development.

* return
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