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

Issue 1325053003: Copy libraries to prepare for move (Closed)

Created:
5 years, 3 months ago by Johnni Winther
Modified:
5 years, 3 months ago
CC:
reviews_dartlang.org
Base URL:
https://github.com/dart-lang/sdk.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Copy libraries to prepare for move The plan: Move ElementListener from listener.dart to element_listener.dart Move NodeListener from listener.dart to node_listener.dart Move MemberListener from class_element_parser.dart to member_listener.dart Move PartialElement, PartialFunctionElement etc from listener.dart and class_element_parser.dart to partial_elements.dart Move PrecedenceInfo from token.dart to precedence.dart Move *_INFO constants from token.dart to precendence_constants.dart Move *_TOKEN constants from token.dart to token_constants.dart BUG= R=karlklose@google.com Committed: https://github.com/dart-lang/sdk/commit/3fbe395529b6d635194c917bd3d4e62be0677ab9

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+-7 lines, --7 lines) Patch
A + pkg/compiler/lib/src/parser/element_listener.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/parser/member_listener.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/parser/node_listener.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/parser/partial_elements.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/tokens/precedence.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/tokens/precedence_constants.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + pkg/compiler/lib/src/tokens/token_constants.dart View 0 chunks +-1 lines, --1 lines 0 comments Download

Messages

Total messages: 4 (1 generated)
Johnni Winther
5 years, 3 months ago (2015-09-02 10:19:24 UTC) #2
karlklose
LGTM.
5 years, 3 months ago (2015-09-02 10:38:44 UTC) #3
Johnni Winther
5 years, 3 months ago (2015-09-02 10:40:55 UTC) #4
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
3fbe395529b6d635194c917bd3d4e62be0677ab9 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698