浏览代码

Fixed bug in GeneratedBuilder.MergeFrom - only fields already set in builder would be merged.

Jon Skeet 17 年之前
父节点
当前提交
b8c2fc57fc
共有 1 个文件被更改,包括 11 次插入12 次删除
  1. 11 12
      todo.txt

+ 11 - 12
todo.txt

@@ -1,14 +1,13 @@
 Current task list (not in order)
 
-1) Fix GeneratedBuilder.MergeFrom
-2) Extra unit tests for pending Java optimisation
-3) Refactor IsInitialized
-4) Performance framework
-5) Optionally remove dependencies to core and csharp options
-6) Remove multifile support
-7) Remove bootstrapping hack
-8) Improve "regenerating descriptor.proto" hack
-10) Mono support
-11) Docs
-12) Clean up protogen code
-13) Add flags to protogen
+- Extra unit tests for pending Java optimisation
+- Refactor IsInitialized
+- Performance framework
+- Optionally remove dependencies to core and csharp options
+- Remove multifile support
+- Remove bootstrapping hack
+- Improve "regenerating descriptor.proto" hack
+- Mono support
+- Docs
+- Clean up protogen code
+- Add flags to protogen