Skip to content
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

[CLOSED] Allow asynchronous linting providers #4724

Open
core-ai-bot opened this issue Aug 29, 2021 · 6 comments
Open

[CLOSED] Allow asynchronous linting providers #4724

core-ai-bot opened this issue Aug 29, 2021 · 6 comments

Comments

@core-ai-bot
Copy link
Member

Issue by peterflynn
Monday Sep 09, 2013 at 20:19 GMT
Originally opened as adobe/brackets#5137


Some existing Brackets extensions do linting via a web service, so they can't use the new generic linting API because it requires a synchronous result. The API should allow providers to return a Promise.

These extensions include:

This would also allow for linters that invoke Node-side modules or even external tools (e.g. ruby -wc).

@core-ai-bot
Copy link
Member Author

Comment by njx
Monday Sep 16, 2013 at 18:23 GMT


Marking move to backlog since this is a feature, but pinging@ingorichter since he's thinking about this stuff already.

@core-ai-bot
Copy link
Member Author

Comment by njx
Friday Sep 20, 2013 at 16:59 GMT


Added an epic for Linting (https://trello.com/c/HbygrWHv) and linked this from that card. Closing.

@core-ai-bot
Copy link
Member Author

Comment by fdecampredon
Monday Dec 16, 2013 at 20:26 GMT


I would like to work on this issue : see the google group thread https://groups.google.com/forum/#!topic/brackets-dev/h-KE1Cc0cdY

@core-ai-bot
Copy link
Member Author

Comment by peterflynn
Tuesday Dec 17, 2013 at 02:35 GMT


Check out my notes in #6151 -- that highlights some the issues to be aware of. Also note that@busykai from that pull request may already be working on implementing this. If so,@busykai can you post an update to the forum thread@fdecampredon linked above? That way you guys can coordinate / collaborate as needed :-)

@core-ai-bot
Copy link
Member Author

Comment by busykai
Tuesday Dec 17, 2013 at 13:59 GMT


Thanks,@peterflynn will post to the group thread.

@core-ai-bot
Copy link
Member Author

Comment by peterflynn
Tuesday Apr 08, 2014 at 19:22 GMT


This is now in master -- Sprint 38

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant