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

Issue 1895473004: Make dart:core strong-mode clean. (Closed)

Created:
4 years, 8 months ago by floitsch
Modified:
4 years, 8 months ago
CC:
reviews_dartlang.org, kevmoo
Base URL:
git@github.com:dart-lang/sdk.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 8

Patch Set 2 : Address comments and update Changelog. #

Total comments: 11

Patch Set 3 : Address comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+47 lines, -20 lines) Patch
M CHANGELOG.md View 1 1 chunk +7 lines, -0 lines 0 comments Download
M sdk/lib/core/iterable.dart View 1 4 chunks +14 lines, -4 lines 0 comments Download
M sdk/lib/core/num.dart View 1 1 chunk +5 lines, -4 lines 0 comments Download
M sdk/lib/core/uri.dart View 1 2 9 chunks +11 lines, -11 lines 0 comments Download
M tests/corelib/uri_test.dart View 1 2 chunks +10 lines, -1 line 0 comments Download

Messages

Total messages: 15 (3 generated)
floitsch
I also made the 'replace' function accept a Map<String, dynamic> to align it with the ...
4 years, 8 months ago (2016-04-16 00:28:57 UTC) #2
floitsch
Will add a test for the `replace` function before committing.
4 years, 8 months ago (2016-04-16 00:29:13 UTC) #3
Lasse Reichstein Nielsen
lgtm https://codereview.chromium.org/1895473004/diff/1/sdk/lib/core/iterable.dart File sdk/lib/core/iterable.dart (right): https://codereview.chromium.org/1895473004/diff/1/sdk/lib/core/iterable.dart#newcode615 sdk/lib/core/iterable.dart:615: _generator = (generator != null) ? generator : ...
4 years, 8 months ago (2016-04-16 09:58:22 UTC) #4
floitsch
Updated the Changelog too. https://codereview.chromium.org/1895473004/diff/1/sdk/lib/core/iterable.dart File sdk/lib/core/iterable.dart (right): https://codereview.chromium.org/1895473004/diff/1/sdk/lib/core/iterable.dart#newcode615 sdk/lib/core/iterable.dart:615: _generator = (generator != null) ...
4 years, 8 months ago (2016-04-19 15:36:40 UTC) #5
kevmoo
https://codereview.chromium.org/1895473004/diff/20001/CHANGELOG.md File CHANGELOG.md (right): https://codereview.chromium.org/1895473004/diff/20001/CHANGELOG.md#newcode6 CHANGELOG.md:6: * `Uri.parseIPv6Address` returns a `Uint8List`. Where's the signature change ...
4 years, 8 months ago (2016-04-19 22:53:16 UTC) #7
Leaf
lgtm https://codereview.chromium.org/1895473004/diff/20001/sdk/lib/core/num.dart File sdk/lib/core/num.dart (right): https://codereview.chromium.org/1895473004/diff/20001/sdk/lib/core/num.dart#newcode451 sdk/lib/core/num.dart:451: static int _returnIntNull(String _) => null; The String ...
4 years, 8 months ago (2016-04-19 23:58:36 UTC) #8
floitsch
https://codereview.chromium.org/1895473004/diff/20001/CHANGELOG.md File CHANGELOG.md (right): https://codereview.chromium.org/1895473004/diff/20001/CHANGELOG.md#newcode6 CHANGELOG.md:6: * `Uri.parseIPv6Address` returns a `Uint8List`. On 2016/04/19 22:53:16, kevmoo ...
4 years, 8 months ago (2016-04-20 14:15:06 UTC) #9
kevmoo
https://codereview.chromium.org/1895473004/diff/20001/CHANGELOG.md File CHANGELOG.md (right): https://codereview.chromium.org/1895473004/diff/20001/CHANGELOG.md#newcode6 CHANGELOG.md:6: * `Uri.parseIPv6Address` returns a `Uint8List`. On 2016/04/20 14:15:05, floitsch ...
4 years, 8 months ago (2016-04-20 14:34:52 UTC) #10
Leaf
https://codereview.chromium.org/1895473004/diff/20001/sdk/lib/core/num.dart File sdk/lib/core/num.dart (right): https://codereview.chromium.org/1895473004/diff/20001/sdk/lib/core/num.dart#newcode451 sdk/lib/core/num.dart:451: static int _returnIntNull(String _) => null; On 2016/04/20 14:15:05, ...
4 years, 8 months ago (2016-04-20 17:48:37 UTC) #11
floitsch
On 2016/04/20 14:34:52, kevmoo wrote: > https://codereview.chromium.org/1895473004/diff/20001/CHANGELOG.md > File CHANGELOG.md (right): > > https://codereview.chromium.org/1895473004/diff/20001/CHANGELOG.md#newcode6 > ...
4 years, 8 months ago (2016-04-20 18:20:27 UTC) #12
floitsch
@Kevin: landing as is, but will do a follow-up CL if you think that I ...
4 years, 8 months ago (2016-04-21 12:01:40 UTC) #13
floitsch
4 years, 8 months ago (2016-04-21 12:01:54 UTC) #15
Message was sent while issue was closed.
Committed patchset #3 (id:40001) manually as
84ec63e9fc404a6caafc53dbdf75e45907301818 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698