halohalospecial / atom-elmjutsu

A bag of tricks for developing with Elm. (Atom package)
https://atom.io/packages/elmjutsu
MIT License
192 stars 24 forks source link

Uncaught TypeError: autocompletePackage.mainModule.getAutocompleteManager is not a function #89

Closed MaximeRVY closed 7 years ago

MaximeRVY commented 7 years ago

Hello, I found an bug. :-)

Repro-steps :

  1. Install latest update of autocomplete-plus (2.35.8)
  2. Open Atom

Atom: 1.19.1 x64 Electron: 1.6.9 OS: Mac OS X 10.12.5 Thrown From: elmjutsu package 5.6.2

Stack Trace

Uncaught TypeError: autocompletePackage.mainModule.getAutocompleteManager is not a function

At /Users/maxime/.atom/packages/elmjutsu/lib/autocomplete-provider.js:13

TypeError: autocompletePackage.mainModule.getAutocompleteManager is not a function
    at /packages/elmjutsu/lib/autocomplete-provider.js:13:66

Commands

     -0:56.4.0 tree-view:show (atom-workspace.workspace.scrollbars-visible-when-scrolling)

Non-Core Packages

advanced-open-file 0.16.6 
atom-beautify 0.30.5 
atom-css-comb 3.3.1 
atom-elixir 0.2.3 
autocomplete-elixir 1.5.15 
autocomplete-ruby 0.2.8 
build-elixir 0.7.0 
busy-signal 1.4.3 
css-snippets 1.1.0 
elm-format 2.2.0 
elmjutsu 5.6.2 
file-icons 2.1.10 
git-time-machine 1.5.9 
goto-definition 1.3.4 
hyperclick 0.1.3 
intentions 1.1.5 
js-hyperclick 1.11.0 
language-docker 1.1.8 
language-elixir 0.19.0 
language-elm 1.5.0 
language-haml 0.25.1 
language-rspec 0.6.3 
linter 2.2.0 
linter-coffeelint 1.2.1 
linter-elixirc 1.7.0 
linter-elm-make 0.23.7 
linter-ruby 1.2.5 
linter-swagger 0.4.1 
linter-ui-default 1.6.5 
monokai 0.24.0 
pigments 0.40.2 
platformio-ide-terminal 2.5.5 
project-manager 3.3.5 
rails-i18n-autocomplete 0.4.0 
rails-snippets 2.16.0 
rspec-snippets 0.4.0 
ruby-test 1.0.2 
script 3.15.0 
set-syntax 0.3.2 
trailing-spaces 0.4.0 
xml-formatter 0.11.0 

Thanks for your package btw :-) It's really great !

halohalospecial commented 7 years ago

Hi @MaximeRDY, are you usingAtom 1.20? :D

MaximeRVY commented 7 years ago

Hi @halohalospecial ,

Nop I'm using Atom 1.19.1 :-) The latest stable (normally) version.

halohalospecial commented 7 years ago

@MaximeRDY, can you check Elmjutsu v5.6.3? Thanks!

MaximeRVY commented 7 years ago

Hi @halohalospecial,

It works ! :-)

Thank you, Have a good day !