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

Unused bears show up in different categories (languages) on successive runs #249

Open
tallicamike opened this issue May 31, 2018 · 1 comment
Labels

Comments

@tallicamike
Copy link

On successive runs against coala repo, print_relevant_bears will display unused bears in different categories (languages) on each run. I think this is due to the fact that the filtering is done on a dictionary that is unordered (so on each run the values are eliminated in a different order, and for the values that belong to multiple categories/languages they might end up as flagged in different categories). This is blocked by #227.

@gitmate-bot
Copy link

GitMate.io thinks the contributor most likely able to help you is @satwikkansal.

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

No branches or pull requests

2 participants