Skip to content

New resolver to untangle embedder SDK problem #1605

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

Merged
merged 2 commits into from
Feb 13, 2018
Merged

Conversation

jcollins-g
Copy link
Contributor

@jcollins-g jcollins-g commented Feb 13, 2018

Fixes #1601. AnalysisDriver seems to haave some different resolver setup requirements that are challenging to replicate without either reimplementing ContextBuilder or porting over dartdoc to use ContextBuilder (thus requiring a second port when the new API is ready).

So, for now, just duct-tape and bailing wire the thing together with a custom resolver that behaves the way the analyzer expects for cases where embedded SDK components might also be part of a package, while continuing to bypass the more complex setup in ContextBuilder.

@googlebot googlebot added the cla: yes Google CLA check succeeded. label Feb 13, 2018
@jcollins-g jcollins-g merged commit 00c3306 into master Feb 13, 2018
@jcollins-g jcollins-g deleted the fix-driver-issues branch February 13, 2018 18:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes Google CLA check succeeded.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

flutter docs generated from head don't know about Dart Core
3 participants