FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Add mypy support using daemon by gatesn · Pull Request #392 · palantir/python-language-server · GitHub

Add mypy support using daemon - #392

Open
gatesn wants to merge 2 commits into
developfrom
ngates/mypy
Open

Add mypy support using daemon#392
gatesn wants to merge 2 commits into
developfrom
ngates/mypy

Conversation

gatesn commented Jul 7, 2018
edited
Loading

Copy link
Copy Markdown
Contributor

Fixes #391

One thing to note, I had to modify the mypy.errors module to write the traceback to stderr. Otherwise it breaks the LSP by writing to stdout.

eliwe commented Aug 7, 2018

Copy link
Copy Markdown

From follow-imports it seems the best option for error reporting is '--follow-imports silent'. Its probably expansive but as mypy is running in daemon mode it should not be that bad. Anything else will miss lots of errors.

This file contains hidden or 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
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

Successfully merging this pull request may close these issues.

2 participants


Back | FazBrowse Home | New Git URL