[protobuf] Re: Protobuf on Android 1.6

2010-05-19 Thread Jubei
I've recompiled my .proto file using option optimize_for = LITE_RUNTIME; as discussed in this thread: http://groups.google.com/group/protobuf/browse_thread/thread/9963f3aaee112f0b This time around the classes needed were among the ones without errors so my app is running however there were a lot

Re: [protobuf] Re: Protobuf on Android 1.6

2010-05-19 Thread Kenton Varda
The warnings are false positives. Apparently when I wrote the code, I used a lower warning level than most people do. As a result, I managed to write a lot of stuff that produces warnings at higher warning levels. Fixing these has been a low priority, but feel free to submit a patch if you are

[protobuf] C# port: new version available (v0.9.1)

2010-05-19 Thread Jon Skeet
Hi folks, Today I had a significant bug reported in terms of the handling of packed fields in my C# port - unless you fetched the serialized size explicitly, the code wouldn't serialize the packed field properly. Annoyingly, I missed the fix when it went into the Java code (where it was