Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

Freezes on long files #87

Closed
UziTech opened this issue Aug 9, 2017 · 3 comments
Closed

Freezes on long files #87

UziTech opened this issue Aug 9, 2017 · 3 comments

Comments

@UziTech
Copy link
Member

UziTech commented Aug 9, 2017

On long files this freezes Atom on Windows 10

@Arcanemagus
Copy link
Member

The only way to fix this is to move execution to a separate thread, it looks like this provider only uses the built in version so it's not as large of a project as some other providers but it's still somewhat of an undertaking.

@UziTech
Copy link
Member Author

UziTech commented Aug 9, 2017

It seems like the other linters get around this by using a cli tool. Could we just run coffeelint as a seperate process and parse the output.

It seems like this is the way it was originally #20

@Arcanemagus
Copy link
Member

That's certainly a possibility, note that currently this uses the csslint of the project being linted so the same functionality would need to be included (in however this gets implemented).

@UziTech UziTech mentioned this issue Aug 9, 2017
4 tasks
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants