You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2023/01/05 21:27:43 UTC

[GitHub] [couchdb-rebar] jaydoane opened a new pull request, #5: Relax xref ANNO limitation

jaydoane opened a new pull request, #5:
URL: https://github.com/apache/couchdb-rebar/pull/5

   Currently this xref interface assumes an ANNO format of a single line number, but versions of OTP > 23 return a tuple, resulting in a an error like:
   ```
   ERROR: xref failed while processing /Users/jay/repos/couchdb/src/snappy: {'EXIT',
    {{badmatch,
      [{attribute,{1,1},file,{"src/snappy.erl",1}},
   ```
   This relaxes the assumption on any particular ANNO format and accepts them all.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@couchdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [couchdb-rebar] jaydoane merged pull request #5: Relax xref ANNO limitation

Posted by GitBox <gi...@apache.org>.
jaydoane merged PR #5:
URL: https://github.com/apache/couchdb-rebar/pull/5


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@couchdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org