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

Issue 326263002: Add missing demangling to the VM's NoSuchMethodError. Ensure the NoSuchMethorError for reflective i… (Closed)

Created:
6 years, 6 months ago by rmacnak
Modified:
6 years, 6 months ago
Reviewers:
floitsch, siva
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Add missing demangling to the VM's NoSuchMethodError. Ensure the VM's NoSuchMethorErrors for reflective invocation match those for non-reflective invocation. Fix bug in VM demangling of setters. Fix bug where test was not covering invocation on classes as intended. BUG=http://dartbug.com/18042 R=asiva@google.com Committed: https://code.google.com/p/dart/source/detail?r=37294

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : also deal with NSMEs for assignment to finals #

Total comments: 8

Patch Set 5 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+130 lines, -51 lines) Patch
M runtime/lib/errors_patch.dart View 4 chunks +5 lines, -3 lines 0 comments Download
M runtime/lib/mirrors.cc View 1 2 3 4 13 chunks +51 lines, -39 lines 0 comments Download
M runtime/lib/mirrors_patch.dart View 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/parser.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M tests/lib/lib.status View 1 2 3 chunks +3 lines, -2 lines 0 comments Download
M tests/lib/mirrors/mirrors_nsm_test.dart View 1 2 3 2 chunks +69 lines, -5 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
rmacnak
6 years, 6 months ago (2014-06-11 00:56:28 UTC) #1
siva
LGTM with some comments. https://codereview.chromium.org/326263002/diff/60001/runtime/lib/mirrors.cc File runtime/lib/mirrors.cc (right): https://codereview.chromium.org/326263002/diff/60001/runtime/lib/mirrors.cc#newcode662 runtime/lib/mirrors.cc:662: Array::Handle(), Use Object::null_array() instead of ...
6 years, 6 months ago (2014-06-12 16:59:07 UTC) #2
rmacnak
https://codereview.chromium.org/326263002/diff/60001/runtime/lib/mirrors.cc File runtime/lib/mirrors.cc (right): https://codereview.chromium.org/326263002/diff/60001/runtime/lib/mirrors.cc#newcode662 runtime/lib/mirrors.cc:662: Array::Handle(), On 2014/06/12 16:59:07, siva wrote: > Use Object::null_array() ...
6 years, 6 months ago (2014-06-12 22:52:08 UTC) #3
rmacnak
6 years, 6 months ago (2014-06-12 22:53:07 UTC) #4
Message was sent while issue was closed.
Committed patchset #5 manually as r37294 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698