[jira] [Created] (THRIFT-1534) Required fields in the Delphi code generator.

2012-03-05 Thread Jens Geyer (Created) (JIRA)
Required fields in the Delphi code generator. - Key: THRIFT-1534 URL: https://issues.apache.org/jira/browse/THRIFT-1534 Project: Thrift Issue Type: Improvement Components: Delphi - Compil

[jira] [Updated] (THRIFT-1534) Required fields in the Delphi code generator.

2012-03-05 Thread Jens Geyer (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1534?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jens Geyer updated THRIFT-1534: --- Attachment: THRIFT-1534_Required_fields_in_the_Delphi_code_generator.patch > Required fields in

Re: History and usage of erlang library

2012-03-05 Thread Bryan Duxbury
Regarding optional vs required... sigh. It turns out that there actually is a third state, which I've take to calling "default". It's a weird legacy "feature" that I don't recommend anyone use. Do the smart thing and specify either required or optional specifically on your structs' fields. Java di

Re: History and usage of erlang library

2012-03-05 Thread Jens Geyer
Hi *, regarding the binary: I would vote to make the binary a real base type, as stated on http://wiki.apache.org/thrift/ThriftTypes. I'm just not quite sure what this change could possibly break. JensG -Ursprüngliche Nachricht- From: Anthony Molinaro Sent: Monday, March 05, 2012

[jira] [Commented] (THRIFT-1532) The type specifications in the generated Erlang code should include "undefined" where it's used as a default value

2012-03-05 Thread Commented
[ https://issues.apache.org/jira/browse/THRIFT-1532?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13222514#comment-13222514 ] Björn Bylander commented on THRIFT-1532: I'll get back to you with an example .th

History and usage of erlang library

2012-03-05 Thread Anthony Molinaro
Hi, So I was looking at THRIFT-1475 and THRIFT-1532, both of which attempt to fix some dialyzer warnings (warnings which I actually have yet to see so we'll see if I can get some more information from the reporters). In looking at what we generate now and thinking about things I came across a co

[jira] [Assigned] (THRIFT-1532) The type specifications in the generated Erlang code should include "undefined" where it's used as a default value

2012-03-05 Thread Anthony Molinaro (Assigned) (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1532?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anthony Molinaro reassigned THRIFT-1532: Assignee: Anthony Molinaro > The type specifications in the generated Erlang c

[jira] [Commented] (THRIFT-1532) The type specifications in the generated Erlang code should include "undefined" where it's used as a default value

2012-03-05 Thread Anthony Molinaro (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1532?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13222483#comment-13222483 ] Anthony Molinaro commented on THRIFT-1532: -- So I can't quite get dialyzer to cau

[jira] [Commented] (THRIFT-1475) Incomplete records generation for Erlang

2012-03-05 Thread Anthony Molinaro (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1475?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13222476#comment-13222476 ] Anthony Molinaro commented on THRIFT-1475: -- I'm not clear how things are broken,

[jira] [Assigned] (THRIFT-1475) Incomplete records generation for Erlang

2012-03-05 Thread Anthony Molinaro (Assigned) (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1475?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anthony Molinaro reassigned THRIFT-1475: Assignee: Anthony Molinaro > Incomplete records generation for Erlang > --

[jira] [Issue Comment Edited] (THRIFT-1398) Compiler warning on generated code (Multiface kills -Wall -Werror on gcc 4.6.1)

2012-03-05 Thread Chris Stylianou (Issue Comment Edited) (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1398?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=1382#comment-1382 ] Chris Stylianou edited comment on THRIFT-1398 at 3/5/12 11:46 AM: -

[jira] [Issue Comment Edited] (THRIFT-1398) Compiler warning on generated code (Multiface kills -Wall -Werror on gcc 4.6.1)

2012-03-05 Thread Chris Stylianou (Issue Comment Edited) (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1398?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=1382#comment-1382 ] Chris Stylianou edited comment on THRIFT-1398 at 3/5/12 11:44 AM: -

[jira] [Updated] (THRIFT-1398) Compiler warning on generated code (Multiface kills -Wall -Werror on gcc 4.6.1)

2012-03-05 Thread Chris Stylianou (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-1398?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Stylianou updated THRIFT-1398: Attachment: THRIFT-1398.patch Attached a patch which should resolve the issue.