This repository has been archived by the owner on Apr 14, 2022. It is now read-only.
2018.9.0
MikhailArkhipov
released this
05 Oct 20:10
·
693 commits
to master
since this release
September 2018 Release
- Fixed issue with excessive memory consumption caused by storing too many document symbols. #193
- Implemented support for
autoComplete.addBrackets
option that auto-inserts braces upon function name completion. #35 - Language server now outputs its version at startup #97.
- Removed analysis progress reporting since the message was confusing #94 and #69.
- Fixed numerous issues with Find References and Goto Definition functionality. #155, #156
- Fixed
PriorityProducerConsumer
exception #68. - Fixed exception in
EvaluateWorker
#87. - Fixed exception in
ModuleResolver
#72. - Fixed issue when simple file edits caused modules to reload #111.
- Fixed issues when analysis results were stale due to thread synchronization errors #90.
- Fixed
BadSourceException
caused by some Python 2 module sources #65. - Fixed issues when information from Typeshed was not used correctly #93 and #136.
- Improved handling of function overloads #38.