Rollback a few recent Erlang changes to fix blame data
authorDavid Reiss <dreiss@apache.org>
Mon, 30 Aug 2010 22:05:00 +0000 (22:05 +0000)
committerDavid Reiss <dreiss@apache.org>
Mon, 30 Aug 2010 22:05:00 +0000 (22:05 +0000)
commitf32d0fb90085009cd53efd402f21d6fe6dcde492
treeca3f29521c38ab29e2e505bc58355f600a27c4d9
parent73af3b7c4c3b3d71c12544ed800ec9b1c537c783
Rollback a few recent Erlang changes to fix blame data

My combined patch for THRIFT-599 was committed, but it is preferable
commit the individual patches to preserve the more detailed log and
blame data.  I'll recommit r987018 as a sequence of patches and r988722
as its own rev.

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@990957 13f79535-47bb-0310-9956-ffa450edef68
31 files changed:
compiler/cpp/src/generate/t_erl_generator.cc
lib/erl/README
lib/erl/build/otp.mk
lib/erl/include/thrift_protocol.hrl
lib/erl/src/Makefile
lib/erl/src/test_handler.erl [moved from lib/erl/include/thrift_transport_behaviour.hrl with 64% similarity]
lib/erl/src/test_service.erl [moved from lib/erl/include/thrift_protocol_behaviour.hrl with 52% similarity]
lib/erl/src/thrift_base64_transport.erl
lib/erl/src/thrift_binary_protocol.erl
lib/erl/src/thrift_buffered_transport.erl
lib/erl/src/thrift_client.erl
lib/erl/src/thrift_client_util.erl [deleted file]
lib/erl/src/thrift_disk_log_transport.erl
lib/erl/src/thrift_file_transport.erl
lib/erl/src/thrift_framed_transport.erl
lib/erl/src/thrift_http_transport.erl
lib/erl/src/thrift_memory_buffer.erl
lib/erl/src/thrift_processor.erl
lib/erl/src/thrift_protocol.erl
lib/erl/src/thrift_server.erl
lib/erl/src/thrift_socket_server.erl
lib/erl/src/thrift_socket_transport.erl
lib/erl/src/thrift_transport.erl
lib/erl/src/thrift_transport_state_test.erl [deleted file]
test/erl/Makefile
test/erl/src/test_client.erl [deleted file]
test/erl/src/test_disklog.erl
test/erl/src/test_membuffer.erl
test/erl/src/test_server.erl
test/erl/src/test_tether.erl [new file with mode: 0644]
tutorial/erl/client.erl