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

Correct the wildcard tests for import prefixes. #3866

Merged
merged 3 commits into from
Sep 4, 2024

Conversation

srawlins
Copy link
Member

@srawlins srawlins commented Sep 3, 2024

An unrelated fix, #3865, revealed that the wildcard-variables experiment was not actually enabled in tests; the SDK constraint used in test packages needs to be '^3.6.0'. With that fix, there are some questions about how much dartdoc should be doing to keep wildcards "non-binding" and how much the analyzer should be doing. So that is raised in #3769 (comment).


  • I’ve reviewed the contributor guide and applied the relevant portions to this PR.
Contribution guidelines:

Note that many Dart repos have a weekly cadence for reviewing PRs - please allow for some latency before initial review feedback.

An unrelated fix, dart-lang#3865, revealed that
the wildcard-variables experiment was not actually enabled in tests; the SDK
constraint used in test packages needs to be '^3.6.0'. With that fix, there are
some questions about how much dartdoc should be doing to keep wildcards
"non-binding" and how much the analyzer should be doing. So that is raised in
dart-lang#3769 (comment).
@srawlins
Copy link
Member Author

srawlins commented Sep 3, 2024

Ready for review, @dart-lang/analyzer-team

@srawlins
Copy link
Member Author

srawlins commented Sep 3, 2024

Oops, I forgot I thought @kallentu specifically should review this. 😁

@srawlins srawlins merged commit 0d0bf4a into dart-lang:main Sep 4, 2024
9 checks passed
@srawlins srawlins deleted the fix-wildcards branch September 4, 2024 05:26
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