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

Allow the latest glob in analyzer #44429

Closed
jakemac53 opened this issue Dec 8, 2020 · 0 comments
Closed

Allow the latest glob in analyzer #44429

jakemac53 opened this issue Dec 8, 2020 · 0 comments
Assignees
Labels
area-analyzer Use area-analyzer for Dart analyzer issues, including the analysis server and code completion. NNBD Issues related to NNBD Release P1 A high priority bug; for example, a single project is unusable or has many test failures

Comments

@jakemac53
Copy link
Contributor

Blocking dart-lang/test#1400

The analyzer should allow glob version 2.0.0-nullsafety so that test package users can use the latest glob.

I would just expand the upper bound constraint to <3.0.0 until the analyzer decides to migrate to null safety, at which point it would need to upgrade its min constraint on the package.

@jakemac53 jakemac53 added the area-analyzer Use area-analyzer for Dart analyzer issues, including the analysis server and code completion. label Dec 8, 2020
@scheglov scheglov added NNBD Issues related to NNBD Release P1 A high priority bug; for example, a single project is unusable or has many test failures labels Dec 8, 2020
@srawlins srawlins self-assigned this Dec 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-analyzer Use area-analyzer for Dart analyzer issues, including the analysis server and code completion. NNBD Issues related to NNBD Release P1 A high priority bug; for example, a single project is unusable or has many test failures
Projects
None yet
Development

No branches or pull requests

3 participants