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

Change wrapMatcher to avoid relying on fuzzy arrows #58

Merged
merged 1 commit into from
Aug 30, 2017

Conversation

leafpetersen
Copy link
Member

The predicate case in wrapMatcher is essentially relying on a now deprecated feature of strong mode that treated dynamic as bottom when used in a function argument position. This feature is being deprecated and removed in Dart 2.0 (more context here dart-lang/sdk#29630 ).

This adds code to explicitly handle the cases previously handled using fuzzy arrows.

@kevmoo kevmoo merged commit ba55fb3 into master Aug 30, 2017
@kevmoo kevmoo deleted the fuzzy_arrow_fixes branch August 30, 2017 22:21
@leafpetersen
Copy link
Member Author

Thanks! Will internal versions get updated automatically, or do I need to initiate something?

@kevmoo
Copy link
Member

kevmoo commented Aug 30, 2017

Need to publish this externally, first.

I can help you with that...

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