Skip to content
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

would not output citations for objects with e.g. 'edu' tag if there is no 'edu' citations for that module #61

Open
yarikoptic opened this issue Sep 24, 2015 · 0 comments
Assignees
Labels

Comments

@yarikoptic
Copy link
Member

the reason is in dump that it loops through the modules after filtering by tags, so no package/module references left, thus has no chance to match (there is a filter later on) those 'edu' references. Here is a sample .duecredit.p: http://www.onerussian.com/tmp/.duecredit.p_func_cite_no_module_edu
just run

$> DUECREDIT_REPORT_TAGS=edu duecredit summary

DueCredit Report:

0 packages cited
0 modules cited
1 functions cited%      

(note seems to be lacking trailing new line)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants