v0.6.0
v0.6.0 (2019-07-18)
Closed issues:
- Is there a way to disable whatever LanguageServer does at startup ? (#363)
- Variables not found for dependencies noted in local
Project.toml
. (#349) - Variables / types defined inside a module are marked as unknown (#345)
- no method matching String(::Nothing) (#341)
- server crash when saving file with eglot (#340)
- Got
UndefVarError: SymbolServer not defined
(#333) - Not working with Julia 1.1 and neovim (#330)
- update wiki page for emacs (#329)
- test_communication fails during AOT with PackageCompiler (#328)
- Neovim language server description does not work with Julia 1.0 / latest LanguageServer.jl (#327)
textDocument/willSave
is not correctly forwarded tostruct WillSaveTextDocumentParams
(#325)- [
workspace/didChangeConfiguration
'ssetting
can beNothing
(#324) - False import flag when package is not installed in default environment. (#316)
- Problem using LanguageServer: LoadError: UndefVarError: SymbolServerProcess not defined (#300)
- Use incremental sync (#131)
- UndefVarError: _splitdir_nodrive not defined (#366)
- Base.IOError (#361)
- BoundsError (#360)
- BoundsError (#359)
- MethodError (#358)
- ErrorException (#357)
- MethodError (#356)
- ErrorException (#355)
- BoundsError (#354)
- Macros names are marking as undeclared variables (#346)
- imports of variables from module inside module not correctly handled (#338)
- Explicit symbols are listed as "undefined" variable (#336)
- not working on master (1.2.0-DEV.219) (#331)
- Fix tests and CI builds (#289)
Merged pull requests:
- Make tests work on any platform (#352) (davidanthoff)
- Fix some tests (#348) (davidanthoff)
- Fix #340 (#342) (non-Jedi)
- check files are valid text files before loading (#332) (ZacLN)
- change line_offsets format, use incremental textDocument update (#321) (ZacLN)
- Fix bug related to path_dir_splitter (#369) (davidanthoff)
- Fix a test (#368) (davidanthoff)
- Fix version check for _splitdir_nodrive (#367) (davidanthoff)
- Use semver compat bounds (#351) (davidanthoff)
- WIPI - CSTParser 0.6 compat (#350) (ZacLN)
- Handle julia environments (#347) (davidanthoff)