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

Issue 12297010: - Split the implementation of NoSuchMethodError in preparation for (Closed)

Created:
7 years, 10 months ago by Ivan Posva
Modified:
7 years, 10 months ago
Reviewers:
kasperl
CC:
reviews_dartlang.org
Visibility:
Public.

Description

- Split the implementation of NoSuchMethodError in preparation for better error messages from the VM. Committed: https://code.google.com/p/dart/source/detail?r=18614

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+103 lines, -43 lines) Patch
M runtime/lib/errors_patch.dart View 1 chunk +55 lines, -0 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/lib/core_patch.dart View 1 chunk +47 lines, -0 lines 0 comments Download
M sdk/lib/core/errors.dart View 1 chunk +1 line, -43 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Ivan Posva
7 years, 10 months ago (2013-02-18 06:12:52 UTC) #1
kasperl
LGTM. Let us know what kind of improvements you come up with and we'll see ...
7 years, 10 months ago (2013-02-18 06:30:52 UTC) #2
Ivan Posva
7 years, 10 months ago (2013-02-18 07:04:06 UTC) #3
Message was sent while issue was closed.
On 2013/02/18 06:30:52, kasperl wrote:
> LGTM. Let us know what kind of improvements you come up with and we'll see if
we
> can improve it in dart2js too.

The first step will be about getting better error messages from the compiler for
NoSuchMethodErrors which are inserted into the code statically as the eventual
error condition is determined at compile time.

I'll cc you on the VM change.

-Ivan

Powered by Google App Engine
This is Rietveld 408576698