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 loading syntax file #47

Open rtfeldman opened 9 years ago

rtfeldman commented 9 years ago

Just tried loading the current beta on OS X and got:

screen shot 2015-09-09 at 4 12 57 am
ignored packages updated to: ["Vintage", "Elm Language Support"]
unloading plugin Elm Language Support.elm_generate
unloading plugin Elm Language Support.elm_make
unloading plugin Elm Language Support.elm_open_in_browser
unloading plugin Elm Language Support.elm_plugin
unloading plugin Elm Language Support.elm_project
unloading plugin Elm Language Support.elm_show_type
reloading Packages/Elm Language Support/Settings/Elm.sublime-settings
generating syntax summary
generating meta info summary
unloading plugin Elm Language Support.elm_generate
unloading plugin Elm Language Support.elm_make
unloading plugin Elm Language Support.elm_open_in_browser
unloading plugin Elm Language Support.elm_plugin
unloading plugin Elm Language Support.elm_project
unloading plugin Elm Language Support.elm_show_type
reloading Packages/Elm Language Support/Settings/Elm.sublime-settings
generating syntax summary
generating meta info summary
reloading Packages/User/Package Control.sublime-settings
Package Control: The package Elm Language Support has been removed
ignored packages updated to: ["Vintage"]
reloading Packages/User/Package Control.sublime-settings
reloading Packages/User/Preferences.sublime-settings
ignored packages updated to: ["Vintage", "sublime-langauge-elm"]
reloading Packages/User/Package Control.sublime-settings
reloading Packages/User/Preferences.sublime-settings
ignored packages updated to: ["Vintage"]
reloading Packages/User/Package Control.sublime-settings
reloading Packages/User/Preferences.sublime-settings
reloading plugin sublime-langauge-elm.elm_generate
reloading plugin sublime-langauge-elm.elm_make
reloading plugin sublime-langauge-elm.elm_open_in_browser
reloading plugin sublime-langauge-elm.elm_package
reloading plugin sublime-langauge-elm.elm_plugin
reloading plugin sublime-langauge-elm.elm_project
reloading plugin sublime-langauge-elm.elm_show_type
reloading Packages/sublime-langauge-elm/Settings/Elm Language Support.sublime-settings
generating syntax summary
generating meta info summary
Running elm-make /Users/rtfeldman/code/elm-effects/src/Effects.elm --output=/dev/null --report=json --yes
error: Error loading syntax file "Packages/sublime-language-elm/Syntaxes/Elm Compile Messages.hidden-tmLanguage": Unable to open Packages/sublime-language-elm/Syntaxes/Elm Compile Messages.hidden-tmLanguage
texastoland commented 9 years ago

The way I'm releasing betas is hackily dependent on cherry picking paths to match the beta package name after rebasing feature branches together e.g. https://github.com/dnalot/sublime-langauge-elm/commit/4f7f19b257f3019b707a31071111c84afd402db6. I'll look into it this afternoon! For posterity's sake it'd be nice to figure out a better prerelease process 😑

tesk9 commented 9 years ago

I'm getting this too, and it means no syntax highlighting when I do a build screen shot 2015-09-10 at 10 41 15 am .

deadfoxygrandpa commented 8 years ago

@rtfeldman Are you seeing this issue on the normal version, or was this only on a prerelease?

rtfeldman commented 8 years ago

Only on a prerelease

On Sun, Dec 13, 2015, 9:34 AM Alex Neslusan notifications@github.com wrote:

@rtfeldman https://github.com/rtfeldman Are you seeing this issue on the normal version, or was this only on a prerelease?

— Reply to this email directly or view it on GitHub https://github.com/deadfoxygrandpa/Elm.tmLanguage/issues/47#issuecomment-164279238 .

deadfoxygrandpa commented 8 years ago

Hmm, I need to figure out a different prerelease process anyway. Texas was doing it before, but he's moved on to other projects.