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

Issue 2818933003: Fix #28740 demangle constructors in stack traces (A.A becomes new A). (Closed)

Created:
3 years, 8 months ago by mfairhurst
Modified:
3 years, 8 months ago
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Fix #28740 demangle constructors in stack traces (A.A becomes new A). Regular constructors and unnamed factory constructors: - Were A.A, now are new A Named constructors (including factory constructors): - Were A.A.name, now are new A.name BUG= R=asiva@google.com, rmacnak@google.com Committed: https://github.com/dart-lang/sdk/commit/a84b6b7f7bf486b1189eb69c3a6ae2ee185c8d8a

Patch Set 1 #

Total comments: 3

Patch Set 2 : Fix ctor demangle test comments, kind() == ctor, and test status updates #

Unified diffs Side-by-side diffs Delta from patch set Stats (+73 lines, -5 lines) Patch
M runtime/vm/object.cc View 1 1 chunk +10 lines, -5 lines 0 comments Download
M runtime/vm/symbols.h View 1 chunk +1 line, -0 lines 0 comments Download
M tests/language/language.status View 1 1 chunk +1 line, -0 lines 0 comments Download
M tests/language/language_dart2js.status View 1 1 chunk +2 lines, -0 lines 0 comments Download
A tests/language/stacktrace_demangle_ctors_test.dart View 1 1 chunk +59 lines, -0 lines 0 comments Download

Messages

Total messages: 8 (2 generated)
mfairhurst
Found some time today to take a look at this, since it seemed like it ...
3 years, 8 months ago (2017-04-14 20:59:51 UTC) #2
rmacnak
lgtm w/ status file updates - Test fails in product mode because names are not ...
3 years, 8 months ago (2017-04-14 23:27:17 UTC) #3
siva
https://codereview.chromium.org/2818933003/diff/1/tests/language/stacktrace_demangle_ctors_test.dart File tests/language/stacktrace_demangle_ctors_test.dart (right): https://codereview.chromium.org/2818933003/diff/1/tests/language/stacktrace_demangle_ctors_test.dart#newcode1 tests/language/stacktrace_demangle_ctors_test.dart:1: // Copyright (c) 2013, the Dart project authors. Please ...
3 years, 8 months ago (2017-04-15 01:05:59 UTC) #4
mfairhurst
I think all feedback implemented -- would appreciate a look over the status updates. Ran ...
3 years, 8 months ago (2017-04-18 20:45:53 UTC) #5
siva
lgtm
3 years, 8 months ago (2017-04-18 22:15:06 UTC) #6
mfairhurst
3 years, 8 months ago (2017-04-18 22:18:37 UTC) #8
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
a84b6b7f7bf486b1189eb69c3a6ae2ee185c8d8a (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698