-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does vcc syntax check work on linux? #11
Comments
Hello @VicSch! Thank you for reporting. It might happen if you don't have this line in the .sublime-build file:
It is used to avoid writing the compiled vex files on disk. Otherwise, it's either a bug in the way I work with temporary files, or the regular expression is too strict. Can you show me the sample output? Save the code below to a file called
This should normally print compiled vex code to the console:
This will provide the message that I'd like to look at:
Thanks! |
I've followed your instruction, copy-past .sublime-build file and just changed path to vcc, therefore that line of code is in .sublime-build file.
Second vex cod:
|
It now works on Linux machines: #11 Fixed a few bugs causing "VCC is currently running..." state stuck until the editor restarted. Temporary files used with "As a Snippet" build now removed sooner. An exception could cause files to get stuck in the temp folder. Temporary filename pattern: tmpxxxxxx Several more VCC errors are displayed. Improved Snippet error detection of bad "@" symbol usages. See "Optional: Configure VCC Path" and "Syntax Check" sections of the readme for the relevant info: https://github.com/teared/VEX#optional-configure-vcc-path https://github.com/teared/VEX#syntax-check
Thank you, Victor. That's all I needed to know. I just pushed the new release, so the add-on will be updated via PaCo automatically. Cheers! |
I've updated up to 7.1.4 and it works now without any errors. |
Hello,
your VEX add-on for ST3 is really great! Thank you for this!
Vcc syntax check works on Window machine as expected, but i can't force it works on Linux. When i hit Ctrl+B it throws this error:
The path to vcc inside .sublime-build settings file is:
What did I miss?
Victor.
The text was updated successfully, but these errors were encountered: