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

Issue 269823003: Parameterize uri resolution and parsing of options, use package:path (Closed)

Created:
6 years, 7 months ago by Siggi Cherem (dart-lang)
Modified:
6 years, 7 months ago
Reviewers:
Chris Bracken
CC:
reviews_dartlang.org
Base URL:
git@github.com:dart-lang/dart-protoc-plugin.git@master
Visibility:
Public.

Description

Parameterize uri resolution and parsing of options, use package:path. This helps make the compiler more configurable to embed it in other systems (like pub transformers) R=cbracken@google.com Committed: https://github.com/dart-lang/protoc-plugin/commit/e94fb50

Patch Set 1 : #

Total comments: 5

Patch Set 2 : #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+246 lines, -169 lines) Patch
M .gitignore View 1 1 chunk +1 line, -0 lines 0 comments Download
M Makefile View 3 chunks +4 lines, -2 lines 0 comments Download
M bin/protoc_plugin.dart View 1 chunk +1 line, -1 line 0 comments Download
M lib/code_generator.dart View 1 3 chunks +12 lines, -59 lines 0 comments Download
M lib/file_generator.dart View 4 chunks +8 lines, -47 lines 0 comments Download
A lib/options.dart View 1 1 chunk +117 lines, -0 lines 0 comments Download
A lib/output_config.dart View 1 1 chunk +44 lines, -0 lines 0 comments Download
M lib/protobuf_field.dart View 1 2 chunks +3 lines, -3 lines 1 comment Download
M lib/protoc.dart View 2 chunks +3 lines, -1 line 0 comments Download
M pubspec.yaml View 1 chunk +7 lines, -7 lines 0 comments Download
M test/all_tests.dart View 1 chunk +2 lines, -0 lines 0 comments Download
M test/enum_generator_test.dart View 1 2 chunks +7 lines, -9 lines 0 comments Download
M test/file_generator_test.dart View 1 6 chunks +23 lines, -26 lines 0 comments Download
M test/indenting_writer_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M test/message_generator_test.dart View 1 2 chunks +7 lines, -7 lines 0 comments Download
M test/protoc_options_test.dart View 1 3 chunks +6 lines, -6 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
Siggi Cherem (dart-lang)
https://chromiumcodereview.appspot.com/269823003/diff/60001/.gitignore File .gitignore (right): https://chromiumcodereview.appspot.com/269823003/diff/60001/.gitignore#newcode7 .gitignore:7: *.swp :-) https://chromiumcodereview.appspot.com/269823003/diff/60001/lib/code_generator.dart File lib/code_generator.dart (left): https://chromiumcodereview.appspot.com/269823003/diff/60001/lib/code_generator.dart#oldcode64 lib/code_generator.dart:64: factory ...
6 years, 7 months ago (2014-05-07 23:30:44 UTC) #1
Chris Bracken
lgtm Do you think it's worth the extra abstraction to be able to swap in ...
6 years, 7 months ago (2014-05-16 19:58:44 UTC) #2
Siggi Cherem (dart-lang)
On 2014/05/16 19:58:44, Chris Bracken wrote: > lgtm > > Do you think it's worth ...
6 years, 7 months ago (2014-05-16 21:33:40 UTC) #3
Siggi Cherem (dart-lang)
https://chromiumcodereview.appspot.com/269823003/diff/60001/.gitignore File .gitignore (right): https://chromiumcodereview.appspot.com/269823003/diff/60001/.gitignore#newcode7 .gitignore:7: *.swp On 2014/05/16 19:58:45, Chris Bracken wrote: > On ...
6 years, 7 months ago (2014-05-16 21:33:46 UTC) #4
Siggi Cherem (dart-lang)
PTAL :)
6 years, 7 months ago (2014-05-16 21:33:58 UTC) #5
Chris Bracken
lgtm https://codereview.chromium.org/269823003/diff/100001/lib/protobuf_field.dart File lib/protobuf_field.dart (right): https://codereview.chromium.org/269823003/diff/100001/lib/protobuf_field.dart#newcode111 lib/protobuf_field.dart:111: ProtobufContainer parent, good catch!
6 years, 7 months ago (2014-05-16 22:03:19 UTC) #6
Siggi Cherem (dart-lang)
6 years, 7 months ago (2014-05-16 22:09:17 UTC) #7
Message was sent while issue was closed.
Committed patchset #2 manually as re94fb50 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698