Re: [VOTE]: Apache Thrift 0.10.0 RC1

2016-12-23 Thread Jake Luciani
+1 nice work! On Dec 23, 2016 4:11 PM, "Jake Farrell" wrote: > known issue if you are missing some of the boost dependencies, if you use > the Docker containers which have all dependencies installed you should > experience no build issues (I used the Ubuntu one to make the

Re: [VOTE]: Apache Thrift 0.10.0 RC1

2016-12-23 Thread Jake Farrell
known issue if you are missing some of the boost dependencies, if you use the Docker containers which have all dependencies installed you should experience no build issues (I used the Ubuntu one to make the dist release and test with) -Jake On Fri, Dec 23, 2016 at 2:26 PM, Jake Luciani

Re: [VOTE]: Apache Thrift 0.10.0 RC1

2016-12-23 Thread Jake Luciani
Probably a minor issue but on my setup the build failed with g++: error: /usr/lib/x86_64-linux-gnu/libboost_unit_test_framework.a: No such file or directory Makefile:1157: recipe for target 'processor_test' failed I guess the configure.ac missed this check On Fri, Dec 23, 2016 at 4:55 AM,

[jira] [Updated] (THRIFT-4011) Sets of Thrift structs generate Go code that can't be serialized to JSON

2016-12-23 Thread Can Celasun (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4011?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Can Celasun updated THRIFT-4011: Description: Consider the following structs: {code} struct Foo { 1: optional string foo }

[jira] [Updated] (THRIFT-4011) Sets of Thrift structs generate Go code that can't be serialized to JSON

2016-12-23 Thread Can Celasun (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4011?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Can Celasun updated THRIFT-4011: Summary: Sets of Thrift structs generate Go code that can't be serialized to JSON (was:

[jira] [Commented] (THRIFT-4011) Sets/Lists of Thrift structs generate Go code that can't be serialized to JSON

2016-12-23 Thread Jens Geyer (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4011?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15772460#comment-15772460 ] Jens Geyer commented on THRIFT-4011: Agree to #2. Not sure about the panic, but yes, give it a try.