Releases: julia-vscode/SymbolServer.jl
Releases · julia-vscode/SymbolServer.jl
v8.0.0
SymbolServer v8.0.0
Merged pull requests:
- Expect version of Julia.exe as argument (#291) (@davidanthoff)
v7.4.0
SymbolServer v7.4.0
Merged pull requests:
- Correctly compute project SHA when Manifest contains paths starting with
../
(#286) (@tpgillam) - ci: disable some 1.11 tests to unblock release (#287) (@pfitzseb)
- fix: correctly get stdlib docs (#288) (@pfitzseb)
- Use a different version number for the LS and SSP (#289) (@davidanthoff)
Closed issues:
v7.3.0
SymbolServer v7.3.0
Merged pull requests:
- Julia Package Butler Updates (#258) (@github-actions[bot])
- Julia Package Butler Updates (#259) (@github-actions[bot])
- Make sure at-stdlib is in LOAD_PATH before loading Sockets. (#260) (@fredrikekre)
- Julia Package Butler Updates (#262) (@github-actions[bot])
- Symbol caches: Larger download batching. Don't ask for non-General pkgs (#263) (@IanButterworth)
- add dev note to readme (#264) (@IanButterworth)
- detects rare cache corruption issue and allows SymbolServer to recalculate (#266) (@mind6)
- symbols.jl: fix typo in the docs (#267) (@ulysses4ever)
- Julia Package Butler Updates (#268) (@github-actions[bot])
- Bugfix: methods added to functions in other packages missing in cache (#272) (@brychcy)
- chore: clean up download logic (#273) (@pfitzseb)
- feat: add some timing info for cache file download (#274) (@pfitzseb)
- Accept Module in FakeTypeName (#276) (@Liozou)
- fix: better include hack for nightly (#279) (@pfitzseb)
- fix: Julia 1.11 compat (#280) (@pfitzseb)
- chore: run CI on 1.10 (#283) (@pfitzseb)
- v7.3.0 (#284) (@pfitzseb)
Closed issues:
v7.2.1
SymbolServer v7.2.1
Closed issues:
Merged pull requests:
- fix read_manifest (#237) (@pfitzseb)
- fix load_project_packages_into_store! for invalid Project.toml (#238) (@pfitzseb)
- Speed up deserialization, improve progress reporting, add yield point (#240) (@pfitzseb)
- more strategic yields for better performance (#241) (@pfitzseb)
- Fix symbol server caching and downloads (#243) (@pfitzseb)
- increase startup responsiveness (#244) (@pfitzseb)
- Fix missing docs for some symbols (#245) (@BenPH)
- Try to keep pipenames within bounds on unix. (#246) (@fredrikekre)
- Release 7.2.0 (#247) (@non-Jedi)
- Julia Package Butler Updates (#249) (@github-actions[bot])
- Fix a test on Julia 1.7 (#250) (@davidanthoff)
- Fix a race condition (#251) (@davidanthoff)
- Fix path replacement for 1.7 (#252) (@pfitzseb)
- Fix package paths when replacing placeholder. (#253) (@fredrikekre)
v7.0.1
SymbolServer v7.0.1
Closed issues:
- Small change in Pkg internals in 1.6.2. (#224)
- Error in Julia 1.7: DataType has no field isconcretetype (#225)
- Indexing during pre-compilation (#234)
Merged pull requests:
- turn on get_return_types in indexpackage.jl (#220) (@ZacLN)
- fix #225 (#226) (@miguelraz)
- Fix usage of Pkg internals for Julia >= 1.6.2, fixes #224. (#229) (@fredrikekre)
- add debug statements for cache downloads (#230) (@pfitzseb)
- Handle bool return from env_project_file (#232) (@davidanthoff)
- make
read_manifest
slightly more robust (#233) (@ZacLN) - fix version check as with previous PR (#235) (@ZacLN)
v7.0.0
SymbolServer v7.0.0
Merged pull requests:
- add Random.randn methods to Base (#211) (@ZacLN)
- add Intrinsics methods (#212) (@ZacLN)
- store methods for shadowed datatypes (#213) (@ZacLN)
- create dummy cache locally for downloads of unsuccessful caches (#214) (@ZacLN)
- Fix a typo (#215) (@davidanthoff)
- Julia Package Butler Updates (#217) (@github-actions[bot])
- cosmetic changes (#221) (@ZacLN)
- Julia Package Butler Updates (#222) (@github-actions[bot])
v6.0.1
SymbolServer v6.0.1
Merged pull requests:
- Fix how server.jl loads SymbolServer.jl code (#209) (@davidanthoff)
v6.0.0
SymbolServer v6.0.0
Closed issues:
Merged pull requests:
- storage mechanism (#155) (@ZacLN)
- make sure
_doc
always returns a String (#193) (@pfitzseb) - closes vscode issue #1832 (#195) (@ZacLN)
- add recursive_copy method (#199) (@ZacLN)
- Add registry indexer (#202) (@davidanthoff)
- propogate get_return_types (#203) (@ZacLN)
- Retrieve remote caches (#204) (@ZacLN)
- Refer to Core.TypeofVararg as typeof(Vararg) (#205) (@mkitti)
v5.1.1
SymbolServer v5.1.1
Merged pull requests:
- fix paths of symbols in stdlibs (#184) (@aviatesk)
- improved name resolution (#185) (@pfitzseb)
- FakeTypeName(Type) => FakeTypeName(Type{T} where T) (#186) (@timholy)
- Julia Package Butler Updates (#187) (@github-actions[bot])
- Check if submod.vals has key before retrieving (#191) (@quinnj)
- fix on Julia nightly (#194) (@simeonschaub)