-
Notifications
You must be signed in to change notification settings - Fork 428
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make xref works #3179
Make xref works #3179
Conversation
7adfa00
to
0790218
Compare
Codecov Report
@@ Coverage Diff @@
## master #3179 +/- ##
==========================================
+ Coverage 80.23% 80.27% +0.04%
==========================================
Files 396 396
Lines 32348 32348
==========================================
+ Hits 25954 25968 +14
+ Misses 6394 6380 -14
Continue to review full report at Codecov.
|
This comment has been minimized.
This comment has been minimized.
I'd also put the new job in CircleCI, as a standalone docker container. Also, what is the goal of this PR, if it is ignoring all the xref errors? I guess that that way it would be clear what needs fixing, but, I'm not getting how this would be useful, is there any example of something xref marks as an error and that we can fix it as an example? |
No, not all
Well, first of all the
Yes, please follow of description and find section Please notes that the main point of this PR is provide a whole picture of places where need todo changes for future and also unblock projects where |
Right, it all seems fine to me this way. I look forward for fixing all these errors we're in the meantime ignoring. For now I think we should just add this new check to circleci's jobs. Also, some conflicts have been introduced with the latest merged PR that need solving now. |
1660b8b
to
a3a15f6
Compare
Fixed, thanks. |
a3a15f6
to
77b934d
Compare
Done. |
77b934d
to
e7afdc4
Compare
e7afdc4
to
a47d5e1
Compare
This comment has been minimized.
This comment has been minimized.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great, looking forward to reduce the ignores, and to see when xref will warn me about newly introduced ones 😄
I had a quick look and the changes look ok. |
@@ -49,6 +49,16 @@ | |||
get_subnodes/3, create_node/6, | |||
delete_node/2]). | |||
|
|||
-define(MOD_PUBSUB_DB_BACKEND, mod_pubsub_db_backend). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this code would look better and be more 'greppable' if we skip this macro and use the module names directly. However, it's not a blocker, this is temporary anyway.
Expand warnings: ./rebar3 xref