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
2012 7:35 PM To: dev@thrift.apache.org Subject: History and usage of erlang library 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

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