• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

pinterest / elixir-thrift / 412

Builds Branch Commit Type Ran Committer Via Coverage
412 thrift_tng Add the `u` field to ParserUtil's User support Pull #98 29 Dec 2016 01:29AM UTC web-flow travis-ci pending completion   set done
411 thrift_tng Always name the deserialize function `deserialize` The previous code supported variable function names, but in practice we always named it `deserialize`. This simplifies the code a bit and makes the output of these macros a bit more obvious. Pull #97 29 Dec 2016 01:17AM UTC web-flow travis-ci pending completion   set done
410 thrift_tng Add _bench.exs suffixes to benchfella scripts (#96) This allows the `mix bench` command to automatically discover its test scripts. Also, we only need to build benchfella in :dev and not :test. push 29 Dec 2016 12:38AM UTC web-flow travis-ci pending completion   set done
409 thrift_tng Add _bench.exs suffixes to benchfella scripts This allows the `mix bench` command to automatically discover its test scripts. Also, we only need to build benchfella in :dev and not :test. Pull #96 29 Dec 2016 12:30AM UTC web-flow travis-ci pending completion   set done
408 master Only build dialyxir in :dev Also, exclude it from the list of runtime applications because it has no runtime component. Pull #95 29 Dec 2016 12:20AM UTC web-flow travis-ci pending completion   set done
407 thrift_tng Specialize boolean field serializer (#93) It was producing a redundant case statement. case foo do nil -> <<>> _ -> [<<2, id::size(16)>>, case foo do nil -> <<0>> false -> <<0>> _ -> <<1>> ... push 28 Dec 2016 11:18PM UTC web-flow travis-ci pending completion   set done
406 thrift_tng More robust handling of void return types (#92) * More robust handling of void return types The erlang server replies to void responses with <<12, 0, 0, 0, 0>> which is an empty struct and the stop byte from the respone struct. Other impleme... push 28 Dec 2016 09:49PM UTC web-flow travis-ci pending completion   set done
405 thrift_tng PR suggestions Pull #92 28 Dec 2016 09:45PM UTC web-flow travis-ci pending completion   set done
404 thrift_tng Improve iolist optimization The new function `optimize_iolist` combines the old `merge_binaries` and `simplify_iolist` functions. It also improves on them slightly, for instance by terminating iolists with a binary instead of the empty list, and ... Pull #94 28 Dec 2016 09:00PM UTC web-flow travis-ci pending completion   set done
403 thrift_tng Specialize boolean field serializer It was producing a redundant case statement. case foo do nil -> <<>> _ -> [<<2, id::size(16)>>, case foo do nil -> <<0>> false -> <<0>> _ -> <<1>> end] end... Pull #93 28 Dec 2016 08:35PM UTC web-flow travis-ci pending completion   set done
402 thrift_tng Formatting is more consistent Pull #92 28 Dec 2016 07:24PM UTC web-flow travis-ci pending completion   set done
401 thrift_tng More robust handling of void return types The erlang server replies to void responses with <<12, 0, 0, 0, 0>> which is an empty struct and the stop byte from the respone struct. Other implementations just reply with the stop byte from the respons... Pull #92 28 Dec 2016 07:19PM UTC web-flow travis-ci pending completion   set done
400 thrift_tng Wrap long lines (#91) push 28 Dec 2016 05:05PM UTC scohen travis-ci pending completion   set done
399 thrift_tng Match unions with zero or one field set (#90) * Match unions with zero or one field set This uses matching in the `serialize` definition to enforce that only unions with zero or one field can be serialized. push 28 Dec 2016 12:12AM UTC web-flow travis-ci pending completion   set done
398 thrift_tng PR feedback Pull #90 27 Dec 2016 10:42PM UTC web-flow travis-ci pending completion   set done
  • ← Previous
  • 1
  • 2
  • …
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • …
  • 85
  • 86
  • Next →
  • Back to Repo
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc