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

Issue 2666013004: Address a number of open issues. (Closed)

Created:
3 years, 10 months ago by Lasse Reichstein Nielsen
Modified:
3 years, 10 months ago
Reviewers:
floitsch
CC:
reviews_dartlang.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Address a number of open issues. Fix example in README.md (#20) Add missing import in io_io.dart (#18); Add error message when trying to load resource that cannot be resolved (#17), instead of just failing when trying to use a `null` URI. Make HttpClient be shared and reduce max number of connections to same server. Hopefully this addresses #19. If not, the program really needs more file descriptors than the OS provides. R=floitsch@google.com Committed: https://github.com/dart-lang/resource/commit/15728b5ef6b978848e211a90b9db54c8aa67cc34

Patch Set 1 #

Patch Set 2 : Add changelog. #

Patch Set 3 : Swap imports in resource_loader.dart. Addresses #16. #

Total comments: 2

Patch Set 4 : Address comment. #

Patch Set 5 : Close the parenthesis. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+24 lines, -10 lines) Patch
M CHANGELOG.md View 1 1 chunk +6 lines, -0 lines 0 comments Download
M README.md View 1 chunk +1 line, -1 line 0 comments Download
M lib/src/io_io.dart View 2 chunks +5 lines, -2 lines 0 comments Download
M lib/src/resolve.dart View 1 2 3 4 1 chunk +8 lines, -3 lines 0 comments Download
M lib/src/resource_loader.dart View 1 2 1 chunk +1 line, -1 line 0 comments Download
M pubspec.yaml View 1 chunk +1 line, -1 line 0 comments Download
M test/resource_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 6 (2 generated)
Lasse Reichstein Nielsen
3 years, 10 months ago (2017-02-01 10:17:06 UTC) #2
floitsch
LGTM. https://codereview.chromium.org/2666013004/diff/40001/lib/src/resolve.dart File lib/src/resolve.dart (right): https://codereview.chromium.org/2666013004/diff/40001/lib/src/resolve.dart#newcode12 lib/src/resolve.dart:12: resolvedUri ?? new ArgumentError.value(uri, "uri", "Unknown package")); That ...
3 years, 10 months ago (2017-02-01 12:18:00 UTC) #3
Lasse Reichstein Nielsen
https://codereview.chromium.org/2666013004/diff/40001/lib/src/resolve.dart File lib/src/resolve.dart (right): https://codereview.chromium.org/2666013004/diff/40001/lib/src/resolve.dart#newcode12 lib/src/resolve.dart:12: resolvedUri ?? new ArgumentError.value(uri, "uri", "Unknown package")); True, should ...
3 years, 10 months ago (2017-02-01 12:44:37 UTC) #4
Lasse Reichstein Nielsen
3 years, 10 months ago (2017-02-01 12:46:52 UTC) #6
Message was sent while issue was closed.
Committed patchset #5 (id:80001) manually as
15728b5ef6b978848e211a90b9db54c8aa67cc34 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698