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

Issue 12316031: Fixed problem with non-void return types in IDL (Closed)

Created:
7 years, 10 months ago by sashab
Modified:
7 years, 9 months ago
CC:
chromium-reviews, benwells, vsm, blois
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

Fixed problem with non-void return types in IDL Allowed non-void return types to be interpreted correctly from IDL. Also updated Dart generator to interpret these new types correctly. BUG=144301

Patch Set 1 #

Patch Set 2 : Removed debugging print statement #

Total comments: 6

Patch Set 3 : Style & structure fixes #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+40 lines, -10 lines) Patch
M tools/json_schema_compiler/dart_generator.py View 1 2 5 chunks +28 lines, -7 lines 1 comment Download
M tools/json_schema_compiler/idl_schema.py View 1 2 3 chunks +12 lines, -3 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
sashab
7 years, 10 months ago (2013-02-21 02:40:43 UTC) #1
not at google - send to devlin
lgtm, I'll take your word that the generated dart is correct... https://codereview.chromium.org/12316031/diff/1003/tools/json_schema_compiler/dart_generator.py File tools/json_schema_compiler/dart_generator.py (right): ...
7 years, 10 months ago (2013-02-21 03:46:03 UTC) #2
sashab
https://codereview.chromium.org/12316031/diff/1003/tools/json_schema_compiler/dart_generator.py File tools/json_schema_compiler/dart_generator.py (right): https://codereview.chromium.org/12316031/diff/1003/tools/json_schema_compiler/dart_generator.py#newcode644 tools/json_schema_compiler/dart_generator.py:644: return name[len(prefix):] On 2013/02/21 03:46:03, kalman wrote: > seems ...
7 years, 10 months ago (2013-02-21 22:15:03 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sashab@chromium.org/12316031/8001
7 years, 10 months ago (2013-02-21 22:30:38 UTC) #4
commit-bot: I haz the power
Retried try job too often on linux_rel for step(s) browser_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_rel&number=101032
7 years, 10 months ago (2013-02-22 01:17:55 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sashab@chromium.org/12316031/8001
7 years, 10 months ago (2013-02-22 18:22:50 UTC) #6
commit-bot: I haz the power
Retried try job too often on mac_rel for step(s) browser_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=mac_rel&number=101948
7 years, 10 months ago (2013-02-22 20:09:24 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sashab@chromium.org/12316031/8001
7 years, 10 months ago (2013-02-25 04:33:55 UTC) #8
benwells
7 years, 10 months ago (2013-02-25 04:35:23 UTC) #9
Looks like test failures are real.

https://codereview.chromium.org/12316031/diff/8001/tools/json_schema_compiler...
File tools/json_schema_compiler/dart_generator.py (right):

https://codereview.chromium.org/12316031/diff/8001/tools/json_schema_compiler...
tools/json_schema_compiler/dart_generator.py:230: (type_name, type_name,
prop.name, type_name, prop.name))
This doesn't look right. I think the second and third sub should be swapped.

Powered by Google App Engine
This is Rietveld 408576698