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

Issue 9495014: Support Dart optional arguments which are not dispatched, but instead use default values. (Closed)

Created:
8 years, 9 months ago by antonm
Modified:
8 years, 9 months ago
Reviewers:
podivilov, sra, sra1
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Support Dart optional arguments which are not dispatched, but instead use default values. BUG=1886 Committed: https://code.google.com/p/dart/source/detail?r=4871

Patch Set 1 #

Patch Set 2 : forgotten : #

Total comments: 13

Patch Set 3 : Next iteration #

Patch Set 4 : Fix incorrect comparison #

Patch Set 5 : Rename #

Unified diffs Side-by-side diffs Delta from patch set Stats (+37 lines, -29 lines) Patch
M client/dom/scripts/databasebuilder.py View 1 2 3 4 1 chunk +9 lines, -3 lines 0 comments Download
M client/dom/scripts/fremontcutbuilder.py View 1 chunk +1 line, -1 line 0 comments Download
M client/dom/scripts/systemnative.py View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M client/dom/scripts/systemwrapping.py View 1 2 3 4 1 chunk +26 lines, -24 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
antonm
8 years, 9 months ago (2012-02-28 16:08:49 UTC) #1
podivilov
https://chromiumcodereview.appspot.com/9495014/diff/3001/client/dom/scripts/databasebuilder.py File client/dom/scripts/databasebuilder.py (right): https://chromiumcodereview.appspot.com/9495014/diff/3001/client/dom/scripts/databasebuilder.py#newcode133 client/dom/scripts/databasebuilder.py:133: argument.ext_attrs['DartConvertNullToDefaultValue'] = None DartConvertNullToDefaultValue name doesn't reflect actual usage. ...
8 years, 9 months ago (2012-02-28 17:46:23 UTC) #2
antonm
Pavel, thanks a lot for review. I've punted on all your comments just to have ...
8 years, 9 months ago (2012-02-28 19:22:08 UTC) #3
sra1
My 2к I'm LGTM if you agree. https://chromiumcodereview.appspot.com/9495014/diff/3001/client/dom/scripts/databasebuilder.py File client/dom/scripts/databasebuilder.py (right): https://chromiumcodereview.appspot.com/9495014/diff/3001/client/dom/scripts/databasebuilder.py#newcode133 client/dom/scripts/databasebuilder.py:133: argument.ext_attrs['DartConvertNullToDefaultValue'] = ...
8 years, 9 months ago (2012-02-28 22:04:42 UTC) #4
antonm
https://chromiumcodereview.appspot.com/9495014/diff/3001/client/dom/scripts/databasebuilder.py File client/dom/scripts/databasebuilder.py (right): https://chromiumcodereview.appspot.com/9495014/diff/3001/client/dom/scripts/databasebuilder.py#newcode133 client/dom/scripts/databasebuilder.py:133: argument.ext_attrs['DartConvertNullToDefaultValue'] = None This shouldn't be Dartium specific and ...
8 years, 9 months ago (2012-02-29 10:29:40 UTC) #5
antonm
PTAL As discussed offline, renamed to RequiredCppParameter.
8 years, 9 months ago (2012-03-01 14:51:45 UTC) #6
podivilov
8 years, 9 months ago (2012-03-02 10:04:02 UTC) #7
lgtm

Powered by Google App Engine
This is Rietveld 408576698