Re: D support in Thrift needs your reviews!

2012-03-12 Thread David Nadlinger
On Monday, 12 March 2012 at 05:44:10 UTC, Martin Nowak wrote: I did recently tried it out because I wanted to test some async Fiber kqueue stuff. It did fail to compile though because of conflicting selective imports. You probably want to avoid those until the remaining issues are sorted out.

D support in Thrift needs your reviews!

2012-03-11 Thread David Nadlinger
As you might remember, I worked on adding D support to Apache Thrift [1] during Google Summer of Code 2011. A few months (and DMD releases) down the road, the patch was finally submitted to Thrift upstream [2], with the test suite passing on all of Windows, Linux and OS X. The problem now is

Re: D support in Thrift needs your reviews!

2012-03-11 Thread bearophile
David Nadlinger: What the library doesn't have (yet): - @safe-ty annotations (pure doesn't apply to most of the code): I tried to add them a while back, but hit some unpleasant compiler bugs. Are they in Bugzilla already? Bye, bearophile

Re: D support in Thrift needs your reviews!

2012-03-11 Thread David Nadlinger
On Sunday, 11 March 2012 at 21:55:54 UTC, bearophile wrote: David Nadlinger: What the library doesn't have (yet): - @safe-ty annotations (pure doesn't apply to most of the code): I tried to add them a while back, but hit some unpleasant compiler bugs. Are they in Bugzilla already? Some

Re: D support in Thrift needs your reviews!

2012-03-11 Thread Martin Nowak
So, if you are interested in Thrift or already have some experience with it, it'd be great if you could have a look at the code and let me (and the Thrift issue tracker, of course), know what you think. You should be able to find anything needed from the ticket [2], let me know if