Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(209)

Issue 12045024: Fix map literals from change 17410 (Closed)

Created:
7 years, 11 months ago by hausner
Modified:
7 years, 11 months ago
Reviewers:
regis
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Fix map literals from change 17410 Remove any type arguments from map literals that had one type argument before change 17410. Committed: https://code.google.com/p/dart/source/detail?r=17412

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+15 lines, -15 lines) Patch
M pkg/http/lib/src/base_request.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/http/lib/src/base_response.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/http/lib/src/io_client.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/http/lib/src/multipart_request.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/http/lib/src/response.dart View 2 chunks +2 lines, -2 lines 0 comments Download
M pkg/http/lib/src/streamed_response.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/http/lib/src/utils.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/http/test/utils.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/oauth2/lib/src/utils.dart View 1 chunk +1 line, -1 line 0 comments Download
M sdk/lib/_internal/compiler/implementation/dart_backend/renamer.dart View 1 chunk +1 line, -1 line 0 comments Download
M sdk/lib/_internal/libraries.dart View 1 chunk +1 line, -1 line 0 comments Download
M utils/pub/curl_client.dart View 1 chunk +1 line, -1 line 0 comments Download
M utils/pub/utils.dart View 1 chunk +1 line, -1 line 0 comments Download
M utils/tests/pub/curl_client_test.dart View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 3 (0 generated)
hausner
The VM interpreted <X>{} as <String, dynamic>{}, not as <String, X>{}. Thus my previous change ...
7 years, 11 months ago (2013-01-22 17:28:01 UTC) #1
hausner
TBR
7 years, 11 months ago (2013-01-22 17:32:02 UTC) #2
regis
7 years, 11 months ago (2013-01-22 17:48:17 UTC) #3
Message was sent while issue was closed.
LGTM, but like a big hammer for a small issue. They were only 3 tests failing.

Powered by Google App Engine
This is Rietveld 408576698