[jira] [Updated] (THRIFT-2295) Make oneway more generic

2014-06-19 Thread Martin Vogt (JIRA)

 [ 
https://issues.apache.org/jira/browse/THRIFT-2295?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Martin Vogt updated THRIFT-2295:


Attachment: 040_functionModifiers140619v1.patch

Updated against current git. Although the old one still should work.

The patch works fine here, tested with C# (Linux,Win) 
and C++ additionally it adds nothing new, 
but cleans up the code a bit (IMHO)




 Make oneway more generic
 --

 Key: THRIFT-2295
 URL: https://issues.apache.org/jira/browse/THRIFT-2295
 Project: Thrift
  Issue Type: Improvement
  Components: Compiler (General)
Affects Versions: 0.9.1
Reporter: Martin Vogt
Priority: Trivial
 Attachments: 040_functionModifiers140619v1.patch, 
 functionModifiers131227v1.patch


 I'm experimenting with different function modifiers 
 (oneway,signal,slot, etc...)
 The current code does not make such tests easy, because the oneway
 modifier is hardcoded  as bool.
 The following patch improves the optional function modifier to be more 
 generic.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Updated] (THRIFT-2295) Make oneway more generic

2014-06-19 Thread Martin Vogt (JIRA)

 [ 
https://issues.apache.org/jira/browse/THRIFT-2295?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Martin Vogt updated THRIFT-2295:


Attachment: (was: functionModifiers131227v1.patch)

 Make oneway more generic
 --

 Key: THRIFT-2295
 URL: https://issues.apache.org/jira/browse/THRIFT-2295
 Project: Thrift
  Issue Type: Improvement
  Components: Compiler (General)
Affects Versions: 0.9.1
Reporter: Martin Vogt
Priority: Trivial
 Attachments: 040_functionModifiers140619v1.patch


 I'm experimenting with different function modifiers 
 (oneway,signal,slot, etc...)
 The current code does not make such tests easy, because the oneway
 modifier is hardcoded  as bool.
 The following patch improves the optional function modifier to be more 
 generic.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Updated] (THRIFT-2295) Make oneway more generic

2013-12-27 Thread Martin Vogt (JIRA)

 [ 
https://issues.apache.org/jira/browse/THRIFT-2295?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Martin Vogt updated THRIFT-2295:


Attachment: functionModifiers131227v1.patch

changed None-0x0 and renamed MOD to e_mod, which is like the other enums.

 Make oneway more generic
 --

 Key: THRIFT-2295
 URL: https://issues.apache.org/jira/browse/THRIFT-2295
 Project: Thrift
  Issue Type: Improvement
  Components: Compiler (General)
Affects Versions: 0.9.1
Reporter: Martin Vogt
Priority: Trivial
 Attachments: functionModifiers.patch, functionModifiers131227v1.patch


 I'm experimenting with different function modifiers 
 (oneway,signal,slot, etc...)
 The current code does not make such tests easy, because the oneway
 modifier is hardcoded  as bool.
 The following patch improves the optional function modifier to be more 
 generic.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Updated] (THRIFT-2295) Make oneway more generic

2013-12-27 Thread Martin Vogt (JIRA)

 [ 
https://issues.apache.org/jira/browse/THRIFT-2295?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Martin Vogt updated THRIFT-2295:


Attachment: (was: functionModifiers.patch)

 Make oneway more generic
 --

 Key: THRIFT-2295
 URL: https://issues.apache.org/jira/browse/THRIFT-2295
 Project: Thrift
  Issue Type: Improvement
  Components: Compiler (General)
Affects Versions: 0.9.1
Reporter: Martin Vogt
Priority: Trivial
 Attachments: functionModifiers131227v1.patch


 I'm experimenting with different function modifiers 
 (oneway,signal,slot, etc...)
 The current code does not make such tests easy, because the oneway
 modifier is hardcoded  as bool.
 The following patch improves the optional function modifier to be more 
 generic.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Updated] (THRIFT-2295) Make oneway more generic

2013-12-24 Thread Martin Vogt (JIRA)

 [ 
https://issues.apache.org/jira/browse/THRIFT-2295?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Martin Vogt updated THRIFT-2295:


Attachment: functionModifiers.patch

make oneway more generic

 Make oneway more generic
 --

 Key: THRIFT-2295
 URL: https://issues.apache.org/jira/browse/THRIFT-2295
 Project: Thrift
  Issue Type: Improvement
  Components: Compiler (General)
Affects Versions: 0.9.1
Reporter: Martin Vogt
Priority: Trivial
 Attachments: functionModifiers.patch


 I'm experimenting with different function modifiers 
 (oneway,signal,slot, etc...)
 The current code does not make such tests easy, because the oneway
 modifier is hardcoded  as bool.
 The following patch improves the optional function modifier to be more 
 generic.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)