aboutsummaryrefslogtreecommitdiff
path: root/todo.txt
diff options
context:
space:
mode:
authorJon Skeet <skeet@pobox.com>2009-06-05 22:49:05 +0100
committerJon Skeet <skeet@pobox.com>2009-06-05 22:49:05 +0100
commit8729cf46284633bb7c9e7dfff57fea74510b8121 (patch)
treeb33b90ce214ec2c7957a6a93d654f4974804995e /todo.txt
parentd6dd0a45608ffc34d53a60cc3db33cb38e6c2a18 (diff)
downloadprotobuf-8729cf46284633bb7c9e7dfff57fea74510b8121.tar.gz
protobuf-8729cf46284633bb7c9e7dfff57fea74510b8121.tar.bz2
protobuf-8729cf46284633bb7c9e7dfff57fea74510b8121.zip
Added the ability to use an IEnumerable<T> when adding to a list, so you can do:
new Foo.Builder { RepeatedValue = { x.Select(y) } }; ... a bit like LINQ to XML.
Diffstat (limited to 'todo.txt')
-rw-r--r--todo.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/todo.txt b/todo.txt
index 31415e4e..01a817a7 100644
--- a/todo.txt
+++ b/todo.txt
@@ -11,6 +11,5 @@ Current task list (not in order)
- Add RegisterAllExtensions
- Add ToBuilder changes from Google's r92 (done? Need to check)
- Silverlight changes (as per email to Jon)
-- Extension registration/initialization code?
- Bring service generation into line with Java
-- Build protoc as a dll and use directly from protogen \ No newline at end of file
+- Build protoc as a dll and use directly from protogen