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

Issue 1407333002: Added beginning support for calc however, the expression is not fully parsed into the AST. (Closed)

Created:
5 years, 2 months ago by terry
Modified:
5 years, 2 months ago
Reviewers:
kevinmoo, kevmoo, yjbanov
CC:
reviews_dartlang.org
Base URL:
https://github.com/dart-lang/csslib.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 8

Patch Set 2 : Integrated CL comments #

Patch Set 3 : Integrated comments into CL #

Total comments: 1

Patch Set 4 : Update CHANGELOG.md #

Unified diffs Side-by-side diffs Delta from patch set Stats (+148 lines, -10 lines) Patch
M CHANGELOG.md View 1 2 3 1 chunk +5 lines, -0 lines 0 comments Download
M lib/parser.dart View 1 2 3 chunks +60 lines, -3 lines 0 comments Download
M lib/src/css_printer.dart View 1 chunk +6 lines, -0 lines 0 comments Download
M lib/src/tree.dart View 1 2 1 chunk +15 lines, -0 lines 0 comments Download
M lib/src/tree_printer.dart View 1 chunk +7 lines, -0 lines 0 comments Download
M lib/visitor.dart View 2 chunks +6 lines, -0 lines 0 comments Download
M pubspec.yaml View 1 1 chunk +1 line, -1 line 0 comments Download
M test/declaration_test.dart View 1 2 chunks +48 lines, -6 lines 0 comments Download

Messages

Total messages: 10 (1 generated)
terry
PTAL Kevin what pubspec version should I use currently it's version: 0.12.2-dev should it become ...
5 years, 2 months ago (2015-10-16 17:11:05 UTC) #1
kevmoo
Update the pubspec to 0.12.2 Add a corresponding entry to the CHANGELOG – about (partial?) ...
5 years, 2 months ago (2015-10-16 17:39:12 UTC) #3
yjbanov
On 2015/10/16 17:11:05, terry wrote: > PTAL Kevin what pubspec version should I use currently ...
5 years, 2 months ago (2015-10-16 17:39:22 UTC) #4
yjbanov
LGTM https://codereview.chromium.org/1407333002/diff/1/lib/parser.dart File lib/parser.dart (right): https://codereview.chromium.org/1407333002/diff/1/lib/parser.dart#newcode2488 lib/parser.dart:2488: processCalc(Identifier func) { missing return type
5 years, 2 months ago (2015-10-16 17:39:55 UTC) #5
kevmoo
https://codereview.chromium.org/1407333002/diff/1/lib/parser.dart File lib/parser.dart (right): https://codereview.chromium.org/1407333002/diff/1/lib/parser.dart#newcode2459 lib/parser.dart:2459: var start = _peekToken.span; start seems to not be ...
5 years, 2 months ago (2015-10-16 17:56:39 UTC) #6
terry
PTAL https://codereview.chromium.org/1407333002/diff/1/lib/parser.dart File lib/parser.dart (right): https://codereview.chromium.org/1407333002/diff/1/lib/parser.dart#newcode2459 lib/parser.dart:2459: var start = _peekToken.span; On 2015/10/16 17:56:39, kevmoo ...
5 years, 2 months ago (2015-10-16 18:28:47 UTC) #7
kevmoo
LGTM don't forget to add a line to the CHANGELOG, too https://codereview.chromium.org/1407333002/diff/40001/test/declaration_test.dart File test/declaration_test.dart (right): ...
5 years, 2 months ago (2015-10-16 18:34:05 UTC) #8
terry
On 2015/10/16 18:34:05, kevmoo wrote: > LGTM > > don't forget to add a line ...
5 years, 2 months ago (2015-10-16 18:40:32 UTC) #9
terry
5 years, 2 months ago (2015-10-16 18:44:36 UTC) #10
Message was sent while issue was closed.
Committed patchset #4 (id:60001) manually as
3cc40426ce22572c43b5d45906279aede6309747 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698