Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
THRIFT-4495: Allow
undefined
for non-required Erlang records fields.
Client: erl As of Erlang 19, the dialyzer static type-analysis tool no longer implicitly adds `undefined` to the allowed types for a field. This means that dialyzer will now complain about any non-required fields that are not explicitly initialed when creating a new record. This closes apache#1494
- Loading branch information