atom / deprecation-cop

Shows a list of deprecated calls
MIT License
12 stars 19 forks source link

Make status bar count deprecations as the view does #39

Closed izuzak closed 9 years ago

izuzak commented 9 years ago

This closes #37 by using the same approach for counting deprecations in the status bar as in the view (multiple deprecation call stacks might be grouped into the same deprecation).

Before:

screen shot 2015-04-28 at 14 49 49

After:

screen shot 2015-04-28 at 14 49 12

izuzak commented 9 years ago

Oops, pushed the button a bit too early. :sweat_smile: Updated the PR description to provide more information.

cc @kevinsawicki for :eyes:

kevinsawicki commented 9 years ago

Ran the tests locally, looks great, :shipit:

kevinsawicki commented 9 years ago

Published and updated in atom/atom