irrationalistic / atom-tasks

Handle tasks/todo files in atom
MIT License
154 stars 22 forks source link

TextEditor.module.exports.Object.defineProperty.get is deprecated. #60

Closed jithu-d closed 8 years ago

jithu-d commented 8 years ago

TextEditor.prototype.displayBuffer has always been private, but now it is gone. Reading the displayBuffer property now returns a reference to the containing TextEditor, which now provides some of the API of the defunct DisplayBuffer class.

TextEditor.module.exports.Object.defineProperty.get (/Users/dbkarthik/Downloads/DMG/Atom.app/Contents/Resources/app.asar/src/text-editor.js:87:14)
status-bar-tasks.subscribeToActiveTextEditor (/Users/dbkarthik/.atom/packages/tasks/lib/views/task-status-view.coffee:50:78)
status-bar-tasks.initialize (/Users/dbkarthik/.atom/packages/tasks/lib/views/task-status-view.coffee:25:19)
Object.consumeStatusBar (/Users/dbkarthik/.atom/packages/tasks/lib/tasks.coffee:189:23)
Provider.provide (/Users/dbkarthik/Downloads/DMG/Atom.app/Contents/Resources/app.asar/node_modules/service-hub/lib/provider.js:30:52)
<unknown> (/Users/dbkarthik/Downloads/DMG/Atom.app/Contents/Resources/app.asar/node_modules/service-hub/lib/service-hub.js:55:26)
irrationalistic commented 8 years ago

Can you give me a bit more information about how to reproduce this issue? I was unable to get the error to occur! Also, what version are you using?

irrationalistic commented 8 years ago

Closing as I am unable to reproduce this issue. Feel free to re-open if it comes back!