Build failed in Hudson: Thrift #57

2011-02-08 Thread Apache Hudson Server
See Changes: [clavoie] Commit client support for framed transport in Haskell from Martin Grabmueller. THRIFT-538: missing support for framed transport -- [...truncated 780 lines...] mv -f .deps/lib

[jira] Commented: (THRIFT-538) missing support for framed transport

2011-02-08 Thread Christian Lavoie (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-538?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12992328#comment-12992328 ] Christian Lavoie commented on THRIFT-538: - Committed Haskell client support with r

[jira] Created: (THRIFT-1058) All ByteBuffers the client uses should be slice()ed

2011-02-08 Thread ryan rawson (JIRA)
All ByteBuffers the client uses should be slice()ed --- Key: THRIFT-1058 URL: https://issues.apache.org/jira/browse/THRIFT-1058 Project: Thrift Issue Type: Bug Affects Versions: 0.6

[jira] Resolved: (THRIFT-1057) casts in TBinaryProtocol.tcc causing "dereferencing type-punned pointer will break strict-aliasing rules" warnings from gcc

2011-02-08 Thread Christian Lavoie (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1057?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christian Lavoie resolved THRIFT-1057. -- Resolution: Fixed Fix Version/s: 0.7 Assignee: Christian Lavoie Commit

[jira] Updated: (THRIFT-1057) casts in TBinaryProtocol.tcc causing "dereferencing type-punned pointer will break strict-aliasing rules" warnings from gcc

2011-02-08 Thread Chris Morgan (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1057?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Morgan updated THRIFT-1057: - Attachment: fix_strict_aliasing_warning.patch Use unions to ensure proper alignment and stop gcc

[jira] Created: (THRIFT-1057) casts in TBinaryProtocol.tcc causing "dereferencing type-punned pointer will break strict-aliasing rules" warnings from gcc

2011-02-08 Thread Chris Morgan (JIRA)
casts in TBinaryProtocol.tcc causing "dereferencing type-punned pointer will break strict-aliasing rules" warnings from gcc Key: THRIFT-1057

[jira] Updated: (THRIFT-1057) casts in TBinaryProtocol.tcc causing "dereferencing type-punned pointer will break strict-aliasing rules" warnings from gcc

2011-02-08 Thread Chris Morgan (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1057?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Morgan updated THRIFT-1057: - Description: Code is doing things like: {code} uint8_t b[2]; uint16_t val; val = *(int16_t*)b;

[jira] Commented: (THRIFT-681) The HTML generator does not handle JavaDoc style comments very well

2011-02-08 Thread Adrian Muraru (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-681?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12992188#comment-12992188 ] Adrian Muraru commented on THRIFT-681: -- One more vote for inline doc style, it tends

Hudson build is back to normal : Thrift #54

2011-02-08 Thread Apache Hudson Server
See

[jira] Resolved: (THRIFT-1056) python tests invoked by 'make check' appear broken

2011-02-08 Thread Roger Meier (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1056?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Roger Meier resolved THRIFT-1056. - Resolution: Fixed Assignee: Roger Meier Thanks Chris! committed. > python tests invoked

[jira] Updated: (THRIFT-1056) python tests invoked by 'make check' appear broken

2011-02-08 Thread Chris Morgan (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1056?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Morgan updated THRIFT-1056: - Patch Info: [Patch Available] > python tests invoked by 'make check' appear broken > ---

[jira] Updated: (THRIFT-1056) python tests invoked by 'make check' appear broken

2011-02-08 Thread Chris Morgan (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1056?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Morgan updated THRIFT-1056: - Attachment: fix_testserver_py.patch TestServer.py was creating the TServerSocket() with a single

[jira] Created: (THRIFT-1056) python tests invoked by 'make check' appear broken

2011-02-08 Thread Chris Morgan (JIRA)
python tests invoked by 'make check' appear broken -- Key: THRIFT-1056 URL: https://issues.apache.org/jira/browse/THRIFT-1056 Project: Thrift Issue Type: Bug Components: Build Process

[jira] Commented: (THRIFT-681) The HTML generator does not handle JavaDoc style comments very well

2011-02-08 Thread David Reiss (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-681?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12992087#comment-12992087 ] David Reiss commented on THRIFT-681: My preference is for the latter. I disagree with

[jira] Commented: (THRIFT-1054) explicit call to PKG_PROG_PKG_CONFIG is missing and first use of PKG_CHECK_MODULES may not happen, causes mono detection to fail

2011-02-08 Thread David Reiss (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1054?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12992084#comment-12992084 ] David Reiss commented on THRIFT-1054: - Fine with me. > explicit call to PKG_PROG_PKG

Build failed in Hudson: Thrift #53

2011-02-08 Thread Apache Hudson Server
See Changes: [bryanduxbury] THRIFT-447. java: Make an abstract base Client class so we can generate less code This patch introduces a handful of abstract, non-generated classes that allow us to generate much less code for service impleme

Re: Build failed in Hudson: Thrift #52

2011-02-08 Thread Chris Morgan
Oh ok. This appears to have been broken for some time and looks unrelated to that change. Chris On Tue, Feb 8, 2011 at 12:38 PM, Chris Morgan wrote: > On Tue, Feb 8, 2011 at 12:25 PM, Apache Hudson Server > wrote: >> See >> >> Changes: >

[jira] Assigned: (THRIFT-681) The HTML generator does not handle JavaDoc style comments very well

2011-02-08 Thread Bryan Duxbury (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-681?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Duxbury reassigned THRIFT-681: Assignee: (was: Bryan Duxbury) > The HTML generator does not handle JavaDoc style comme

[jira] Updated: (THRIFT-681) The HTML generator does not handle JavaDoc style comments very well

2011-02-08 Thread Bryan Duxbury (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-681?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Duxbury updated THRIFT-681: - Attachment: thrift-682-v2.patch I just spent a few minutes fixing the spacing and reviewing the v

Re: Build failed in Hudson: Thrift #52

2011-02-08 Thread Chris Morgan
On Tue, Feb 8, 2011 at 12:25 PM, Apache Hudson Server wrote: > See > > Changes: > > [bryanduxbury] THRIFT-1055. csharp: csharp TServerSocket and TSocket do not > disable Nagle via Socket.NoDelay = true like cpp and java do > > This patch se

Build failed in Hudson: Thrift #52

2011-02-08 Thread Apache Hudson Server
See Changes: [bryanduxbury] THRIFT-1055. csharp: csharp TServerSocket and TSocket do not disable Nagle via Socket.NoDelay = true like cpp and java do This patch sets NoDelay on TSocket and TServerSocket to improve performance. Patch: Chr

[jira] Closed: (THRIFT-447) Make an abstract base Client class so we can generate less code

2011-02-08 Thread Bryan Duxbury (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-447?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Duxbury closed THRIFT-447. Resolution: Fixed I just committed an updated version of this patch. > Make an abstract base Clien

[jira] Closed: (THRIFT-1055) csharp TServerSocket and TSocket do not disable Nagle via Socket.NoDelay = true like cpp and java do

2011-02-08 Thread Bryan Duxbury (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1055?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Duxbury closed THRIFT-1055. - Resolution: Fixed Fix Version/s: 0.7 Assignee: Chris Morgan I just committed thi

[jira] Commented: (THRIFT-1054) explicit call to PKG_PROG_PKG_CONFIG is missing and first use of PKG_CHECK_MODULES may not happen, causes mono detection to fail

2011-02-08 Thread Bryan Duxbury (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1054?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12992035#comment-12992035 ] Bryan Duxbury commented on THRIFT-1054: --- Everything still seems to work OK for me a

Re: straightening out the website infra

2011-02-08 Thread David Reiss
Thus sounds fine to me. --David (mobile) On Feb 8, 2011, at 6:54 AM, "Joe Schaefer" wrote: > Since I haven't heard back yet, I'd like to suggest that > at least for the short term we adopt svnpubsub for managing > the website. Also I'd like to get the thrift distribution > tree under svnpub

Re: straightening out the website infra

2011-02-08 Thread Bryan Duxbury
I think that sounds like an OK plan. Sorry for our general lack of response - the website isn't really a pain point for most of us. I appreciate you taking the initiative to get us to a good state. On Tue, Feb 8, 2011 at 6:54 AM, Joe Schaefer wrote: > Since I haven't heard back yet, I'd like to

[jira] Updated: (THRIFT-1054) explicit call to PKG_PROG_PKG_CONFIG is missing and first use of PKG_CHECK_MODULES may not happen, causes mono detection to fail

2011-02-08 Thread Bryan Duxbury (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1054?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bryan Duxbury updated THRIFT-1054: -- Description: >From aclocal.m4: {code} # Note that if there is a possibility the first call to

Re: straightening out the website infra

2011-02-08 Thread Joe Schaefer
same process handles that, just a little bit later. - Original Message > From: Jake Luciani > To: dev@thrift.apache.org > Sent: Tue, February 8, 2011 11:08:15 AM > Subject: Re: straightening out the website infra > > How about the download dir? > > On Tue, Feb 8, 2011 at 10:52 AM, Jo

Re: straightening out the website infra

2011-02-08 Thread Jake Luciani
How about the download dir? On Tue, Feb 8, 2011 at 10:52 AM, Joe Schaefer wrote: > It's running now (starts at :45 after the hour). > > > > - Original Message > > From: Jake Luciani > > To: dev@thrift.apache.org > > Sent: Tue, February 8, 2011 10:49:18 AM > > Subject: Re: straightening

Re: straightening out the website infra

2011-02-08 Thread Joe Schaefer
I can also give you a php-syntax-aware editor with the CMS if you use .php (or similar) for your source files. - Original Message > From: Jake Luciani > To: dev@thrift.apache.org > Sent: Tue, February 8, 2011 10:49:18 AM > Subject: Re: straightening out the website infra > > Ok, make

Re: straightening out the website infra

2011-02-08 Thread Joe Schaefer
It's running now (starts at :45 after the hour). - Original Message > From: Jake Luciani > To: dev@thrift.apache.org > Sent: Tue, February 8, 2011 10:49:18 AM > Subject: Re: straightening out the website infra > > Ok, makes sense. > > Oh since I have your attention could you kick the

Re: straightening out the website infra

2011-02-08 Thread Jake Luciani
Ok, makes sense. Oh since I have your attention could you kick the update of the thrift site :) -Jake On Tue, Feb 8, 2011 at 10:40 AM, Joe Schaefer wrote: > Not really, because you'd be the first project to use the CMS > with php. The only real constraints are listed at > > http://www.apache.o

Re: straightening out the website infra

2011-02-08 Thread Joe Schaefer
Not really, because you'd be the first project to use the CMS with php. The only real constraints are listed at http://www.apache.org/dev/cms.html#constraints plus the fact that the only software I want to install on the cms host needs to come from the FreeBSD ports collection. Perl is very go

[jira] Updated: (THRIFT-1054) explicit call to PKG_PROG_PKG_CONFIG is missing and first use of PKG_CHECK_MODULES may not happen, causes mono detection to fail

2011-02-08 Thread Chris Morgan (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1054?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Morgan updated THRIFT-1054: - Description: >From aclocal.m4: # Note that if there is a possibility the first call to # PKG_CH

[jira] Updated: (THRIFT-1054) explicit call to PKG_PROG_PKG_CONFIG is missing and first use of PKG_CHECK_MODULES may not happen, causes mono detection to fail

2011-02-08 Thread Chris Morgan (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1054?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Morgan updated THRIFT-1054: - Patch Info: [Patch Available] > explicit call to PKG_PROG_PKG_CONFIG is missing and first use of

[jira] Updated: (THRIFT-1055) csharp TServerSocket and TSocket do not disable Nagle via Socket.NoDelay = true like cpp and java do

2011-02-08 Thread Chris Morgan (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1055?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Morgan updated THRIFT-1055: - Patch Info: [Patch Available] > csharp TServerSocket and TSocket do not disable Nagle via Socket

[jira] Updated: (THRIFT-1055) csharp TServerSocket and TSocket do not disable Nagle via Socket.NoDelay = true like cpp and java do

2011-02-08 Thread Chris Morgan (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1055?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Morgan updated THRIFT-1055: - Attachment: nodelay_enable.patch Prototype patch for the issue. > csharp TServerSocket and TSoc

[jira] Created: (THRIFT-1055) csharp TServerSocket and TSocket do not disable Nagle via Socket.NoDelay = true like cpp and java do

2011-02-08 Thread Chris Morgan (JIRA)
csharp TServerSocket and TSocket do not disable Nagle via Socket.NoDelay = true like cpp and java do Key: THRIFT-1055 URL: https://issues.apache.org/jira/browse/T

Re: straightening out the website infra

2011-02-08 Thread Jake Luciani
I'm going to ask a designer friend of mine if he will take a stab at redesigning the site, so it may happen. But comes down to lack of resources to rewrite the site. Any info on how to use CMS with PHP? On Tue, Feb 8, 2011 at 10:30 AM, Joe Schaefer wrote: > That's how svnpubsub would work, yes.

Re: straightening out the website infra

2011-02-08 Thread Joe Schaefer
That's how svnpubsub would work, yes. TBH I was hoping Thrift would adopt the CMS, as it's probably possible to use the existing php stuff instead of converting to django/markdown, but it's up to you guys. - Original Message > From: Jake Luciani > To: dev@thrift.apache.org > Sent: Tu

Re: straightening out the website infra

2011-02-08 Thread Jake Luciani
Hi Joe, Just did the release for thrift 0.6.0 and the website is currently in svn. So you will make it so whenever we make changes to http://svn.apache.org/repos/asf/thrift/site/publish/ the changes will be auto synced to the site? That would be great. Thanks, -Jake On Tue, Feb 8, 2011 at 9:54

Re: straightening out the website infra

2011-02-08 Thread Joe Schaefer
Since I haven't heard back yet, I'd like to suggest that at least for the short term we adopt svnpubsub for managing the website. Also I'd like to get the thrift distribution tree under svnpubsub as well. If there are no objections, I'll move on this towards the end of the week. Thanks. -

Re: [VOTE] Thrift 0.6.0 RC2

2011-02-08 Thread Jake Luciani
Great +1. That makes 3 binding and 2 non-binding +1s with no -1s making the release official, I'll deploy and update the website. -Jake On Tue, Feb 8, 2011 at 12:47 AM, Bryan Duxbury wrote: > Works for me. +1 > > By the way, Jake, you can vote +1 on your own release votes. Your vote > would >