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

Issue 1043323002: Update dart_runtime.dart rules (Closed)

Created:
5 years, 8 months ago by vsm
Modified:
5 years, 8 months ago
Reviewers:
Leaf, Jennifer Messerly
CC:
dev-compiler+reviews_dartlang.org
Base URL:
https://github.com/dart-lang/dev_compiler.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Update dart_runtime.dart rules This should bring it in line with rules.dart. R=jmesserly@google.com, leafp@google.com Committed: https://github.com/dart-lang/dev_compiler/commit/2c91c53d1afa42c76de06fc203d47447c5ac1e5b

Patch Set 1 #

Patch Set 2 : Handle mixins #

Total comments: 6

Patch Set 3 : Fix null handling #

Total comments: 8

Patch Set 4 : Fix comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+137 lines, -43 lines) Patch
M lib/runtime/dart_runtime.dart View 1 2 3 6 chunks +76 lines, -39 lines 0 comments Download
M test/runtime/dart_runtime_test.dart View 1 2 3 9 chunks +61 lines, -4 lines 0 comments Download

Messages

Total messages: 10 (1 generated)
vsm
5 years, 8 months ago (2015-03-31 23:37:24 UTC) #2
vsm
On 2015/03/31 23:37:24, vsm wrote: Update to catch a bug on mixins noted by jmesserly.
5 years, 8 months ago (2015-04-01 17:07:26 UTC) #3
Jennifer Messerly
this looks good, some questions about Null and type variables https://codereview.chromium.org/1043323002/diff/20001/lib/runtime/dart_runtime.dart File lib/runtime/dart_runtime.dart (right): https://codereview.chromium.org/1043323002/diff/20001/lib/runtime/dart_runtime.dart#newcode227 ...
5 years, 8 months ago (2015-04-01 19:12:46 UTC) #4
vsm
thanks - PTAL https://codereview.chromium.org/1043323002/diff/20001/lib/runtime/dart_runtime.dart File lib/runtime/dart_runtime.dart (right): https://codereview.chromium.org/1043323002/diff/20001/lib/runtime/dart_runtime.dart#newcode227 lib/runtime/dart_runtime.dart:227: if (t == _nullMirror && _typeOptions.nonnullableTypes.isEmpty) ...
5 years, 8 months ago (2015-04-01 21:04:04 UTC) #5
Jennifer Messerly
lgtm https://codereview.chromium.org/1043323002/diff/40001/lib/runtime/dart_runtime.dart File lib/runtime/dart_runtime.dart (right): https://codereview.chromium.org/1043323002/diff/40001/lib/runtime/dart_runtime.dart#newcode216 lib/runtime/dart_runtime.dart:216: final _nullMirror = reflectType(Null); fyi, I think this ...
5 years, 8 months ago (2015-04-02 18:24:38 UTC) #6
Leaf
https://codereview.chromium.org/1043323002/diff/40001/lib/runtime/dart_runtime.dart File lib/runtime/dart_runtime.dart (right): https://codereview.chromium.org/1043323002/diff/40001/lib/runtime/dart_runtime.dart#newcode231 lib/runtime/dart_runtime.dart:231: // Disallow generic type parameters. More like // type ...
5 years, 8 months ago (2015-04-03 00:34:02 UTC) #7
vsm
https://codereview.chromium.org/1043323002/diff/40001/lib/runtime/dart_runtime.dart File lib/runtime/dart_runtime.dart (right): https://codereview.chromium.org/1043323002/diff/40001/lib/runtime/dart_runtime.dart#newcode216 lib/runtime/dart_runtime.dart:216: final _nullMirror = reflectType(Null); On 2015/04/02 18:24:38, John Messerly ...
5 years, 8 months ago (2015-04-06 22:28:14 UTC) #8
Leaf
On 2015/04/06 22:28:14, vsm wrote: > https://codereview.chromium.org/1043323002/diff/40001/lib/runtime/dart_runtime.dart > File lib/runtime/dart_runtime.dart (right): > > https://codereview.chromium.org/1043323002/diff/40001/lib/runtime/dart_runtime.dart#newcode216 > ...
5 years, 8 months ago (2015-04-06 23:42:52 UTC) #9
vsm
5 years, 8 months ago (2015-04-07 12:57:37 UTC) #10
Message was sent while issue was closed.
Committed patchset #4 (id:60001) manually as
2c91c53d1afa42c76de06fc203d47447c5ac1e5b (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698