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 dist release > and tes

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 wrote: >

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, Jens

[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 } struc

[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: Sets/Lists

[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&focusedCommentId=15772460#comment-15772460 ] Jens Geyer commented on THRIFT-4011: Agree to #2. Not sure about the panic, but yes,

Re: [VOTE]: Apache Thrift 0.10.0 RC1

2016-12-23 Thread Jens Geyer
+1 -Ursprüngliche Nachricht- From: Roger Meier Sent: Friday, December 23, 2016 8:41 AM To: dev@thrift.apache.org Cc: Jake Farrell Subject: Re: [VOTE]: Apache Thrift 0.10.0 RC1 +1 Quoting Randy Abernethy : > Just ran a bunch of builds/demos and all went well. Travis is green for > 0.10 s