[protobuf] Re: Issue 531 in protobuf: Cannot build protobuf using VS2013

2015-03-18 Thread protobuf
Comment #14 on issue 531 by st.ere...@gmail.com: Cannot build protobuf using VS2013 https://code.google.com/p/protobuf/issues/detail?id=531 Same problem as #12 -- You received this message because this project is configured to send all issue notifications to this address. You may adjust

[protobuf] Issue 694 in protobuf: module machine type 'x64' conflicts with target machine type 'X86'

2015-03-18 Thread protobuf
Status: New Owner: liuj...@google.com Labels: Type-Defect Priority-Medium New issue 694 by va...@pushstrength.com: module machine type 'x64' conflicts with target machine type 'X86' https://code.google.com/p/protobuf/issues/detail?id=694 What steps will reproduce the problem? 1. Create

[protobuf] Re: Issue 692 in protobuf: Function headers for has_ accessors within oneof are put as private for enum/string/int32/bool

2015-03-12 Thread protobuf
Comment #2 on issue 692 by alfred...@gmail.com: Function headers for has_ accessors within oneof are put as private for enum/string/int32/bool https://code.google.com/p/protobuf/issues/detail?id=692 This bug should be about how containing_oneof wasn't check in src/google/protobuf/compiler

[protobuf] Re: Issue 689 in protobuf: Repeated fields do not serialize the 'size' into the file. Hence deserialize of repeated expects an unending sequence of repeated fields

2015-03-11 Thread protobuf
Comment #4 on issue 689 by narayan@gmail.com: Repeated fields do not serialize the 'size' into the file. Hence deserialize of repeated expects an unending sequence of repeated fields https://code.google.com/p/protobuf/issues/detail?id=689 Looks likeit. -- You received this message

[protobuf] Re: Issue 689 in protobuf: Repeated fields do not serialize the 'size' into the file. Hence deserialize of repeated expects an unending sequence of repeated fields

2015-03-11 Thread protobuf
Comment #3 on issue 689 by dwah...@gmail.com: Repeated fields do not serialize the 'size' into the file. Hence deserialize of repeated expects an unending sequence of repeated fields https://code.google.com/p/protobuf/issues/detail?id=689 It sounds like you're looking

[protobuf] Re: Issue 472 in protobuf: C++ Versions of ParseDelimitedFrom writeDelimitedTo

2015-03-11 Thread protobuf
Comment #2 on issue 472 by narayan@gmail.com: C++ Versions of ParseDelimitedFrom writeDelimitedTo https://code.google.com/p/protobuf/issues/detail?id=472 Well, WriteVarint32 may not be sufficient since size_t is actually 64 bit in modern computers, though in practice, it is least

[protobuf] Re: Issue 689 in protobuf: Repeated fields do not serialize the 'size' into the file. Hence deserialize of repeated expects an unending sequence of repeated fields

2015-03-10 Thread protobuf
/protobuf/issues/detail?id=689 This is by design. Protobuf fields are serialized as tag, value pairs. The parsing routine will check the tag to decide whether a value belongs to a repeated field and act accordingly. There could be a potentially infinite number of such tag, value pairs

[protobuf] Issue 693 in protobuf: clan scan-build analysis of generated protobuf code produces warnings.

2015-03-10 Thread protobuf
Status: New Owner: liuj...@google.com Labels: Type-Defect Priority-Medium New issue 693 by gahan.ro...@gmail.com: clan scan-build analysis of generated protobuf code produces warnings. https://code.google.com/p/protobuf/issues/detail?id=693 What steps will reproduce the problem? 1. generate

[protobuf] Re: Issue 613 in protobuf: protoc: Add options to redirect input / output to files.

2015-03-10 Thread protobuf
Comment #1 on issue 613 by vap...@chromium.org: protoc: Add options to redirect input / output to files. https://code.google.com/p/protobuf/issues/detail?id=613 https://github.com/google/protobuf/pull/235 -- You received this message because this project is configured to send all issue

[protobuf] Re: Issue 447 in protobuf: No C++11 move constructors

2015-03-09 Thread protobuf
Comment #17 on issue 447 by xiaof...@google.com: No C++11 move constructors https://code.google.com/p/protobuf/issues/detail?id=447 Feel free to create a github issue for this as we don't have a plan for automated migration of issues. From our point of view, adding move constructors

[protobuf] Re: Issue 82 in protobuf: Add JSON serialization support

2015-03-07 Thread protobuf
Comment #15 on issue 82 by dengc...@gmail.com: Add JSON serialization support https://code.google.com/p/protobuf/issues/detail?id=82 How about this: http://pastebin.com/0pZ5ESqu -- You received this message because this project is configured to send all issue notifications to this address

[protobuf] Issue 691 in protobuf: Make procedure not able to finish on Ubuntu 14.10

2015-02-24 Thread protobuf
Status: New Owner: liuj...@google.com Labels: Type-Defect Priority-Medium New issue 691 by kr...@163.com: Make procedure not able to finish on Ubuntu 14.10 https://code.google.com/p/protobuf/issues/detail?id=691 What steps will reproduce the problem? 1.downlaod protobuf-2.5.0.tar.gz 2.use

[protobuf] Re: Issue 691 in protobuf: Make procedure not able to finish on Ubuntu 14.10

2015-02-24 Thread protobuf
Comment #1 on issue 691 by kr...@163.com: Make procedure not able to finish on Ubuntu 14.10 https://code.google.com/p/protobuf/issues/detail?id=691 I am sorry that I've made a mistake. After a long time waiting, make command finished successfully. And all 'make check' passed. -- You

[protobuf] Re: Issue 447 in protobuf: No C++11 move constructors

2015-02-24 Thread protobuf
Comment #16 on issue 447 by benjamin...@gmail.com: No C++11 move constructors https://code.google.com/p/protobuf/issues/detail?id=447 Now that protobuf is hosted on github: https://github.com/google/protobuf Should we manually move this ticket to a github issue? Or is there a plan to do

[protobuf] Re: Issue 447 in protobuf: No C++11 move constructors

2015-02-23 Thread protobuf
Comment #15 on issue 447 by t...@ripple.com: No C++11 move constructors https://code.google.com/p/protobuf/issues/detail?id=447 This *is* unfortunate. In particular, whomever the gatekeeper is for this isn't actually telling us why they aren't convinced - so how can we respond? It seems

[protobuf] Re: Issue 119 in protobuf: TYPE_BOOL collides with MacOS macro

2015-02-21 Thread protobuf
Comment #11 on issue 119 by daen...@gmail.com: TYPE_BOOL collides with MacOS macro https://code.google.com/p/protobuf/issues/detail?id=119 Is this bug just abandoned? It's still broken. -- You received this message because this project is configured to send all issue notifications

[protobuf] Issue 690 in protobuf: protoc can produce cpp code that fails to compile due to naming clash on generated classes

2015-02-20 Thread protobuf
Status: New Owner: liuj...@google.com Labels: Type-Defect Priority-Medium New issue 690 by btkenn...@gmail.com: protoc can produce cpp code that fails to compile due to naming clash on generated classes https://code.google.com/p/protobuf/issues/detail?id=690 What steps will reproduce

[protobuf] Re: Issue 493 in protobuf: protobuf-java (2.5.0) GeneratedMessage#getUnknownFields() not implemented

2015-02-19 Thread protobuf
Comment #21 on issue 493 by verun.ka...@gmail.com: protobuf-java (2.5.0) GeneratedMessage#getUnknownFields() not implemented https://code.google.com/p/protobuf/issues/detail?id=493 Sorry to re-surrect this, but we've run into this exact same issue when trying to move to the CDH5

[protobuf] Issue 689 in protobuf: Repeated fields do not serialize the 'size' into the file. Hence deserialize of repeated expects an unending sequence of repeated fields

2015-02-17 Thread protobuf
Status: New Owner: liuj...@google.com Labels: Type-Defect Priority-Medium New issue 689 by narayan@gmail.com: Repeated fields do not serialize the 'size' into the file. Hence deserialize of repeated expects an unending sequence of repeated fields https://code.google.com/p/protobuf

[protobuf] Re: Issue 119 in protobuf: TYPE_BOOL collides with MacOS macro

2015-02-12 Thread protobuf
Comment #10 on issue 119 by l0gicsub...@gmail.com: TYPE_BOOL collides with MacOS macro https://code.google.com/p/protobuf/issues/detail?id=119 Will this issue be fixed somewhen? It's really disappointing. -- You received this message because this project is configured to send all issue

[protobuf] Issue 688 in protobuf: de

2015-02-06 Thread protobuf
Status: New Owner: liuj...@google.com Labels: Type-Defect Priority-Medium New issue 688 by rich.h.d...@gmail.com: de https://code.google.com/p/protobuf/issues/detail?id=688 What steps will reproduce the problem? 1. 2. 3. What is the expected output? What do you see instead? What version

[protobuf] Issue 687 in protobuf: ..

2015-02-04 Thread protobuf
Status: New Owner: liuj...@google.com Labels: Type-Defect Priority-Medium New issue 687 by leandro@gmail.com: .. https://code.google.com/p/protobuf/issues/detail?id=687 What steps will reproduce the problem? 1. 2. 3. What is the expected output? What do you see instead? What version

[protobuf] Re: Issue 687 in protobuf: ..

2015-02-04 Thread protobuf
Updates: Status: Invalid Comment #1 on issue 687 by liuj...@google.com: .. https://code.google.com/p/protobuf/issues/detail?id=687 (No comment was entered for this change.) -- You received this message because this project is configured to send all issue notifications to this address

[protobuf] Re: Issue 526 in protobuf: Protocol compiler doesn't issue an meaningful error message when two custom options use the same extension field number.

2015-02-03 Thread protobuf
Comment #6 on issue 526 by j...@squareup.com: Protocol compiler doesn't issue an meaningful error message when two custom options use the same extension field number. https://code.google.com/p/protobuf/issues/detail?id=526 Any update on this issue? It seems to be still a problem (I just

[protobuf] Re: Issue 686 in protobuf: Protoc does not provide a dependency manifest output file for build tools like make

2015-01-22 Thread protobuf
Comment #1 on issue 686 by haberl...@gmail.com: Protoc does not provide a dependency manifest output file for build tools like make https://code.google.com/p/protobuf/issues/detail?id=686 this is what we're using - maybe can be built upon: https://github.com/machinekit/machinekit/blob

[protobuf] Re: Issue 447 in protobuf: No C++11 move constructors

2015-01-22 Thread protobuf
Comment #14 on issue 447 by mend...@gmail.com: No C++11 move constructors https://code.google.com/p/protobuf/issues/detail?id=447 So a move constructor (eventually marked as noexcept) is not a peformance gain? Right! -- You received this message because this project is configured to send

[protobuf] Re: Issue 686 in protobuf: Protoc does not provide a dependency manifest output file for build tools like make

2015-01-22 Thread protobuf
Updates: Status: WontFix Owner: xiaof...@google.com Comment #2 on issue 686 by xiaof...@google.com: Protoc does not provide a dependency manifest output file for build tools like make https://code.google.com/p/protobuf/issues/detail?id=686 Hi, could you help file this issue

[protobuf] Issue 686 in protobuf: Protoc does not provide a dependency manifest output file for build tools like make

2015-01-21 Thread protobuf
Status: New Owner: liuj...@google.com Labels: Type-Defect Priority-Medium New issue 686 by richardg...@gmail.com: Protoc does not provide a dependency manifest output file for build tools like make https://code.google.com/p/protobuf/issues/detail?id=686 Protobuf files can have import

[protobuf] Re: Issue 685 in protobuf: java.lang.VerifyError: class RealtimeBidding$BidRequest overrides final method getUnknownFields.()Lcom/google/protobuf/UnknownFieldSet

2015-01-11 Thread protobuf
Comment #4 on issue 685 by tryb...@gmail.com: java.lang.VerifyError: class RealtimeBidding$BidRequest overrides final method getUnknownFields.()Lcom/google/protobuf/UnknownFieldSet https://code.google.com/p/protobuf/issues/detail?id=685 Ticket can be closed. Look for solution here https

[protobuf] Re: Issue 685 in protobuf: java.lang.VerifyError: class RealtimeBidding$BidRequest overrides final method getUnknownFields.()Lcom/google/protobuf/UnknownFieldSet

2015-01-10 Thread protobuf
Comment #3 on issue 685 by tryb...@gmail.com: java.lang.VerifyError: class RealtimeBidding$BidRequest overrides final method getUnknownFields.()Lcom/google/protobuf/UnknownFieldSet https://code.google.com/p/protobuf/issues/detail?id=685 Created example project to show the errors i get

[protobuf] Issue 685 in protobuf: java.lang.VerifyError: class RealtimeBidding$BidRequest overrides final method getUnknownFields.()Lcom/google/protobuf/UnknownFieldSet

2015-01-09 Thread protobuf
Status: New Owner: liuj...@google.com Labels: Type-Defect Priority-Medium New issue 685 by tryb...@gmail.com: java.lang.VerifyError: class RealtimeBidding$BidRequest overrides final method getUnknownFields.()Lcom/google/protobuf/UnknownFieldSet https://code.google.com/p/protobuf/issues

[protobuf] Re: Issue 685 in protobuf: java.lang.VerifyError: class RealtimeBidding$BidRequest overrides final method getUnknownFields.()Lcom/google/protobuf/UnknownFieldSet

2015-01-09 Thread protobuf
Comment #1 on issue 685 by xiaof...@google.com: java.lang.VerifyError: class RealtimeBidding$BidRequest overrides final method getUnknownFields.()Lcom/google/protobuf/UnknownFieldSet https://code.google.com/p/protobuf/issues/detail?id=685 We don't have 2.5.0 on the github release page

[protobuf] Re: Issue 685 in protobuf: java.lang.VerifyError: class RealtimeBidding$BidRequest overrides final method getUnknownFields.()Lcom/google/protobuf/UnknownFieldSet

2015-01-09 Thread protobuf
Comment #2 on issue 685 by tryb...@gmail.com: java.lang.VerifyError: class RealtimeBidding$BidRequest overrides final method getUnknownFields.()Lcom/google/protobuf/UnknownFieldSet https://code.google.com/p/protobuf/issues/detail?id=685 I'm getting the same error with 2.6.0 -- You

[protobuf] Issue 684 in protobuf: integer overflow

2015-01-07 Thread protobuf
Status: New Owner: liuj...@google.com Labels: Type-Defect Priority-Medium New issue 684 by edgar@gmail.com: integer overflow https://code.google.com/p/protobuf/issues/detail?id=684 What steps will reproduce the problem? svn diff stringprintf_unittest.cc Index: stringprintf_unittest.cc

[protobuf] Re: Issue 270 in protobuf: Precompiled protoc binary for OS X

2015-01-07 Thread protobuf
Comment #11 on issue 270 by osu...@gmail.com: Precompiled protoc binary for OS X https://code.google.com/p/protobuf/issues/detail?id=270 You could also try this: https://github.com/os72/protoc-jar https://github.com/os72/protoc-jar-maven-plugin Either directly via java -jar ..., or extract

[protobuf] Re: Issue 670 in protobuf: Not Able to compile protobuf for mips platform

2014-12-28 Thread protobuf
Comment #7 on issue 670 by osu...@gmail.com: Not Able to compile protobuf for mips platform https://code.google.com/p/protobuf/issues/detail?id=670 Note that protobuf 2.4.1 seems to cross-compile fine to MIPS 2.5.0 and 2.6.1 both fail for me as well with the reported error I used gcc 4.4

[protobuf] Re: Issue 670 in protobuf: Not Able to compile protobuf for mips platform

2014-12-28 Thread protobuf
Comment #8 on issue 670 by osu...@gmail.com: Not Able to compile protobuf for mips platform https://code.google.com/p/protobuf/issues/detail?id=670 After more digging it appears to build to MIPS32 (2.4.1, 2.5.0, 2.6.1): ./configure -host=mips32 CXX=mips-linux-gnu-g++ CXXFLAGS=-D__MIPSEL__

[protobuf] Re: Issue 399 in protobuf: Add support for using batch files to wrap plugins on Windows

2014-12-18 Thread protobuf
Comment #3 on issue 399 by olli.s...@gmail.com: Add support for using batch files to wrap plugins on Windows https://code.google.com/p/protobuf/issues/detail?id=399 This would also make the dart-protoc-plugin useable on windows... https://github.com/dart-lang/dart-protoc-plugin -- You

[protobuf] Re: Issue 679 in protobuf: protobuf causes crash beacuse of mutex lock

2014-12-18 Thread protobuf
Comment #4 on issue 679 by jw...@dilect.us: protobuf causes crash beacuse of mutex lock https://code.google.com/p/protobuf/issues/detail?id=679 I am also seeing this, also from VerifyUTF8StringFallback(). My code does not call google::protobuf::ShutdownProtobufLibrary(). -- You received

[protobuf] Issue 683 in protobuf: Protocol buffers java

2014-12-18 Thread protobuf
Status: New Owner: liuj...@google.com Labels: Type-Defect Priority-Medium New issue 683 by bisteni...@gmail.com: Protocol buffers java https://code.google.com/p/protobuf/issues/detail?id=683 I have a .java class created by RestaurantBestLocationDTO.proto called

[protobuf] Re: Issue 682 in protobuf: Windows phone 8.1 problem

2014-12-11 Thread protobuf
Comment #2 on issue 682 by dobba...@gmail.com: Windows phone 8.1 problem https://code.google.com/p/protobuf/issues/detail?id=682 Thank you! Here is link of issue in github: https://github.com/google/protobuf/issues/132 -- You received this message because this project is configured to send all

[protobuf] Issue 682 in protobuf: Windows phone 8.1 problem

2014-12-10 Thread protobuf
Status: New Owner: liuj...@google.com Labels: Type-Defect Priority-Medium New issue 682 by dobba...@gmail.com: Windows phone 8.1 problem https://code.google.com/p/protobuf/issues/detail?id=682 I use protobuf in winrt app for Windows and windows phone. I got this message when build for ARM: Host

[protobuf] Re: Issue 682 in protobuf: Windows phone 8.1 problem

2014-12-10 Thread protobuf
Updates: Status: WontFix Comment #1 on issue 682 by xiaof...@google.com: Windows phone 8.1 problem https://code.google.com/p/protobuf/issues/detail?id=682 Hi dobballa, we moved to github not very long ago. Could you file this issue on our github site? https://github.com/google

[protobuf] Re: Issue 556 in protobuf: Unable to cross-compile for i686-w64-mingw32 with Cygwin

2014-12-08 Thread protobuf
Updates: Status: Fixed Owner: xiaof...@google.com Comment #4 on issue 556 by xiaof...@google.com: Unable to cross-compile for i686-w64-mingw32 with Cygwin https://code.google.com/p/protobuf/issues/detail?id=556 For cross-compiling, you can specify an protoc binary using

[protobuf] Re: Issue 556 in protobuf: Unable to cross-compile for i686-w64-mingw32 with Cygwin

2014-12-06 Thread protobuf
Comment #3 on issue 556 by bible.ma...@gmail.com: Unable to cross-compile for i686-w64-mingw32 with Cygwin https://code.google.com/p/protobuf/issues/detail?id=556 Having the same issue. Did this get resolved? -- You received this message because this project is configured to send all

[protobuf] Re: Issue 679 in protobuf: protobuf causes crash beacuse of mutex lock

2014-11-28 Thread protobuf
Comment #2 on issue 679 by islm.ya...@gmail.com: protobuf causes crash beacuse of mutex lock https://code.google.com/p/protobuf/issues/detail?id=679 take care wher you call google::protobuf::ShutdownProtobufLibrary() also dont call it in worker process or worker thread! -- You received

[protobuf] Re: Issue 679 in protobuf: protobuf causes crash beacuse of mutex lock

2014-11-28 Thread protobuf
Comment #3 on issue 679 by islm.ya...@gmail.com: protobuf causes crash beacuse of mutex lock https://code.google.com/p/protobuf/issues/detail?id=679 take care where you call google::protobuf::ShutdownProtobufLibrary() also dont call it in worker process or worker thread! -- You received

[protobuf] Re: Issue 270 in protobuf: Precompiled protoc binary for OS X

2014-11-27 Thread protobuf
Comment #10 on issue 270 by forrest@gmail.com: Precompiled protoc binary for OS X https://code.google.com/p/protobuf/issues/detail?id=270 Building protobuf 2.5.0 under Darwin (Mac OS X) was straight forward enough for me but getting it to build with the MATLAB extension was anything

[protobuf] Re: Issue 270 in protobuf: Precompiled protoc binary for OS X

2014-11-26 Thread protobuf
Comment #9 on issue 270 by erdem...@gmail.com: Precompiled protoc binary for OS X https://code.google.com/p/protobuf/issues/detail?id=270 If you don't install Xcode and developer tools, you'll have to install the required dependencies on your own. Just for future reference, your

[protobuf] Issue 681 in protobuf: ar

2014-11-25 Thread protobuf
Status: New Owner: liuj...@google.com Labels: Type-Defect Priority-Medium New issue 681 by seymour@gmail.com: ar https://code.google.com/p/protobuf/issues/detail?id=681 What steps will reproduce the problem? 1. 2. 3. What is the expected output? What do you see instead? What version

[protobuf] Re: Issue 681 in protobuf: ar

2014-11-25 Thread protobuf
Updates: Status: Invalid Comment #1 on issue 681 by liuj...@google.com: ar https://code.google.com/p/protobuf/issues/detail?id=681 (No comment was entered for this change.) -- You received this message because this project is configured to send all issue notifications to this address

[protobuf] Re: Issue 270 in protobuf: Precompiled protoc binary for OS X

2014-11-25 Thread protobuf
Comment #8 on issue 270 by peter.on...@gmail.com: Precompiled protoc binary for OS X https://code.google.com/p/protobuf/issues/detail?id=270 Well, if you trust third party binary here it is: http://blog.ondruska.com/2014/11/google-protocol-buffers-compiler-binary.html -- You received

[protobuf] Re: Issue 512 in protobuf: Add support for atomic operations on powerpc architecture

2014-11-24 Thread protobuf
Comment #4 on issue 512 by rob.west...@gmail.com: Add support for atomic operations on powerpc architecture https://code.google.com/p/protobuf/issues/detail?id=512 I pretty disappointed in the support for the PPC architecture. WontFix? really. -- You received this message because

[protobuf] Issue 680 in protobuf: Python pickling depends on the path used during compilaton

2014-11-24 Thread protobuf
Status: New Owner: liuj...@google.com Labels: Type-Defect Priority-Medium New issue 680 by dbertoui...@gmail.com: Python pickling depends on the path used during compilaton https://code.google.com/p/protobuf/issues/detail?id=680 What steps will reproduce the problem? 1. Extract the test

[protobuf] Re: Issue 680 in protobuf: Python pickling depends on the path used during compilaton

2014-11-24 Thread protobuf
Comment #1 on issue 680 by xiaof...@google.com: Python pickling depends on the path used during compilaton https://code.google.com/p/protobuf/issues/detail?id=680 Can you post the exception stack trace? -- You received this message because this project is configured to send all issue

[protobuf] Re: Issue 680 in protobuf: Python pickling depends on the path used during compilaton

2014-11-24 Thread protobuf
Comment #2 on issue 680 by dbertoui...@gmail.com: Python pickling depends on the path used during compilaton https://code.google.com/p/protobuf/issues/detail?id=680 In the first case (Step 2). Traceback (most recent call last): File test.py, line 11, in module cPickle.dumps(obj

[protobuf] Re: Issue 515 in protobuf: More intelligent enums

2014-11-18 Thread protobuf
Comment #9 on issue 515 by peterhan...@yahoo.com: More intelligent enums https://code.google.com/p/protobuf/issues/detail?id=515 Wrapping enum with another message looks ugly to me, and only simple way for this so far would be adding prefix for it, like enum CURRENCY { UNKNOWN = 0

[protobuf] Re: Issue 464 in protobuf: Inefficient Java handling of repeated list of primitive types

2014-11-18 Thread protobuf
Comment #5 on issue 464 by ryan.fog...@gmail.com: Inefficient Java handling of repeated list of primitive types https://code.google.com/p/protobuf/issues/detail?id=464 In case anyone is wondering. I just diffed GPB versions 1.6.0 and 1.6.1 and there is no significant changes that would

[protobuf] Re: Issue 512 in protobuf: Add support for atomic operations on powerpc architecture

2014-11-17 Thread protobuf
Comment #2 on issue 512 by austin.l...@gmail.com: Add support for atomic operations on powerpc architecture https://code.google.com/p/protobuf/issues/detail?id=512 This still isn't fixed in the latest repo. I ran across this bug report when debugging why my code wasn't working on powerpc

[protobuf] Re: Issue 512 in protobuf: Add support for atomic operations on powerpc architecture

2014-11-17 Thread protobuf
Comment #3 on issue 512 by oded.gab...@gmail.com: Add support for atomic operations on powerpc architecture https://code.google.com/p/protobuf/issues/detail?id=512 Hi, I'm no longer working on PowerPC processors, and I don't have the platform to test it. So, please feel free to send my

[protobuf] Issue 679 in protobuf: protobuf causes crash beacuse of mutex lock

2014-11-12 Thread protobuf
Status: New Owner: liuj...@google.com Labels: Type-Defect Priority-Medium New issue 679 by islm.ya...@gmail.com: protobuf causes crash beacuse of mutex lock https://code.google.com/p/protobuf/issues/detail?id=679 What steps will reproduce the problem? FreeBSD 10, it sometimes crashes

[protobuf] Re: Issue 679 in protobuf: protobuf causes crash beacuse of mutex lock

2014-11-12 Thread protobuf
Comment #1 on issue 679 by islm.ya...@gmail.com: protobuf causes crash beacuse of mutex lock https://code.google.com/p/protobuf/issues/detail?id=679 if i comment the line in common.cc on line 185 MutexLock lock(log_silencer_count_mutex); everything looks well. -- You received

[protobuf] Re: Issue 585 in protobuf: No support compile for Windows Phone 8

2014-11-12 Thread protobuf
Comment #5 on issue 585 by mengxi...@gmail.com: No support compile for Windows Phone 8 https://code.google.com/p/protobuf/issues/detail?id=585 many many errors... -- You received this message because this project is configured to send all issue notifications to this address. You may

[protobuf] Re: Issue 678 in protobuf: HasExtension() called on a repeated field should cause a compile error (Protobuf 2.4.1)

2014-11-06 Thread protobuf
Updates: Summary: HasExtension() called on a repeated field should cause a compile error (Protobuf 2.4.1) Owner: xiaof...@google.com Comment #2 on issue 678 by xiaof...@google.com: HasExtension() called on a repeated field should cause a compile error (Protobuf 2.4.1) https

[protobuf] Re: Issue 678 in protobuf: HasExtension() called on a repeated field should cause a compile error (Protobuf 2.4.1)

2014-11-06 Thread protobuf
Comment #3 on issue 678 by kaspar.f...@dreizak.com: HasExtension() called on a repeated field should cause a compile error (Protobuf 2.4.1) https://code.google.com/p/protobuf/issues/detail?id=678 That makes sense – and is consistent with the other uses of has in the API. Thanks

[protobuf] Re: Issue 187 in protobuf: Command-line argument to override the optimize_for option

2014-11-05 Thread protobuf
Comment #14 on issue 187 by austin.l...@gmail.com: Command-line argument to override the optimize_for option https://code.google.com/p/protobuf/issues/detail?id=187 I was able to use Keaton's plugin as a starting point and am using it now. I didn't know that the protobuf compiler

[protobuf] Issue 678 in protobuf: Clearing an extension message clears it but HasExtension still reports it's not cleared (Protobuf 2.4.1)

2014-11-05 Thread protobuf
Status: New Owner: liuj...@google.com Labels: Type-Defect Priority-Medium New issue 678 by kaspar.f...@dreizak.com: Clearing an extension message clears it but HasExtension still reports it's not cleared (Protobuf 2.4.1) https://code.google.com/p/protobuf/issues/detail?id=678 What steps

[protobuf] Re: Issue 678 in protobuf: Clearing an extension message clears it but HasExtension still reports it's not cleared (Protobuf 2.4.1)

2014-11-05 Thread protobuf
Comment #1 on issue 678 by kaspar.f...@dreizak.com: Clearing an extension message clears it but HasExtension still reports it's not cleared (Protobuf 2.4.1) https://code.google.com/p/protobuf/issues/detail?id=678 For the sake of completeness, here are the files contained in the ZIP: $ cat

[protobuf] Re: Issue 549 in protobuf: Cannot install to anywhere except /usr/local/lib

2014-10-31 Thread protobuf
Comment #2 on issue 549 by arglanir: Cannot install to anywhere except /usr/local/lib https://code.google.com/p/protobuf/issues/detail?id=549 I have found the missing option at https://www.mail-archive.com/protobuf@googlegroups.com/msg02998.html. So if someone needs it, you should use

[protobuf] Re: Issue 226 in protobuf: Python API doesn't support reading/writing delimited messages

2014-10-30 Thread protobuf
Comment #9 on issue 226 by vladimir...@gmail.com: Python API doesn't support reading/writing delimited messages https://code.google.com/p/protobuf/issues/detail?id=226 Here's a workaround - assuming you want to do this because you are writing protobuf messages to sockets. The delimited

[protobuf] Re: Issue 226 in protobuf: Python API doesn't support reading/writing delimited messages

2014-10-30 Thread protobuf
Comment #10 on issue 226 by vladimir...@gmail.com: Python API doesn't support reading/writing delimited messages https://code.google.com/p/protobuf/issues/detail?id=226 Here's a workaround - assuming you want to do this because you are writing protobuf messages to sockets. The delimited

[protobuf] Re: Issue 324 in protobuf: Feature: Add a new primitive type for a DateTime format

2014-10-30 Thread protobuf
Comment #8 on issue 324 by wouter.b...@gmail.com: Feature: Add a new primitive type for a DateTime format https://code.google.com/p/protobuf/issues/detail?id=324 Temporenc (http://temporenc.org) is a comprehensive binary encoding format for dates and times that tries to solve the problem

[protobuf] Re: Issue 226 in protobuf: Python API doesn't support reading/writing delimited messages

2014-10-29 Thread protobuf
Comment #8 on issue 226 by vladimir...@gmail.com: Python API doesn't support reading/writing delimited messages https://code.google.com/p/protobuf/issues/detail?id=226 You have few use cases in your codebase? Lame reason. Disappointing. -- You received this message because this project

[protobuf] Re: Issue 570 in protobuf: build 2.4.1 failed on mac os x 10.9

2014-10-27 Thread protobuf
Updates: Status: Fixed Comment #11 on issue 570 by xiaof...@google.com: build 2.4.1 failed on mac os x 10.9 https://code.google.com/p/protobuf/issues/detail?id=570 The latest code includes iostream which I believe has fixed this issue: https://github.com/google/protobuf/blob/master

[protobuf] Re: Issue 570 in protobuf: build 2.4.1 failed on mac os x 10.9

2014-10-26 Thread protobuf
Comment #9 on issue 570 by azxf...@gmail.com: build 2.4.1 failed on mac os x 10.9 https://code.google.com/p/protobuf/issues/detail?id=570 it the cofing.h file -- You received this message because this project is configured to send all issue notifications to this address. You may adjust

[protobuf] Re: Issue 266 in protobuf: Protoc generates unused variable in Java for protobuf with single repeated field

2014-10-24 Thread protobuf
Comment #7 on issue 266 by blakeman...@gmail.com: Protoc generates unused variable in Java for protobuf with single repeated field https://code.google.com/p/protobuf/issues/detail?id=266 Still waiting on a fix for this... -- You received this message because this project is configured

[protobuf] Issue 676 in protobuf: protoc does not warn for Java keyword super

2014-10-21 Thread protobuf
Status: New Owner: liuj...@google.com Labels: Type-Defect Priority-Medium New issue 676 by klocksve...@gmail.com: protoc does not warn for Java keyword super https://code.google.com/p/protobuf/issues/detail?id=676 What steps will reproduce the problem? 1. Be mindless and forget that super

[protobuf] Re: Issue 675 in protobuf: memory leak

2014-10-20 Thread protobuf
Updates: Status: Fixed Owner: xiaof...@google.com Labels: FixedIn-2.6.1 Comment #1 on issue 675 by xiaof...@google.com: memory leak https://code.google.com/p/protobuf/issues/detail?id=675 Fixed in: https://github.com/google/protobuf/commit

[protobuf] Issue 675 in protobuf: memory leak

2014-10-19 Thread protobuf
Status: New Owner: liuj...@google.com Labels: Type-Defect Priority-Medium New issue 675 by vxm...@gmail.com: memory leak https://code.google.com/p/protobuf/issues/detail?id=675 A memory leak is detected by vld(visual leak detector). I think the problem is caused by this function: void

[protobuf] Issue 673 in protobuf: protoc: can't control output directory

2014-10-18 Thread protobuf
Status: New Owner: liuj...@google.com Labels: Type-Defect Priority-Medium New issue 673 by weegreen...@gmail.com: protoc: can't control output directory https://code.google.com/p/protobuf/issues/detail?id=673 I am working on integrating the protoc compiler to my build system, however I'm

[protobuf] Issue 674 in protobuf: protoc: can't control output directory

2014-10-18 Thread protobuf
Status: New Owner: liuj...@google.com Labels: Type-Defect Priority-Medium New issue 674 by weegreen...@gmail.com: protoc: can't control output directory https://code.google.com/p/protobuf/issues/detail?id=674 May be related to #693. What steps will reproduce the problem? 1. unzip project

[protobuf] Re: Issue 673 in protobuf: protoc: can't control output directory

2014-10-18 Thread protobuf
Updates: Status: WorkingAsIntended Owner: xiaof...@google.com Comment #1 on issue 673 by xiaof...@google.com: protoc: can't control output directory https://code.google.com/p/protobuf/issues/detail?id=673 This is just how protocol compiler is designed to work. For C

[protobuf] Re: Issue 673 in protobuf: protoc: can't control output directory

2014-10-18 Thread protobuf
Comment #2 on issue 673 by weegreen...@gmail.com: protoc: can't control output directory https://code.google.com/p/protobuf/issues/detail?id=673 Please document how it's designed to work. -- You received this message because this project is configured to send all issue notifications

[protobuf] Re: Issue 674 in protobuf: protoc: can't control output directory

2014-10-18 Thread protobuf
Updates: Status: WorkingAsIntended Owner: xiaof...@google.com Comment #1 on issue 674 by xiaof...@google.com: protoc: can't control output directory https://code.google.com/p/protobuf/issues/detail?id=674 Here is how it works: Support you invoke protoc as: protoc -Ipath1

[protobuf] Re: Issue 674 in protobuf: protoc: can't control output directory

2014-10-18 Thread protobuf
Comment #2 on issue 674 by weegreen...@gmail.com: protoc: can't control output directory https://code.google.com/p/protobuf/issues/detail?id=674 Why not improve the documentation with this ticket? -- You received this message because this project is configured to send all issue

[protobuf] Re: Issue 476 in protobuf: Officially support Maven protoc plugin

2014-10-16 Thread protobuf
Updates: Summary: Officially support Maven protoc plugin Status: Accepted Owner: xiaof...@google.com Comment #10 on issue 476 by xiaof...@google.com: Officially support Maven protoc plugin https://code.google.com/p/protobuf/issues/detail?id=476 (No comment was entered

[protobuf] Re: Issue 489 in protobuf: 2.5.0 build failed on sparc-sun-solaris2.10

2014-10-16 Thread protobuf
Updates: Status: Fixed Owner: xiaof...@google.com Comment #1 on issue 489 by xiaof...@google.com: 2.5.0 build failed on sparc-sun-solaris2.10 https://code.google.com/p/protobuf/issues/detail?id=489 Atomicops support for solaris is added in this commit: https://github.com

[protobuf] Re: Issue 447 in protobuf: No C++11 move constructors

2014-10-15 Thread protobuf
Updates: Status: WontFix Owner: xiaof...@google.com Comment #10 on issue 447 by xiaof...@google.com: No C++11 move constructors https://code.google.com/p/protobuf/issues/detail?id=447 FYI. Google's Style Guide now permits rvalue references to be used in move constructors

[protobuf] Re: Issue 447 in protobuf: No C++11 move constructors

2014-10-15 Thread protobuf
Comment #11 on issue 447 by chen3feng: No C++11 move constructors https://code.google.com/p/protobuf/issues/detail?id=447 Very disappointed to hear this message. -- You received this message because this project is configured to send all issue notifications to this address. You may adjust

[protobuf] Re: Issue 447 in protobuf: No C++11 move constructors

2014-10-15 Thread protobuf
Comment #12 on issue 447 by cbsm...@gmail.com: No C++11 move constructors https://code.google.com/p/protobuf/issues/detail?id=447 Speaks volumes that after 22 months after submission and 5 months after a working plugin was contributed, there isn't even a direct answer. -- You received

[protobuf] Re: Issue 447 in protobuf: No C++11 move constructors

2014-10-15 Thread protobuf
Comment #13 on issue 447 by chen3feng: No C++11 move constructors https://code.google.com/p/protobuf/issues/detail?id=447 let't make a fork on github? 2014-10-16 上午11:01于 proto...@googlecode.com写道: -- You received this message because this project is configured to send all issue

[protobuf] Re: Issue 226 in protobuf: Python API doesn't support reading/writing delimited messages

2014-10-14 Thread protobuf
Updates: Owner: xiaof...@google.com Comment #6 on issue 226 by xiaof...@google.com: Python API doesn't support reading/writing delimited messages https://code.google.com/p/protobuf/issues/detail?id=226 I searched around our internal code base and it appears there are very few use

[protobuf] Re: Issue 226 in protobuf: Python API doesn't support reading/writing delimited messages

2014-10-14 Thread protobuf
Comment #7 on issue 226 by brian.olson: Python API doesn't support reading/writing delimited messages https://code.google.com/p/protobuf/issues/detail?id=226 The lack of an API for a framed stream of protobuf messages is a feature for lack of which projects have decided to go with Thrift

[protobuf] Re: Issue 381 in protobuf: Do not use heap where stack can be used

2014-10-14 Thread protobuf
Updates: Status: WontFix Owner: xiaof...@google.com Comment #4 on issue 381 by xiaof...@google.com: Do not use heap where stack can be used https://code.google.com/p/protobuf/issues/detail?id=381 (No comment was entered for this change.) -- You received this message because

[protobuf] Re: Issue 423 in protobuf: Cannot compile protobuf example code on AIX 6.1

2014-10-14 Thread protobuf
Updates: Status: WontFix Owner: xiaof...@google.com Comment #3 on issue 423 by xiaof...@google.com: Cannot compile protobuf example code on AIX 6.1 https://code.google.com/p/protobuf/issues/detail?id=423 Marking this as Won't Fix as we don't have the environment to test/fix

[protobuf] Re: Issue 499 in protobuf: using protobuf on ios

2014-10-14 Thread protobuf
Comment #3 on issue 499 by johnzhj...@gmail.com: using protobuf on ios https://code.google.com/p/protobuf/issues/detail?id=499 in xcode build phases, add all you protoc generated .a library -- You received this message because this project is configured to send all issue notifications

[protobuf] Re: Issue 607 in protobuf: Replace TSan API declarations in atomicops_internals_tsan.h with a header inclusion

2014-10-13 Thread protobuf
Comment #8 on issue 607 by gli...@chromium.org: Replace TSan API declarations in atomicops_internals_tsan.h with a header inclusion https://code.google.com/p/protobuf/issues/detail?id=607 Niall, which Clang version are you using? Clang 3.5 must have this header (in fact we've just checked

[protobuf] Re: Issue 607 in protobuf: Replace TSan API declarations in atomicops_internals_tsan.h with a header inclusion

2014-10-13 Thread protobuf
Comment #9 on issue 607 by nialldouglas14: Replace TSan API declarations in atomicops_internals_tsan.h with a header inclusion https://code.google.com/p/protobuf/issues/detail?id=607 I would assume at the time of report I would be running 3.4 as 3.5 wasn't out yet. Actually, until

[protobuf] Re: Issue 607 in protobuf: Replace TSan API declarations in atomicops_internals_tsan.h with a header inclusion

2014-10-13 Thread protobuf
Updates: Owner: xiaof...@google.com Comment #10 on issue 607 by xiaof...@google.com: Replace TSan API declarations in atomicops_internals_tsan.h with a header inclusion https://code.google.com/p/protobuf/issues/detail?id=607 Yes, I think we need to make the header work on Clang 3.4

[protobuf] Re: Issue 607 in protobuf: Replace TSan API declarations in atomicops_internals_tsan.h with a header inclusion

2014-10-13 Thread protobuf
Comment #11 on issue 607 by nialldouglas14: Replace TSan API declarations in atomicops_internals_tsan.h with a header inclusion https://code.google.com/p/protobuf/issues/detail?id=607 I can verify someone else's work after they have tested it themselves. I don't believe I am authorised

  1   2   3   4   5   6   7   8   9   10   >