GCC 4.3.0 x64 (Fedora 9) bug fixed

2008-11-05 Thread Kenton Varda
Hi all, I finally got time to install Fedora 9 and track down the bug that causes protoc v2.0.2 to crash on that platform. I've submitted a fix to SVN (rev 70). The underlying problem is actually a compiler bug in GCC 4.3.0, although arguably the code in question was not as robust as it could hav

UML to .proto

2008-11-05 Thread codeazure
Has anyone done any work on a plug-in for a UML charting program that would allow it to generate .proto files as an output? Rational Rose, for example, has a flexible code generation engine. It should be possible to create a plug-in that would make .proto development much easier. Obviously, PB o

Re: Python implementation questions

2008-11-05 Thread Kenton Varda
[cc'ing Petar] On Tue, Nov 4, 2008 at 11:23 PM, DVusBoy <[EMAIL PROTECTED]> wrote: > > Hi, > > I have a couple of questions regarding the Python implementation. > > 1. There is a discrepancy between the function signatures of the > prototype in google.protobuf.message.Message.ListFields(self, > f

Interface and Implementation

2008-11-05 Thread codeazure
Does anyone have any thoughts on the use of PB message definitions for interface only or throughout the implementation code as well? I am planning a very modular application, where each module uses PB as it's interface to external applications and inter-machine communications within itself. Shou