You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Jon S Akhtar (JIRA)" <ji...@apache.org> on 2009/11/18 03:28:39 UTC

[jira] Created: (THRIFT-629) Unused Field In TSocketServer Appears To Break iPhone Build

Unused Field In TSocketServer Appears To Break iPhone Build
-----------------------------------------------------------

                 Key: THRIFT-629
                 URL: https://issues.apache.org/jira/browse/THRIFT-629
             Project: Thrift
          Issue Type: Bug
          Components: Library (Cocoa)
         Environment: iPhone Device SDK 3.1.2
            Reporter: Jon S Akhtar


rev 881628 - the mServerSocket field is no longer used, and causes a build error when building for iPhone device targets

@interface TSocketServer : NSObject {
// NSSocketPort * mServerSocket;
  NSFileHandle * mSocketFileHandle;
  id <TProtocolFactory> mInputProtocolFactory;
  id <TProtocolFactory> mOutputProtocolFactory;
  id <TProcessorFactory> mProcessorFactory;
}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (THRIFT-629) Unused Field In TSocketServer Appears To Break iPhone Build

Posted by "Bryan Duxbury (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/THRIFT-629?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bryan Duxbury closed THRIFT-629.
--------------------------------

         Assignee: Jon S Akhtar
    Fix Version/s: 0.5
       Resolution: Fixed

I just committed this.

> Unused Field In TSocketServer Appears To Break iPhone Build
> -----------------------------------------------------------
>
>                 Key: THRIFT-629
>                 URL: https://issues.apache.org/jira/browse/THRIFT-629
>             Project: Thrift
>          Issue Type: Bug
>          Components: Cocoa - Library
>         Environment: iPhone Device SDK 3.1.2
>            Reporter: Jon S Akhtar
>            Assignee: Jon S Akhtar
>             Fix For: 0.5
>
>         Attachments: unused_field.patch
>
>
> rev 881628 - the mServerSocket field is no longer used, and causes a build error when building for iPhone device targets
> I have attached a patch which removes the field

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (THRIFT-629) Unused Field In TSocketServer Appears To Break iPhone Build

Posted by "Jon S Akhtar (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/THRIFT-629?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jon S Akhtar updated THRIFT-629:
--------------------------------

    Attachment: unused_field.patch

> Unused Field In TSocketServer Appears To Break iPhone Build
> -----------------------------------------------------------
>
>                 Key: THRIFT-629
>                 URL: https://issues.apache.org/jira/browse/THRIFT-629
>             Project: Thrift
>          Issue Type: Bug
>          Components: Library (Cocoa)
>         Environment: iPhone Device SDK 3.1.2
>            Reporter: Jon S Akhtar
>         Attachments: unused_field.patch
>
>
> rev 881628 - the mServerSocket field is no longer used, and causes a build error when building for iPhone device targets

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (THRIFT-629) Unused Field In TSocketServer Appears To Break iPhone Build

Posted by "Jon S Akhtar (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/THRIFT-629?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jon S Akhtar updated THRIFT-629:
--------------------------------

    Description: 
rev 881628 - the mServerSocket field is no longer used, and causes a build error when building for iPhone device targets



  was:
rev 881628 - the mServerSocket field is no longer used, and causes a build error when building for iPhone device targets

{{
@interface TSocketServer : NSObject {
// NSSocketPort * mServerSocket;
  NSFileHandle * mSocketFileHandle;
  id <TProtocolFactory> mInputProtocolFactory;
  id <TProtocolFactory> mOutputProtocolFactory;
  id <TProcessorFactory> mProcessorFactory;
}
}}


> Unused Field In TSocketServer Appears To Break iPhone Build
> -----------------------------------------------------------
>
>                 Key: THRIFT-629
>                 URL: https://issues.apache.org/jira/browse/THRIFT-629
>             Project: Thrift
>          Issue Type: Bug
>          Components: Library (Cocoa)
>         Environment: iPhone Device SDK 3.1.2
>            Reporter: Jon S Akhtar
>         Attachments: unused_field.patch
>
>
> rev 881628 - the mServerSocket field is no longer used, and causes a build error when building for iPhone device targets

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (THRIFT-629) Unused Field In TSocketServer Appears To Break iPhone Build

Posted by "Jon S Akhtar (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/THRIFT-629?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jon S Akhtar updated THRIFT-629:
--------------------------------

    Description: 
rev 881628 - the mServerSocket field is no longer used, and causes a build error when building for iPhone device targets

{{
@interface TSocketServer : NSObject {
// NSSocketPort * mServerSocket;
  NSFileHandle * mSocketFileHandle;
  id <TProtocolFactory> mInputProtocolFactory;
  id <TProtocolFactory> mOutputProtocolFactory;
  id <TProcessorFactory> mProcessorFactory;
}
}}

  was:
rev 881628 - the mServerSocket field is no longer used, and causes a build error when building for iPhone device targets

@interface TSocketServer : NSObject {
// NSSocketPort * mServerSocket;
  NSFileHandle * mSocketFileHandle;
  id <TProtocolFactory> mInputProtocolFactory;
  id <TProtocolFactory> mOutputProtocolFactory;
  id <TProcessorFactory> mProcessorFactory;
}


> Unused Field In TSocketServer Appears To Break iPhone Build
> -----------------------------------------------------------
>
>                 Key: THRIFT-629
>                 URL: https://issues.apache.org/jira/browse/THRIFT-629
>             Project: Thrift
>          Issue Type: Bug
>          Components: Library (Cocoa)
>         Environment: iPhone Device SDK 3.1.2
>            Reporter: Jon S Akhtar
>         Attachments: unused_field.patch
>
>
> rev 881628 - the mServerSocket field is no longer used, and causes a build error when building for iPhone device targets
> {{
> @interface TSocketServer : NSObject {
> // NSSocketPort * mServerSocket;
>   NSFileHandle * mSocketFileHandle;
>   id <TProtocolFactory> mInputProtocolFactory;
>   id <TProtocolFactory> mOutputProtocolFactory;
>   id <TProcessorFactory> mProcessorFactory;
> }
> }}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (THRIFT-629) Unused Field In TSocketServer Appears To Break iPhone Build

Posted by "Jon S Akhtar (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/THRIFT-629?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jon S Akhtar updated THRIFT-629:
--------------------------------

    Description: 
rev 881628 - the mServerSocket field is no longer used, and causes a build error when building for iPhone device targets

I have attached a patch which removes the field



  was:
rev 881628 - the mServerSocket field is no longer used, and causes a build error when building for iPhone device targets



     Patch Info: [Patch Available]

> Unused Field In TSocketServer Appears To Break iPhone Build
> -----------------------------------------------------------
>
>                 Key: THRIFT-629
>                 URL: https://issues.apache.org/jira/browse/THRIFT-629
>             Project: Thrift
>          Issue Type: Bug
>          Components: Library (Cocoa)
>         Environment: iPhone Device SDK 3.1.2
>            Reporter: Jon S Akhtar
>         Attachments: unused_field.patch
>
>
> rev 881628 - the mServerSocket field is no longer used, and causes a build error when building for iPhone device targets
> I have attached a patch which removes the field

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.