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

Issue 68953002: Update the protocol buffer compiler plug-in library to the latest Dart SDK (Closed)

Created:
7 years, 1 month ago by Søren Gjesse
Modified:
7 years, 1 month ago
CC:
reviews_dartlang.org
Base URL:
https://github.com/dart-lang/dart-protoc-plugin.git@master
Visibility:
Public.

Description

Update the protocol buffer compiler plug-in library to the latest Dart SDK Remove most analyzer warnings (e.g. enum changed to enm). R=sigmund@google.com BUG= Committed: https://github.com/dart-lang/protoc-plugin/commit/1914db2

Patch Set 1 #

Total comments: 4

Patch Set 2 : Addressed review comments (bumped version) #

Unified diffs Side-by-side diffs Delta from patch set Stats (+11 lines, -26 lines) Patch
M Makefile View 1 chunk +1 line, -1 line 0 comments Download
M lib/extension_generator.dart View 1 chunk +1 line, -1 line 0 comments Download
M lib/file_generator.dart View 1 chunk +0 lines, -2 lines 0 comments Download
M lib/message_generator.dart View 1 chunk +1 line, -1 line 0 comments Download
M lib/protobuf_field.dart View 2 chunks +3 lines, -3 lines 0 comments Download
M lib/protoc.dart View 1 chunk +0 lines, -1 line 0 comments Download
M lib/src/descriptor.pb.dart View 1 chunk +0 lines, -2 lines 0 comments Download
M lib/src/plugin.pb.dart View 1 chunk +0 lines, -2 lines 0 comments Download
M lib/writer.dart View 1 chunk +1 line, -1 line 0 comments Download
M pubspec.yaml View 1 1 chunk +4 lines, -4 lines 0 comments Download
M test/file_generator_test.dart View 4 chunks +0 lines, -8 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
Søren Gjesse
7 years, 1 month ago (2013-11-11 15:27:05 UTC) #1
Siggi Cherem (dart-lang)
I'm not a big fan of 'enm'. I think I prefer the 'isX' format better, ...
7 years, 1 month ago (2013-11-11 23:48:02 UTC) #2
Søren Gjesse
https://chromiumcodereview.appspot.com/68953002/diff/1/lib/protobuf_field.dart File lib/protobuf_field.dart (right): https://chromiumcodereview.appspot.com/68953002/diff/1/lib/protobuf_field.dart#newcode37 lib/protobuf_field.dart:37: bool get enm => type == FieldDescriptorProto_Type.TYPE_ENUM; On 2013/11/11 ...
7 years, 1 month ago (2013-11-12 08:32:23 UTC) #3
Søren Gjesse
Committed patchset #2 manually as r1914db2 (presubmit successful).
7 years, 1 month ago (2013-11-12 08:32:51 UTC) #4
Siggi Cherem (dart-lang)
even if we don't fix all the other APIs, I prefer not exposing 'enm' as ...
7 years, 1 month ago (2013-11-12 18:17:11 UTC) #5
Søren Gjesse
On 2013/11/12 18:17:11, Siggi Cherem (dart-lang) wrote: > even if we don't fix all the ...
7 years, 1 month ago (2013-11-12 22:00:05 UTC) #6
Siggi Cherem (dart-lang)
7 years, 1 month ago (2013-11-12 22:11:03 UTC) #7
Message was sent while issue was closed.
Thanks for clarifying, sgtm!

Powered by Google App Engine
This is Rietveld 408576698