Re: What's the right approach to dealing with reserved words in thrift structs?

2016-11-04 Thread BCG
On 11/04/2016 04:34 PM, Jake Farrell wrote: Hey Allen Really cool to hear you are working on Rust support, know that others would appreciate having it available. Currently "type" is not a listed reserved word in the compiler/cpp/src/thrift/thriftl.ll, but due to rust using it that way you would h

Re: make vs make all

2016-10-17 Thread BCG
On 10/17/2016 05:12 PM, Jens Geyer wrote: Hi all, I just recognized that “make” does no longer build the Thrift compiler anymore, only “make all” does. Is it my setup, is it by design or is there something wrong with the build scripts? Have fun, JensG On Linux, I just did: git clone https:

Re: Apache Thrift Slack

2016-10-13 Thread BCG
On 10/13/2016 12:59 AM, Jake Farrell wrote: Wanted to float the idea about using slack as a communication channel for Apache Thrift and see what others thought. A couple other projects at the ASF have been using it and so far it has been really a nice complement to irc when everything gets setup

Re: 0.10.0 release candidate

2016-10-11 Thread BCG
On 10/11/2016 11:13 AM, Jake Farrell wrote: Hey Ben THRIFT-2527 is in the 0.10.0 release candidate branch, 3rd commit in the log from HEAD with commit hash 548403eeab40ca8c8217fce2dade26876b41b152 -Jake My apologies, thanks Jake!

Re: 0.10.0 release candidate

2016-10-11 Thread BCG
On 10/11/2016 09:45 AM, BCG wrote: On 10/11/2016 09:23 AM, Jake Farrell wrote: Morning everyone I have a working 0.10.0 release candidate [1] which is now passing all tests [2]. All linked tickets in the 0.10.0 jira ticket [3] have been closed as well. Are there any final patches we want to see

Re: 0.10.0 release candidate

2016-10-11 Thread BCG
On 10/11/2016 09:23 AM, Jake Farrell wrote: Morning everyone I have a working 0.10.0 release candidate [1] which is now passing all tests [2]. All linked tickets in the 0.10.0 jira ticket [3] have been closed as well. Are there any final patches we want to see make it in, if not then I plan on br

Re: [PROPOSAL] Immutable java codegen

2016-01-28 Thread BCG
On 01/28/2016 12:06 PM, John Sirois wrote: I've filed an issue that proposes either adding an option to the `java` gen lang or else adding a new gen kang (ala `javame`) that effects generation of immutable thrift structs and unions for java: https://issues.apache.org/jira/browse/THRIFT-3583 I ha

Re: Adding a flush in the golang simple_server implementation.

2016-01-26 Thread BCG
On 01/26/2016 06:48 PM, Jason Freidman wrote: I didn't find any discussion on JIRA, what is the correct way to propose and send a patch? http://thrift.apache.org/docs/HowToContribute

Re: Thoughts on a 0.9.4 rc

2016-01-12 Thread BCG
On 01/12/2016 05:09 AM, Aki Sukegawa wrote: Speaking about versioning, semver mandates us a defined set of public API that is covered by it. As I don't think we can document every individual API, we need a set of rules that can decide what belongs to public API. For example, Protocol.readFieldEnd

Re: Working on a Thrift protocol on top of XML

2015-11-11 Thread BCG
submit a patch if you think that this is a sensible solution. Thanks, Ben -Ursprüngliche Nachricht- From: BCG Sent: Wednesday, November 11, 2015 1:38 AM To: dev@thrift.apache.org Subject: Re: Working on a Thrift protocol on top of XML On 11/10/2015 03:23 PM, Jens Geyer wrote: Hi, The xsd_namesp

Re: Working on a Thrift protocol on top of XML

2015-11-10 Thread BCG
On 11/10/2015 03:23 PM, Jens Geyer wrote: Hi, The xsd_namespace directive on the other hand does exactly what I need it to do... so I was wondering if it is feasible to "un-deprecate" that feature. It seems like this would not be a huge problem or terribly detrimental to the project, but I d

Re: Working on a Thrift protocol on top of XML

2015-11-09 Thread BCG
Thank you again for your feedback. $0,02 Have fun, JensG -Ursprüngliche Nachricht- From: BCG Sent: Thursday, November 5, 2015 9:44 PM To: dev@thrift.apache.org Subject: Working on a Thrift protocol on top of XML Greetings Thrift devs I've been working on a Thrift protocol

Working on a Thrift protocol on top of XML

2015-11-05 Thread BCG
Greetings Thrift devs I've been working on a Thrift protocol implementation on top of XML, and I would like to get some feedback from you if you have a chance to take a look at my work. I know mixing Thrift and XML is probably anathema to some but I see some important benefits for interopera

Re: Major feature suggestion/observation

2015-10-07 Thread BCG
Perhaps an approach that wouldn't require completely rearchitecting the compiler could be implement a mechanism that allows filtering the generated code as it is being written out. For example, the compiler could make a call to some sort of filtering callback that has the capability of modifyin

Re: Provide more info to event handlers in a standardized manner

2015-10-03 Thread BCG
Might be worth considering to embed option a into option b, so that common information can be factored out into the data structure but transport specific or even out of band information can be sent in a generic way 2 cents, Ben On 10/02/2015 09:36 PM, Jake Farrell wrote: Agree with Roger, o