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

Add override for _fe_analyzer_shared #96

Merged
merged 1 commit into from
Dec 9, 2020

Conversation

natebosch
Copy link
Member

We currently need the dependency overrides because of the circular
dev_dependencies and the major version change. It is still safe to
publish since no normal dependencies are overridden.

The dependency overrides are causing us to pull in incompatible versions
of analyzer and _fe_analyzer_shared since there was a breaking
change in the latter. Pulling it in from the SDK should cause both to be
compatible until we can drop the overrides entirely.

We currently need the dependency overrides because of the circular
dev_dependencies and the major version change. It is still safe to
publish since no normal dependencies are overridden.

The dependency overrides are causing us to pull in incompatible versions
of `analyzer` and `_fe_analyzer_shared` since there was a breaking
change in the latter. Pulling it in from the SDK should cause both to be
compatible until we can drop the overrides entirely.
@natebosch natebosch requested review from pq and lrhn December 9, 2020 22:58
@google-cla google-cla bot added the cla: yes label Dec 9, 2020
Copy link
Member

@pq pq left a comment

Choose a reason for hiding this comment

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

Sweet. Thanks!

@natebosch natebosch merged commit 7b38d74 into master Dec 9, 2020
@natebosch natebosch deleted the override_fe_analyzer_shared branch December 9, 2020 23:06
mosuem pushed a commit to dart-lang/tools that referenced this pull request Dec 9, 2024
We currently need the dependency overrides because of the circular
dev_dependencies and the major version change. It is still safe to
publish since no normal dependencies are overridden.

The dependency overrides are causing us to pull in incompatible versions
of `analyzer` and `_fe_analyzer_shared` since there was a breaking
change in the latter. Pulling it in from the SDK should cause both to be
compatible until we can drop the overrides entirely.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants