deadfoxygrandpa / Elm.tmLanguage

Elm language syntax highlighting and tool integration for ST2/3
https://packagecontrol.io/packages/Elm%20Language%20Support
MIT License
122 stars 27 forks source link

error while loading elm_show_type.py #91

Open adriantofan opened 8 years ago

adriantofan commented 8 years ago

Hello,

When starting sublimetext 2 I got the following error:

Traceback (most recent call last):
  File "./sublime_plugin.py", line 62, in reload_plugin
  File "./elm_show_type.py", line 133
    for v in data 
      ^
SyntaxError: invalid syntax

This means that show type command is always disabled. Can you help me fix this ?

Thank you

adriantofan commented 8 years ago

I forgot to tell you that I am using ST 2.

In the mean time I've installed Sublime Text 3 with Elm syntax higgling. I've got other errors complaining about the output of elm-make and elm-oracle.

Next thing I configured package manager to use the beta repository and now it seems to be working.

I am not sure if this is normal given evolutions of the tools.

deadfoxygrandpa commented 8 years ago

This is not normal. I will look into this for you. If I have some more questions, would you mind enabling debug logging and helping me troubleshoot?