-
-
Notifications
You must be signed in to change notification settings - Fork 84
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
CI for syntax tests using syntect #98
Comments
Current
|
Results of my test run:
TL;DR
|
Tried this again with syntect 1.7.1, but there are lots of failures (and the panic explained earlier).
The panic is resolvable, becase we need to redo that syntax eventually, but I'm at loss on why the other tests fail. |
Since 389d978 we use Sublime Text's own syntax testing binary. |
Add CI (using Travis CI) for syntax tests. There is UnitTesting, which also supports running syntax tests (which I never tested), but to me it seems like using syntect is better. I don't see myself writing tests for the Python plugins and their integration into ST in the near future.
I'll document the current progress and obstacles in this issue.
Status
Blocked by: trishume/syntect#46Not mature enough yet (quite a few false-positives) but could be set up as a non-failing command for travis.
The text was updated successfully, but these errors were encountered: