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

Create version which allows Dart 3.0 SDKs. #283

Closed
wants to merge 1 commit into from
Closed

Conversation

lrhn
Copy link
Member

@lrhn lrhn commented May 3, 2023

This version just allows Dart 3.0 SDKs, a second CL will switch the package to being 3.0 code.
@mit-mit

@lrhn lrhn requested a review from devoncarew May 3, 2023 09:33
@github-actions
Copy link

github-actions bot commented May 3, 2023

Package publishing

Package Version Status Publish tag
package:collection 1.17.2 ready to publish (merge and tag to publish) v1.17.2

Documentation at https://github.com/dart-lang/ecosystem/wiki/Publishing-automation.

description: Collections and utilities functions and classes related to collections.
repository: https://github.com/dart-lang/collection

environment:
sdk: ">=2.18.0 <3.0.0"
sdk: ">=2.18.0 <4.0.0"
Copy link
Member

Choose a reason for hiding this comment

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

This really makes no difference, as we re-write the upper constraint to 4.0.0 anyway for null safe packages.

But don't we want to change the lower constraint too as you are about to start using Dart 3 modifiers?

Copy link
Member Author

Choose a reason for hiding this comment

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

I prefer to not depend on constraint re-writing. It's a hack. It's fine transitionally, but I'd like to have a version which opts in to <4.0.0.

But I already had a PR for that, so closing this one.

@lrhn
Copy link
Member Author

lrhn commented May 3, 2023

Whoops, I already had a CL for this.

@lrhn lrhn closed this May 3, 2023
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.

None yet

2 participants