atom-haskell-archive / haskell-ghc-mod

haskell-ghc-mod atom package
https://atom.io/packages/haskell-ghc-mod
MIT License
69 stars 20 forks source link

Object.observe is not a function #168

Closed remexre closed 7 years ago

remexre commented 7 years ago

Occurs on start, always. It seems to be true on Atom 1.9.8; Object.observe is undefined in the Developer Console too.

lierdakil commented 7 years ago

Should be fixed in 1.16.1, although this introduces a small resource leak on linter package deactivation, if you have 'Use Linter' option enabled. Everything should be fine unless you keep de- and re-activating linter package for a million times.... I will rewrite linter integration one of these days. At least that's what I keep telling myself.

remexre commented 7 years ago

Yep, fixed. Thanks!