You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by be...@apache.org on 2014/02/13 17:43:33 UTC

[31/50] lager commit: updated refs/heads/import-master to da4419e

Merge pull request #192 from basho/adt-fix-empty-binary-printing

Remove the workaround for the bug when printing empty binaries in W mode

Project: http://git-wip-us.apache.org/repos/asf/couchdb-lager/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-lager/commit/da0e4cae
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-lager/tree/da0e4cae
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-lager/diff/da0e4cae

Branch: refs/heads/import-master
Commit: da0e4cae0036ae2c8be1b695864d3873983650aa
Parents: 6a7a456 017a516
Author: Andrew Thompson <an...@hijacked.us>
Authored: Thu Jan 23 21:32:25 2014 -0800
Committer: Andrew Thompson <an...@hijacked.us>
Committed: Thu Jan 23 21:32:25 2014 -0800

----------------------------------------------------------------------
 rebar.config           |  2 +-
 src/lager_trunc_io.erl | 13 +++++--------
 src/lager_util.erl     |  3 ++-
 3 files changed, 8 insertions(+), 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-lager/blob/da0e4cae/rebar.config
----------------------------------------------------------------------
diff --cc rebar.config
index 3e0b1c8,ec113f5..3eb95fa
--- a/rebar.config
+++ b/rebar.config
@@@ -1,7 -1,7 +1,7 @@@
 -{erl_opts, [debug_info]}.
 +{erl_opts, [debug_info, warn_untyped_record]}.
  {erl_first_files, ["src/lager_util.erl"]}.
  {deps, [
-         {goldrush, ".*",
+         {goldrush, "0\.1\.6",
              {git, "git://github.com/DeadZen/goldrush.git", {tag, "0.1.6"}}}
         ]}.
  

http://git-wip-us.apache.org/repos/asf/couchdb-lager/blob/da0e4cae/src/lager_util.erl
----------------------------------------------------------------------