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

Issue 128203002: Fix static warnings introduced by library cleanup. (Closed)

Created:
6 years, 11 months ago by Lasse Reichstein Nielsen
Modified:
6 years, 11 months ago
Reviewers:
Søren Gjesse
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Fix static warnings introduced by library cleanup. Changing a void function body from "{ foo(); }" to "=> foo()" is not safe. The return value of foo may be incompatible with void. A temporary variable can also be a necessary cast. R=sgjesse@google.com Committed: https://code.google.com/p/dart/source/detail?r=31606

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+11 lines, -5 lines) Patch
M sdk/lib/io/http_impl.dart View 1 chunk +5 lines, -2 lines 0 comments Download
M sdk/lib/io/secure_server_socket.dart View 1 chunk +6 lines, -3 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Lasse Reichstein Nielsen
6 years, 11 months ago (2014-01-08 12:54:02 UTC) #1
Søren Gjesse
lgtm
6 years, 11 months ago (2014-01-08 12:55:47 UTC) #2
Lasse Reichstein Nielsen
We should have caught this in the review :)
6 years, 11 months ago (2014-01-08 12:57:30 UTC) #3
Lasse Reichstein Nielsen
Committed patchset #1 manually as r31606 (presubmit successful).
6 years, 11 months ago (2014-01-08 12:58:49 UTC) #4
vicb
6 years, 11 months ago (2014-01-09 08:43:27 UTC) #5
Message was sent while issue was closed.
On 2014/01/08 12:58:49, Lasse Reichstein Nielsen wrote:
> Committed patchset #1 manually as r31606 (presubmit successful).

Oops ! 
Thanks for the fixes.

Powered by Google App Engine
This is Rietveld 408576698