atom / deprecation-cop

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

Overhaul style sheet deprecation view and show deprecations also in non-dev mode #70

Closed as-cii closed 8 years ago

as-cii commented 8 years ago

This pull request stops using the atom-selector-linter module, and relies on atom.styles instead to show style sheet deprecations.

Also, this enables showing the deprecation count in the status-bar again: up until now this feature was enabled only in dev mode, but especially since we are going to remove the shadow DOM boundary from atom-text-editor elements, it feels reasonable to let users see package deprecations so that they can report them to the respective package authors.

/cc: @atom/core

nathansobo commented 8 years ago

Glad to see this moving so quickly!