elixir-thrift/test
Jon Parise 116fe03eef
Remove with _with_options function variants (#308)
These were introduced to avoid potential conflicts between our options
parameter (named `opts`) and an `opts` function paramter named by the
Thrift IDL.

This resulted in doubling the number of generated methods (as well as
another level of function call indirection), in addition to making the
resulting user-callable API a little bit more complex.

Instead, go back to using just two generated functions (the "regular"
call and the "bang!" exception-raising variant) and rename our options
parameter to `rpc_opts`, which is very unlikely to conflict in practice.
2018-01-02 12:42:03 -08:00
..
fixtures/app Add support for Thrift annotations (#276) 2017-09-12 07:20:35 -07:00
mix/tasks Handle reserved keywords (#295) 2017-10-17 11:45:11 -07:00
support Enable credo for the test/ directory (#284) 2017-09-23 12:00:03 -04:00
thrift Remove with _with_options function variants (#308) 2018-01-02 12:42:03 -08:00
test_helper.exs Enable credo for the test/ directory (#284) 2017-09-23 12:00:03 -04:00