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

Use Dart 3.2 language version #1340

Closed

Conversation

parlough
Copy link
Member

To take advantage of field type promotion improvements.

Also updates CI to use latest stable Dart and Flutter releases.

@parlough parlough marked this pull request as ready for review February 10, 2024 20:36
repository: https://github.com/dart-lang/pana
topics:
- tool

environment:
sdk: '>=3.0.0 <4.0.0'
sdk: ^3.2.0
Copy link
Collaborator

Choose a reason for hiding this comment

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

Do we have any pressing need for this? Let's not force-upgrade people just for the sake of upgrading.

Copy link
Member Author

Choose a reason for hiding this comment

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

That's fair. Not necessary for now :)

@@ -1,12 +1,12 @@
name: pana
description: PAckage aNAlyzer - produce a report summarizing the health and quality of a Dart package.
version: 0.22.1
version: 0.22.2-wip
Copy link
Collaborator

Choose a reason for hiding this comment

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

Note: we usually use -dev postfix.

@@ -1,3 +1,7 @@
## 0.22.2-wip
Copy link
Collaborator

Choose a reason for hiding this comment

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

Note: we just set the final version here, not the -postfixed one.

@parlough parlough closed this Feb 12, 2024
@parlough parlough deleted the misc/dart-3-2-language-version branch February 12, 2024 16:58
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

3 participants