summaryrefslogtreecommitdiff
path: root/test/ocaml
Commit message (Collapse)AuthorAgeFilesLines
* THRIFT-2886 Integrate binary type in standard Thrift cross testJens Geyer2015-01-031-0/+1
| | | | | | | | | | | | Client: C_glib, C++, D, Erlang, Go, Haskell, Lua, Java/Me, JavaScript, Node, Ocaml, Perl, PHP, Python, Ruby Patch: Jens Geyer This closes #341 Minimal server-side implementations and TODO stubs for various languages to let "make check" succeeed. Not contained in this patch and still TODO: - client side implementations, i.e. calls to testBinary() and appropriate tests - server side hex printout missing for some languages
* THRIFT-387. Add license headers to a bunch of filesDavid Reiss2009-03-305-0/+95
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@760189 13f79535-47bb-0310-9956-ffa450edef68
* THRIFT-136. s/async/oneway/ in misc placesDavid Reiss2009-03-241-1/+1
| | | | | | | | This is mostly an internal-only change. It affects docstrings, messages, variables, test cases, etc. git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@757992 13f79535-47bb-0310-9956-ffa450edef68
* ocaml and haskell thrift clients now calling readMessageEndiproctor2008-04-101-0/+2
| | | | | | | | | | | | | | | Summary: I neglected to make the call to readMessageEnd if the client read an app exception in the haskell and ocaml code. Fixed now. The test cases for both now also compile with the new ThriftTest.thrift (though haskell's is still not doing anything but echoing the args) Reviewed By: dreiss Test Plan: Ran test code. This bug would actually never show up because there's only tbinaryprotocol implemented for these languages and that does nothing on a readMessageEnd. Revert: OK DiffCamp Revision: 11377 git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665651 13f79535-47bb-0310-9956-ffa450edef68
* Thrift: Whitespace cleanup.David Reiss2008-02-061-10/+10
| | | | | | | | | | | | | | | | | Summary: - Expanded tabs to spaces where spaces were the norm. - Deleted almost all trailing whitespace. - Added newlines to the ends of a few files. - Ran dos2unix on one file or two. Reviewed By: mcslee Test Plan: git diff -b Revert Plan: ok git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665467 13f79535-47bb-0310-9956-ffa450edef68
* Thrift: OCaml and HS servers more generaliproctor2007-08-083-4/+13
| | | | | | | | | | Summary: The library now provides servers that are general like the other languages. Reviewed by: mcslee Test plan: Yes Revert plan: yes git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665195 13f79535-47bb-0310-9956-ffa450edef68
* Thrift: OCaml library and generatoriproctor2007-07-165-0/+189
Summary: Added (minimal) library and code generator for OCaml. Reviewed by: mcslee Test plan: Test client and server (included). Revert plan: yes git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665163 13f79535-47bb-0310-9956-ffa450edef68