You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Jan Rüth (JIRA)" <ji...@apache.org> on 2011/02/23 22:48:38 UTC

[jira] Created: (THRIFT-1072) Missing - (id) initWithSharedProcessor in TSharedProcessorFactory.h

Missing - (id) initWithSharedProcessor in TSharedProcessorFactory.h 
--------------------------------------------------------------------

                 Key: THRIFT-1072
                 URL: https://issues.apache.org/jira/browse/THRIFT-1072
             Project: Thrift
          Issue Type: Improvement
          Components: Cocoa - Library
    Affects Versions: 0.6
            Reporter: Jan Rüth


- (id) initWithSharedProcessor: (id<TProcessor>) sharedProcessor;

is missing in TSharedProcessorFactory.h from the Cocoa headers.

Should be added, to let user know that they need to init with this method to delegate stuff to their own processor. Can't see other possibility to make server delegate incomming connections to protocol implementing classes. (no Cocoa server examples available!)

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] Updated: (THRIFT-1072) Missing - (id) initWithSharedProcessor in TSharedProcessorFactory.h

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

Jan Rüth updated THRIFT-1072:
-----------------------------

    Priority: Trivial  (was: Major)

> Missing - (id) initWithSharedProcessor in TSharedProcessorFactory.h 
> --------------------------------------------------------------------
>
>                 Key: THRIFT-1072
>                 URL: https://issues.apache.org/jira/browse/THRIFT-1072
>             Project: Thrift
>          Issue Type: Improvement
>          Components: Cocoa - Library
>    Affects Versions: 0.6
>            Reporter: Jan Rüth
>            Priority: Trivial
>         Attachments: TSharedProcessorFactory.h
>
>   Original Estimate: 2m
>  Remaining Estimate: 2m
>
> - (id) initWithSharedProcessor: (id<TProcessor>) sharedProcessor;
> is missing in TSharedProcessorFactory.h from the Cocoa headers.
> Should be added, to let user know that they need to init with this method to delegate stuff to their own processor. Can't see other possibility to make server delegate incomming connections to protocol implementing classes. (no Cocoa server examples available!)

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Closed] (THRIFT-1072) Missing - (id) initWithSharedProcessor in TSharedProcessorFactory.h

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

Jake Farrell closed THRIFT-1072.
--------------------------------

       Resolution: Fixed
    Fix Version/s: 0.9

This made it into trunk at some point, closing ticket
                
> Missing - (id) initWithSharedProcessor in TSharedProcessorFactory.h 
> --------------------------------------------------------------------
>
>                 Key: THRIFT-1072
>                 URL: https://issues.apache.org/jira/browse/THRIFT-1072
>             Project: Thrift
>          Issue Type: Improvement
>          Components: Cocoa - Library
>    Affects Versions: 0.6
>            Reporter: Jan Rüth
>            Priority: Trivial
>             Fix For: 0.9
>
>         Attachments: TSharedProcessorFactory.h, patch1072.diff
>
>   Original Estimate: 2m
>  Remaining Estimate: 2m
>
> - (id) initWithSharedProcessor: (id<TProcessor>) sharedProcessor;
> is missing in TSharedProcessorFactory.h from the Cocoa headers.
> Should be added, to let user know that they need to init with this method to delegate stuff to their own processor. Can't see other possibility to make server delegate incomming connections to protocol implementing classes. (no Cocoa server examples available!)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] Updated: (THRIFT-1072) Missing - (id) initWithSharedProcessor in TSharedProcessorFactory.h

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

Jan Rüth updated THRIFT-1072:
-----------------------------

    Patch Info: [Patch Available]

> Missing - (id) initWithSharedProcessor in TSharedProcessorFactory.h 
> --------------------------------------------------------------------
>
>                 Key: THRIFT-1072
>                 URL: https://issues.apache.org/jira/browse/THRIFT-1072
>             Project: Thrift
>          Issue Type: Improvement
>          Components: Cocoa - Library
>    Affects Versions: 0.6
>            Reporter: Jan Rüth
>            Priority: Trivial
>         Attachments: TSharedProcessorFactory.h, patch1072.diff
>
>   Original Estimate: 2m
>  Remaining Estimate: 2m
>
> - (id) initWithSharedProcessor: (id<TProcessor>) sharedProcessor;
> is missing in TSharedProcessorFactory.h from the Cocoa headers.
> Should be added, to let user know that they need to init with this method to delegate stuff to their own processor. Can't see other possibility to make server delegate incomming connections to protocol implementing classes. (no Cocoa server examples available!)

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] Commented: (THRIFT-1072) Missing - (id) initWithSharedProcessor in TSharedProcessorFactory.h

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

Bryan Duxbury commented on THRIFT-1072:
---------------------------------------

I was hoping for a unified diff as taken from the base of the Thrift tree. "svn diff" produces the correct output.

> Missing - (id) initWithSharedProcessor in TSharedProcessorFactory.h 
> --------------------------------------------------------------------
>
>                 Key: THRIFT-1072
>                 URL: https://issues.apache.org/jira/browse/THRIFT-1072
>             Project: Thrift
>          Issue Type: Improvement
>          Components: Cocoa - Library
>    Affects Versions: 0.6
>            Reporter: Jan Rüth
>            Priority: Trivial
>         Attachments: TSharedProcessorFactory.h, patch1072.diff
>
>   Original Estimate: 2m
>  Remaining Estimate: 2m
>
> - (id) initWithSharedProcessor: (id<TProcessor>) sharedProcessor;
> is missing in TSharedProcessorFactory.h from the Cocoa headers.
> Should be added, to let user know that they need to init with this method to delegate stuff to their own processor. Can't see other possibility to make server delegate incomming connections to protocol implementing classes. (no Cocoa server examples available!)

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] Commented: (THRIFT-1072) Missing - (id) initWithSharedProcessor in TSharedProcessorFactory.h

Posted by "Jan Rüth (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/THRIFT-1072?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12999505#comment-12999505 ] 

Jan Rüth commented on THRIFT-1072:
----------------------------------

Sorry, patch is attached 

> Missing - (id) initWithSharedProcessor in TSharedProcessorFactory.h 
> --------------------------------------------------------------------
>
>                 Key: THRIFT-1072
>                 URL: https://issues.apache.org/jira/browse/THRIFT-1072
>             Project: Thrift
>          Issue Type: Improvement
>          Components: Cocoa - Library
>    Affects Versions: 0.6
>            Reporter: Jan Rüth
>            Priority: Trivial
>         Attachments: TSharedProcessorFactory.h, patch1072.diff
>
>   Original Estimate: 2m
>  Remaining Estimate: 2m
>
> - (id) initWithSharedProcessor: (id<TProcessor>) sharedProcessor;
> is missing in TSharedProcessorFactory.h from the Cocoa headers.
> Should be added, to let user know that they need to init with this method to delegate stuff to their own processor. Can't see other possibility to make server delegate incomming connections to protocol implementing classes. (no Cocoa server examples available!)

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] Updated: (THRIFT-1072) Missing - (id) initWithSharedProcessor in TSharedProcessorFactory.h

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

Jan Rüth updated THRIFT-1072:
-----------------------------

    Attachment: patch1072.diff

Improvement

> Missing - (id) initWithSharedProcessor in TSharedProcessorFactory.h 
> --------------------------------------------------------------------
>
>                 Key: THRIFT-1072
>                 URL: https://issues.apache.org/jira/browse/THRIFT-1072
>             Project: Thrift
>          Issue Type: Improvement
>          Components: Cocoa - Library
>    Affects Versions: 0.6
>            Reporter: Jan Rüth
>            Priority: Trivial
>         Attachments: TSharedProcessorFactory.h, patch1072.diff
>
>   Original Estimate: 2m
>  Remaining Estimate: 2m
>
> - (id) initWithSharedProcessor: (id<TProcessor>) sharedProcessor;
> is missing in TSharedProcessorFactory.h from the Cocoa headers.
> Should be added, to let user know that they need to init with this method to delegate stuff to their own processor. Can't see other possibility to make server delegate incomming connections to protocol implementing classes. (no Cocoa server examples available!)

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] Updated: (THRIFT-1072) Missing - (id) initWithSharedProcessor in TSharedProcessorFactory.h

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

Jan Rüth updated THRIFT-1072:
-----------------------------

    Attachment: TSharedProcessorFactory.h

Improvment

> Missing - (id) initWithSharedProcessor in TSharedProcessorFactory.h 
> --------------------------------------------------------------------
>
>                 Key: THRIFT-1072
>                 URL: https://issues.apache.org/jira/browse/THRIFT-1072
>             Project: Thrift
>          Issue Type: Improvement
>          Components: Cocoa - Library
>    Affects Versions: 0.6
>            Reporter: Jan Rüth
>         Attachments: TSharedProcessorFactory.h
>
>   Original Estimate: 2m
>  Remaining Estimate: 2m
>
> - (id) initWithSharedProcessor: (id<TProcessor>) sharedProcessor;
> is missing in TSharedProcessorFactory.h from the Cocoa headers.
> Should be added, to let user know that they need to init with this method to delegate stuff to their own processor. Can't see other possibility to make server delegate incomming connections to protocol implementing classes. (no Cocoa server examples available!)

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] Commented: (THRIFT-1072) Missing - (id) initWithSharedProcessor in TSharedProcessorFactory.h

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

Bryan Duxbury commented on THRIFT-1072:
---------------------------------------

Can you attach a patch instead of a new version of the file?

> Missing - (id) initWithSharedProcessor in TSharedProcessorFactory.h 
> --------------------------------------------------------------------
>
>                 Key: THRIFT-1072
>                 URL: https://issues.apache.org/jira/browse/THRIFT-1072
>             Project: Thrift
>          Issue Type: Improvement
>          Components: Cocoa - Library
>    Affects Versions: 0.6
>            Reporter: Jan Rüth
>            Priority: Trivial
>         Attachments: TSharedProcessorFactory.h
>
>   Original Estimate: 2m
>  Remaining Estimate: 2m
>
> - (id) initWithSharedProcessor: (id<TProcessor>) sharedProcessor;
> is missing in TSharedProcessorFactory.h from the Cocoa headers.
> Should be added, to let user know that they need to init with this method to delegate stuff to their own processor. Can't see other possibility to make server delegate incomming connections to protocol implementing classes. (no Cocoa server examples available!)

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] Issue Comment Edited: (THRIFT-1072) Missing - (id) initWithSharedProcessor in TSharedProcessorFactory.h

Posted by "Jan Rüth (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/THRIFT-1072?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12998564#comment-12998564 ] 

Jan Rüth edited comment on THRIFT-1072 at 2/23/11 9:49 PM:
-----------------------------------------------------------

Improvement

      was (Author: eichhoernchen):
    Improvment
  
> Missing - (id) initWithSharedProcessor in TSharedProcessorFactory.h 
> --------------------------------------------------------------------
>
>                 Key: THRIFT-1072
>                 URL: https://issues.apache.org/jira/browse/THRIFT-1072
>             Project: Thrift
>          Issue Type: Improvement
>          Components: Cocoa - Library
>    Affects Versions: 0.6
>            Reporter: Jan Rüth
>         Attachments: TSharedProcessorFactory.h
>
>   Original Estimate: 2m
>  Remaining Estimate: 2m
>
> - (id) initWithSharedProcessor: (id<TProcessor>) sharedProcessor;
> is missing in TSharedProcessorFactory.h from the Cocoa headers.
> Should be added, to let user know that they need to init with this method to delegate stuff to their own processor. Can't see other possibility to make server delegate incomming connections to protocol implementing classes. (no Cocoa server examples available!)

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira