Richard Feldman
Richard Feldman
To reproduce: 1. Clone https://github.com/rtfeldman/node-test-runner 2. `npm test` 3. `rm -rf elm-stuff && rm -rf examples/tests/elm-stuff && npm test` Result:
Gotcha, thanks! +1 to reverting for the next round...at least in my experience, that approach worked fine.
For what it's worth, I tried setting `elm_bin_dir` to `/usr/local/bin` and it errored out. I went back to the old `Elm Build` configuration to get things working again.
I still get this on the beta: ``` Running elm-make /Users/rtfeldman/code/NoRedInk/app/assets/javascripts/Quiz/Question.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 ```
Awesome, please do! :D On Fri, Dec 25, 2015, 1:00 AM Alex Neslusan [email protected] wrote: > @rtfeldman https://github.com/rtfeldman I'm creating a new way to > distribute beta versions, by adding...
@deadfoxygrandpa this is a huge community pain point, and Sublime is now the only editor not updated for 0.17's breaking syntax changes...are you still up for maintaining this repo?
@ThomasWeiser probably makes sense to do the same for linguist, to update GH, yeah?
So I tried following these instructions, and also uninstalling the old beta version (and removing the old beta repositories), but the new version is having trouble building. Only syntax highlighting...
So I ended up reinstalling Sublime to try and verify what was going on. Here's my current status: - Beta plugin is installed - Build System is set to "Elm...
Update: reinstalled everything again, and now elm-format integration works in addition to Elm Make working. Still does not appear that it is attempting to use elm-oracle though.