Skip to content
This repository was archived by the owner on Oct 22, 2024. It is now read-only.

Change wrapMatcher to avoid relying on fuzzy arrows #58

Merged
merged 1 commit into from
Aug 30, 2017

Conversation

leafpetersen
Copy link
Contributor

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
Contributor Author

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

@kevmoo
Copy link
Contributor

kevmoo commented Aug 30, 2017

Need to publish this externally, first.

I can help you with that...

mosuem pushed a commit to dart-lang/test that referenced this pull request Oct 17, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants