[jira] [Created] (THRIFT-2399) thrift.el: recognize //-style comments in emacs thrift-mode

2014-03-12 Thread David Hull (JIRA)
David Hull created THRIFT-2399: -- Summary: thrift.el: recognize //-style comments in emacs thrift-mode Key: THRIFT-2399 URL: https://issues.apache.org/jira/browse/THRIFT-2399 Project: Thrift

[jira] [Created] (THRIFT-2400) thrift.el: recognize //-style comments in emacs thrift-mode

2014-03-12 Thread David Hull (JIRA)
David Hull created THRIFT-2400: -- Summary: thrift.el: recognize //-style comments in emacs thrift-mode Key: THRIFT-2400 URL: https://issues.apache.org/jira/browse/THRIFT-2400 Project: Thrift

[jira] [Closed] (THRIFT-2400) thrift.el: recognize //-style comments in emacs thrift-mode

2014-03-12 Thread David Hull (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2400?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Hull closed THRIFT-2400. -- Resolution: Duplicate thrift.el: recognize //-style comments in emacs thrift-mode

[jira] [Updated] (THRIFT-2399) thrift.el: recognize //-style comments in emacs thrift-mode

2014-03-12 Thread David Hull (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2399?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Hull updated THRIFT-2399: --- Attachment: thrift-mode.patch Patch emacs thrift-mode syntax table to allow it to recognize

[jira] [Created] (THRIFT-4268) Erlang library emits debugging output in transport layer

2017-07-27 Thread David Hull (JIRA)
David Hull created THRIFT-4268: -- Summary: Erlang library emits debugging output in transport layer Key: THRIFT-4268 URL: https://issues.apache.org/jira/browse/THRIFT-4268 Project: Thrift Issue

[jira] [Created] (THRIFT-4266) Erlang library throws during skipping fields of composite type (maps, lists, structs, sets)

2017-07-26 Thread David Hull (JIRA)
David Hull created THRIFT-4266: -- Summary: Erlang library throws during skipping fields of composite type (maps, lists, structs, sets) Key: THRIFT-4266 URL: https://issues.apache.org/jira/browse/THRIFT-4266

[jira] [Created] (THRIFT-4265) Erlang library missing a struct_end call in decoder

2017-07-26 Thread David Hull (JIRA)
David Hull created THRIFT-4265: -- Summary: Erlang library missing a struct_end call in decoder Key: THRIFT-4265 URL: https://issues.apache.org/jira/browse/THRIFT-4265 Project: Thrift Issue Type:

[jira] [Commented] (THRIFT-4265) Erlang library missing a struct_end call in decoder

2017-07-26 Thread David Hull (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4265?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16102231#comment-16102231 ] David Hull commented on THRIFT-4265: I am closing this bug report. This was indeed an issue in Thrift

[jira] [Closed] (THRIFT-4265) Erlang library missing a struct_end call in decoder

2017-07-26 Thread David Hull (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4265?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Hull closed THRIFT-4265. -- Resolution: Invalid > Erlang library missing a struct_end call in decoder >

[jira] [Created] (THRIFT-4269) Don't append '.' to Erlang namespace if it ends in '_'.

2017-07-28 Thread David Hull (JIRA)
David Hull created THRIFT-4269: -- Summary: Don't append '.' to Erlang namespace if it ends in '_'. Key: THRIFT-4269 URL: https://issues.apache.org/jira/browse/THRIFT-4269 Project: Thrift Issue

[jira] [Updated] (THRIFT-4269) Don't append '.' to Erlang namespace if it ends in '_'.

2017-07-28 Thread David Hull (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4269?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Hull updated THRIFT-4269: --- Description: THRIFT-3834 added support for namespaces to the Erlang code generator. However, that

[jira] [Created] (THRIFT-4270) Generate Erlang mapping functions for const maps and lists

2017-07-28 Thread David Hull (JIRA)
David Hull created THRIFT-4270: -- Summary: Generate Erlang mapping functions for const maps and lists Key: THRIFT-4270 URL: https://issues.apache.org/jira/browse/THRIFT-4270 Project: Thrift

[jira] [Created] (THRIFT-4279) Wrong path in include directive in generated Thrift sources

2017-08-08 Thread David Hull (JIRA)
David Hull created THRIFT-4279: -- Summary: Wrong path in include directive in generated Thrift sources Key: THRIFT-4279 URL: https://issues.apache.org/jira/browse/THRIFT-4279 Project: Thrift

[jira] [Updated] (THRIFT-4279) Wrong path in include directive in generated Thrift sources

2017-08-08 Thread David Hull (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4279?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Hull updated THRIFT-4279: --- Description: My code change in THRIFT-4270 introduced a bug in the path to the generated header

[jira] [Created] (THRIFT-4495) Erlang records should allow 'undefined' for non-required fields

2018-02-13 Thread David Hull (JIRA)
David Hull created THRIFT-4495: -- Summary: Erlang records should allow 'undefined' for non-required fields Key: THRIFT-4495 URL: https://issues.apache.org/jira/browse/THRIFT-4495 Project: Thrift

[jira] [Created] (THRIFT-4497) Erlang records should use map() for map type

2018-02-13 Thread David Hull (JIRA)
David Hull created THRIFT-4497: -- Summary: Erlang records should use map() for map type Key: THRIFT-4497 URL: https://issues.apache.org/jira/browse/THRIFT-4497 Project: Thrift Issue Type: Bug

[jira] [Commented] (THRIFT-4056) Skip() should throw TProtocolException.INVALID_DATA on unknown data types

2019-02-14 Thread David Hull (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4056?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16768822#comment-16768822 ] David Hull commented on THRIFT-4056: The Erlang library's {{skip}} function has special handling for