Skip to content

Releases: julia-vscode/SymbolServer.jl

v5.0.0

30 Jun 22:12
Compare
Choose a tag to compare

SymbolServer v5.0.0

Diff since v4.5.0

Closed issues:

  • Hover offers wrong method definitions for Core functions (#170)
  • Incorrect deprecation warnings (#173)
  • SymbolServer does not create the store (#174)

Merged pull requests:

v4.5.0

13 Jun 20:21
Compare
Choose a tag to compare

SymbolServer v4.5.0

Diff since v4.4.0

Closed issues:

  • Plans to move caching into the cloud (#162)

Merged pull requests:

v4.4.0

08 May 13:05
Compare
Choose a tag to compare

SymbolServer v4.4.0

Diff since v4.3.0

Merged pull requests:

  • determine what's going wrong here (#151) (@ZacLN)

v4.3.0

02 May 14:03
Compare
Choose a tag to compare

SymbolServer v4.3.0

Diff since v4.2.0

Merged pull requests:

  • Store list of modules used by another (#147) (@ZacLN)

v4.2.0

02 May 09:04
Compare
Choose a tag to compare

SymbolServer v4.2.0

Diff since v4.1.0

Merged pull requests:

v4.1.0

25 Apr 21:04
Compare
Choose a tag to compare

SymbolServer v4.1.0

Diff since v4.0.0

Closed issues:

  • Warning: XYZ not stored on disc (#124)
  • LoadError: type UnionAll has no field name (#131)
  • type FakeUnionAll has no field name (#135)
  • ERROR: LoadError: TypeVar in Vararg length must have bounds Union{} and Any (#136)

Merged pull requests:

v4.0.0

14 Apr 16:04
Compare
Choose a tag to compare

SymbolServer v4.0.0

Diff since v3.1.1

Closed issues:

  • Pkg changes in Julia 1.4 (#125)

Merged pull requests:

  • Mark methods as extensions of other functions (#95) (@ZacLN)
  • More fully describe datatypes (#123) (@ZacLN)

v3.1.1

13 Apr 11:04
Compare
Choose a tag to compare

SymbolServer v3.1.1

Diff since v3.1.0

Closed issues:

  • LoadError: MethodError: no method matching parentmodule(::Nothing) (#109)
  • ERROR: LoadError: Could not parse project (#115)
  • ERROR: LoadError: IOError: write: broken pipe (EPIPE) (#116)
  • ERROR: LoadError: Ambiguous dependency on SparseArrays (#117)
  • IOError: bind: operation not supported on socket (ENOTSUP) (#118)

Merged pull requests:

v3.1.0

01 Mar 05:05
Compare
Choose a tag to compare

SymbolServer v3.1.0

Diff since v3.0.0

Closed issues:

  • Handle a crash situation (#84)
  • LanguageServer crashing (#85)
  • TypeError in get_fieldtypes causes language server to crash (#86)
  • Crash in indexing (#88)
  • Fix a proper fix for mismatched Project.toml and Manifest.toml (#104)

Merged pull requests:

  • copy base/stdlib doc view methods to prevent overloading (#69) (@ZacLN)
  • Elide DocStringExtensions methods (#82) (@ZacLN)
  • Write cache after each package (#83) (@ZacLN)
  • TypeRef fix (#89) (@ZacLN)
  • remove is_stdlib refs (#91) (@ZacLN)
  • Add try block around caching of each symbol (#92) (@ZacLN)
  • Julia Package Butler Updates (#93) (@github-actions[bot])
  • Do not crash SymServ for empty env (#94) (@davidanthoff)
  • Documentation (#96) (@aminya)
  • Julia Package Butler Updates (#97) (@github-actions[bot])
  • Julia Package Butler Updates (#99) (@github-actions[bot])
  • Guard against a Project.toml Manifest.toml mismatch (#101) (@davidanthoff)
  • Try whether reverting fix solves CI problems (#103) (@davidanthoff)
  • Guard against a Project.toml Manifest.toml mismatch (#105) (@davidanthoff)
  • Fix usage of get_filename_from_name (#107) (@davidanthoff)

v3.0.0

19 Jan 20:23
v3.0.0
Compare
Choose a tag to compare

v3.0.0 (2020-01-19)

Diff since v2.0.0

Closed issues:

  • Don't cache by UUID (#73)
  • Why are we activating environments from inside the symbol server process? (#68)
  • Extension crashes due to R_HOME environment variable (#66)
  • SymbolServer/store/Base.jstore no such file or directory (#60)
  • Infinite "Tried to load PackageNames from disc, re-caching" loop (#57)
  • "SymbolServer not defined" error when called within different module (#54)
  • MOI makes LanguageServer crash (#52)
  • Use named pipe for communication with SymbolServer (#41)
  • Only load packages that are really needed (#8)

Merged pull requests: