forked from ethereum/solidity
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
lsp.py: Port to support running on Windows & adapt to changes due to …
…prior merged PR. - lsp.py: Fixes invalid-syntax by Python interpreter on Windows CI (older Python version). - lsp.py: Savely strip CRLF from right side of the string, ignoring accidental multiple occurrences of \r (such as \r\r\n). - lsp.py: Fixes reading single character from stdin (wrt. Windows platform). - lsp.py: Adds header line reading to I/O tracing (useful for debugging). - lsp.py: When running the tests on Windows, don't care test file content's newlines but simply expect LFs (instead of CRLF for example). - Apply pylint notes. - Fixing use of @functools.lru_cache for older python versions (CircleCI Windows)
- Loading branch information
1 parent
c2f245b
commit e8d0777
Showing
2 changed files
with
53 additions
and
20 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
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