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

Issue 195893030: Remove warnings from type mirrors and add argument checks. (Closed)

Created:
6 years, 9 months ago by karlklose
Modified:
6 years, 9 months ago
Reviewers:
Johnni Winther
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Remove InstanceMirrorMixin from type mirrors and add argument checks in isSubclassOf. This makes dart2js/mirrors/relation_subclass_test pass in unchecked mode and removes warnings about a missing InstanceMirror.type from two implementation of TypeMirror. This CL also marks the exit_code_test as Skip, because it does not work in unchecked mode. BUG= R=johnniwinther@google.com Committed: https://code.google.com/p/dart/source/detail?r=33740

Patch Set 1 #

Patch Set 2 : Mark exit_code_test as Skip. #

Patch Set 3 : #

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+10 lines, -12 lines) Patch
M sdk/lib/_internal/compiler/implementation/mirrors/dart2js_instance_mirrors.dart View 1 2 2 chunks +1 line, -7 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/mirrors/dart2js_library_mirror.dart View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/mirrors/dart2js_type_mirrors.dart View 3 chunks +3 lines, -5 lines 0 comments Download
M tests/compiler/dart2js/dart2js.status View 1 1 chunk +3 lines, -0 lines 0 comments Download
M tests/compiler/dart2js/exit_code_test.dart View 1 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
karlklose
6 years, 9 months ago (2014-03-17 10:03:00 UTC) #1
Johnni Winther
lgtm
6 years, 9 months ago (2014-03-17 10:05:00 UTC) #2
karlklose
6 years, 9 months ago (2014-03-17 12:22:06 UTC) #3
Message was sent while issue was closed.
Committed patchset #4 manually as r33740 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698