[protobuf] Re: Issue 451 in protobuf: Make SingleFieldBuilder truly extendable.

2013-01-06 Thread protobuf
Comment #2 on issue 451 by dmtes...@gmail.com: Make SingleFieldBuilder truly extendable. http://code.google.com/p/protobuf/issues/detail?id=451 Well, I've implemented a DynamicMessage and DynamicMessage.Builder like classes to provide the same functionality plus all sub-builders might have pa

[protobuf] Re: Issue 451 in protobuf: Make SingleFieldBuilder truly extendable.

2013-01-06 Thread protobuf
Comment #1 on issue 451 by xiaof...@google.com: Make SingleFieldBuilder truly extendable. http://code.google.com/p/protobuf/issues/detail?id=451 SingleFieldBuilder and almost all other classes in protobuf package are not supposed to be subclassed by users. For this issue we'd better make

[protobuf] Re: Issue 450 in protobuf: GeneratedMessage.Builder.dispose() should be made protected, otherwise it cripples Builder extensibility.

2013-01-06 Thread protobuf
Updates: Status: WontFix Comment #1 on issue 450 by xiaof...@google.com: GeneratedMessage.Builder.dispose() should be made protected, otherwise it cripples Builder extensibility. http://code.google.com/p/protobuf/issues/detail?id=450 You are not supposed to subclass GeneratedMessage

[protobuf] Issue 451 in protobuf: Make SingleFieldBuilder truly extendable.

2013-01-06 Thread protobuf
Status: New Owner: liuj...@google.com Labels: Type-Defect Priority-Medium New issue 451 by dmtes...@gmail.com: Make SingleFieldBuilder truly extendable. http://code.google.com/p/protobuf/issues/detail?id=451 What steps will reproduce the problem? Though SingleFieldBuilder allowed to be subcla

[protobuf] Re: Issue 449 in protobuf: Link error while using clang++ with -stdlib=libc++ flag in OSX

2013-01-06 Thread protobuf
Comment #6 on issue 449 by yayj...@gmail.com: Link error while using clang++ with -stdlib=libc++ flag in OSX http://code.google.com/p/protobuf/issues/detail?id=449 On OSX, libc++ takes libc++abi as the ABI layer by default I think. And otool command doesn't print the indirect dependency lib

[protobuf] Issue 450 in protobuf: GeneratedMessage.Builder.dispose() should be made protected, otherwise it cripples Builder extensibility.

2013-01-06 Thread protobuf
Status: New Owner: liuj...@google.com Labels: Type-Defect Priority-Medium New issue 450 by dmtes...@gmail.com: GeneratedMessage.Builder.dispose() should be made protected, otherwise it cripples Builder extensibility. http://code.google.com/p/protobuf/issues/detail?id=450 What steps will repro

[protobuf] Re: Issue 449 in protobuf: Link error while using clang++ with -stdlib=libc++ flag in OSX

2013-01-06 Thread protobuf
Comment #5 on issue 449 by ltwar...@gmail.com: Link error while using clang++ with -stdlib=libc++ flag in OSX http://code.google.com/p/protobuf/issues/detail?id=449 Im doing this in Linux. My configure: ./configure --prefix=/usr CC=clang CXX=clang++ CXXFLAGS="-O2 -stdlib=libc++" LIBS="-lc++