You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by va...@apache.org on 2020/01/20 23:42:44 UTC

[couchdb-hyper] branch remove-triq-dependency created (now 6952683)

This is an automated email from the ASF dual-hosted git repository.

vatamane pushed a change to branch remove-triq-dependency
in repository https://gitbox.apache.org/repos/asf/couchdb-hyper.git.


      at 6952683  Remove runtime triq dependency

This branch includes the following new commits:

     new 6952683  Remove runtime triq dependency

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[couchdb-hyper] 01/01: Remove runtime triq dependency

Posted by va...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

vatamane pushed a commit to branch remove-triq-dependency
in repository https://gitbox.apache.org/repos/asf/couchdb-hyper.git

commit 69526839f56961f1cf3018373b8cd64c75c97527
Author: Nick Vatamaniuc <va...@apache.org>
AuthorDate: Mon Jan 20 18:40:57 2020 -0500

    Remove runtime triq dependency
    
    This was the only place that was bringing in triq even for CouchDB's own tests,
    we never added it to the main list of deps. Trying to switch to PropEr so
    seeing if we can remove it and make a new release without it.
---
 rebar.config | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/rebar.config b/rebar.config
index 6d6df3c..f09bea7 100644
--- a/rebar.config
+++ b/rebar.config
@@ -1,9 +1,5 @@
 {cover_enabled, true}.
 
-{deps, [
-         {triq, ".*", {git, "https://github.com/apache/couchdb-triq.git", {tag, "v1.2.0"}}}
-       ]}.
-
 {port_specs, [
               {"priv/hyper_carray.so", ["c_src/hyper_carray.c"]}
              ]}.