benmatselby / atom-php-checkstyle

✅ [DEPRECATED] Checkstyle reporter for PHP, utilising phpcs, phpmd, php linter and php-cs-fixer
MIT License
21 stars 5 forks source link

Atom.Object.defineProperty.get is deprecated. #30

Closed morganestes closed 9 years ago

morganestes commented 9 years ago

atom.workspaceView is no longer available. In most cases you will not need the view. See the Workspace docs for alternatives: https://atom.io/docs/api/latest/Workspace. If you do need the view, please use atom.views.getView(atom.workspace), which returns an HTMLElement.

Atom.Object.defineProperty.get (/opt/homebrew-cask/Caskroom/atom/latest/Atom.app/Contents/Resources/app/src/atom.js:55:11)
PhpCheckstyleStatusBarView.initialize (/Users/morganestes/.atom/packages/php-checkstyle/lib/php-checkstyle-statusbar-view.coffee:15:22)
morganestes commented 9 years ago

I opened this via the one-click reporting tool inside Atom and let it populate the title and initial comment.

I just upgraded to 0.174.0, which introduced the Deprecation Cop feature to view and report anything that's calling the API differently than what is coming up with the 1.0 API (see http://blog.atom.io/2015/01/15/announcing-the-atom-1-api.html for details).

I don't know how critical it is to update, but I figured I'd go ahead and report it while I could.

benmatselby commented 9 years ago

Hi there @morganestes

As mentioned in the README, I no longer support this plugin as Atom Linter does everything I was offering. Apologies about this.

morganestes commented 9 years ago

No worries. Thanks for the update, sorry I didn't read closely!