[jira] [Updated] (THRIFT-1651) Support annotations on all elements

2012-09-11 Thread Benjy Weinberger (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1651?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benjy Weinberger updated THRIFT-1651: - Attachment: (was: thrift-annotations-for-all.patch) > Support annotations

[jira] [Updated] (THRIFT-1651) Support annotations on all elements

2012-09-11 Thread Benjy Weinberger (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1651?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benjy Weinberger updated THRIFT-1651: - Attachment: THRIFT-1651-annotations-everywhere.patch New patch that includes

[jira] [Comment Edited] (THRIFT-1651) Support annotations on all elements

2012-07-16 Thread Benjy Weinberger (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1651?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13414824#comment-13414824 ] Benjy Weinberger edited comment on THRIFT-1651 at 7/16/12 5:3

[jira] [Updated] (THRIFT-1651) Support annotations on all elements

2012-07-16 Thread Benjy Weinberger (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1651?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benjy Weinberger updated THRIFT-1651: - Description: Custom annotations are currently supported on almost all types, but not on

[jira] [Updated] (THRIFT-1651) Support annotations on all elements

2012-07-16 Thread Benjy Weinberger (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1651?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benjy Weinberger updated THRIFT-1651: - Attachment: thrift-annotations-for-all.patch This supersedes the previous patch file

[jira] [Updated] (THRIFT-1651) Support annotations on all elements

2012-07-16 Thread Benjy Weinberger (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1651?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benjy Weinberger updated THRIFT-1651: - Attachment: (was: thrift-annotations-on-enums.patch) > Support annotations

[jira] [Comment Edited] (THRIFT-1651) Support annotations on all elements

2012-07-16 Thread Benjy Weinberger (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1651?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13414824#comment-13414824 ] Benjy Weinberger edited comment on THRIFT-1651 at 7/16/12 5:3

[jira] [Updated] (THRIFT-1651) Support annotations on all elements

2012-07-16 Thread Benjy Weinberger (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1651?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benjy Weinberger updated THRIFT-1651: - Description: Custom annotations are currently supported on almost all types, but not on

Re: Allowing annotations on Enum

2012-07-15 Thread Benjy Weinberger
see > http://thrift.apache.org/docs/HowToContribute/ for how to submit a patch > > -Jake > > > > On Tue, Jul 10, 2012 at 7:00 PM, Benjy Weinberger wrote: > >> Thrift currently allows annotations on all elements other than enum >> and senum (and their values). Is th

[jira] [Commented] (THRIFT-1651) Support annotations on enums/senums and their values

2012-07-15 Thread Benjy Weinberger (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1651?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13414824#comment-13414824 ] Benjy Weinberger commented on THRIFT-1651: -- The patch adds support

[jira] [Updated] (THRIFT-1651) Support annotations on enums/senums and their values

2012-07-15 Thread Benjy Weinberger (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1651?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benjy Weinberger updated THRIFT-1651: - Attachment: thrift-annotations-on-enums.patch > Support annotations on enums/sen

Running the Thrift tests (WAS: Re: Allowing annotations on Enum)

2012-07-13 Thread Benjy Weinberger
new functionality and patches, please see > http://thrift.apache.org/docs/HowToContribute/ for how to submit a patch > > -Jake > > > > On Tue, Jul 10, 2012 at 7:00 PM, Benjy Weinberger wrote: > >> Thrift currently allows annotations on all elements other than enum &g

[jira] [Created] (THRIFT-1651) Support annotations on enums/senums and their values

2012-07-13 Thread Benjy Weinberger (JIRA)
Benjy Weinberger created THRIFT-1651: Summary: Support annotations on enums/senums and their values Key: THRIFT-1651 URL: https://issues.apache.org/jira/browse/THRIFT-1651 Project: Thrift

Re: [jira] [Commented] (THRIFT-1477) Allow readFieldBegin() to pass back the field name instead of the field id

2012-01-03 Thread Benjy Weinberger
sues.apache.org/jira/browse/THRIFT-1477 >>             Project: Thrift >>          Issue Type: Improvement >>          Components: Java - Compiler >>            Reporter: Benjy Weinberger >>            Priority: Minor >> >> [Apologies if this has been addressed in a

[jira] [Created] (THRIFT-1477) Allow readFieldBegin() to pass back the field name instead of the field id

2011-12-31 Thread Benjy Weinberger (Created) (JIRA)
Issue Type: Improvement Components: Java - Compiler Reporter: Benjy Weinberger Priority: Minor [Apologies if this has been addressed in another issue. I couldn't find anything relevant on JIRA or the mailing list archives.] Background: I'm implement