-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement IDE option to analyze only on save; use TCP instead of stdio
Also, fix the CLI flags for TCP. The language server **client** is the owner of the TCP port. stdio may hang on large responses, so use TCP instead. I'm not aware of the details. Update Phan - fix a bug where the analysis worker forked off by the main language server process might read additional subsequent sent by the language client (intended for the main server process)
- Loading branch information
1 parent
b00a372
commit 156c40d
Showing
4 changed files
with
58 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters