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

deps: Unpin intl, to follow Flutter's pinning; trim comments #696

Merged
merged 3 commits into from
May 22, 2024

Conversation

gnprice
Copy link
Member

@gnprice gnprice commented May 21, 2024

Unpinning package:intl is required for adding our tests to Flutter's "customer tests", #239:
flutter/tests@a047b7a
See comment added in the last commit here for background.

Also cut some unnecessary (or no-longer-necessary) verbose comments that we've had in this file, mostly left by the flutter create template.

Instead, link to the docs -- including the upstream template file
itself, in case one wants to refer to any information that was in
these comments specifically.  Also link to our own instructions
for a couple of items.
This isn't a helpful place for this information, because there's
no reason one would be looking in the pubspec at a time when one
needs it.  We have the same information about `flutter run` and
`flutter gen-l10n` in the README already, which is a better home.

The part about lib/l10n/ is just inaccurate; there's no such
directory in our tree.  I think that may have been the home of
what's now assets/l10n/, in a previous draft of the PR that
introduced this.
See comment for rationale.

In particular this is required for adding our tests to Flutter's
"customer tests", zulip#239:
  flutter/tests@a047b7a
@gnprice gnprice requested a review from chrisbobbe May 21, 2024 20:50
@chrisbobbe
Copy link
Collaborator

LGTM! Merging.

@chrisbobbe chrisbobbe merged commit 316cc1a into zulip:main May 22, 2024
1 check passed
@gnprice gnprice deleted the pr-deps branch May 22, 2024 19:59
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.

2 participants