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

Issue 2637543002: Introduce the interface NamedType as a replacement for TypeName (Closed)

Created:
3 years, 11 months ago by Brian Wilkerson
Modified:
3 years, 11 months ago
Reviewers:
Paul Berry
CC:
reviews_dartlang.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Introduce the interface NamedType as a replacement for TypeName R=paulberry@google.com Committed: https://github.com/dart-lang/sdk/commit/483304074992d7d4b483aba137b9c50d65217518

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+57 lines, -0 lines) Patch
M pkg/analyzer/lib/dart/ast/ast.dart View 1 chunk +57 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (2 generated)
Brian Wilkerson
3 years, 11 months ago (2017-01-13 23:38:44 UTC) #2
Paul Berry
lgtm. Here's a suggestion for a follow-up CL that I think would help ease the ...
3 years, 11 months ago (2017-01-14 13:57:14 UTC) #3
Brian Wilkerson
Committed patchset #1 (id:1) manually as 483304074992d7d4b483aba137b9c50d65217518 (presubmit successful).
3 years, 11 months ago (2017-01-16 19:03:10 UTC) #5
Brian Wilkerson
3 years, 11 months ago (2017-01-16 19:05:30 UTC) #6
Message was sent while issue was closed.
I actually implemented something very similar to that the first time around, but
after migrating dart_style and linter, realizing that they both need to support
both versions of the code for a while, I decided that it was much easier to
catch errors if the old and new classes are not related.

Powered by Google App Engine
This is Rietveld 408576698