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

Remove usage of Maps.mapToString() #71

Merged
merged 1 commit into from
Feb 23, 2018

Conversation

srawlins
Copy link
Contributor

Maps.mapToString() is going to be removed by Dart 2.0. It will be moved to MapBase.mapToString(). To avoid bumping the minimum SDK version, we can just copy the implementation (~30 lines) to this package.

@srawlins srawlins requested a review from lrhn February 22, 2018 18:50
@lrhn
Copy link
Contributor

lrhn commented Feb 23, 2018

LGTM

@lrhn lrhn merged commit 5943e16 into dart-archive:master Feb 23, 2018
@nex3
Copy link
Contributor

nex3 commented Feb 23, 2018

DBC: It would be good to document in a comment where this code comes from and why it's duplicated here.

cbracken pushed a commit to google/quiver-dart that referenced this pull request Feb 28, 2018
`Maps.mapToString()` is going to be removed by Dart 2.0. It will be moved to `MapBase.mapToString()`. To avoid bumping the minimum SDK version, we can just copy the implementation (~30 lines) to this package.

(This is the same fix that was applied to collection, dart-archive/collection#71.)
mosuem pushed a commit to dart-lang/core that referenced this pull request Oct 18, 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.

4 participants