Skip to content

gopls/v0.3.2

Compare
Choose a tag to compare
@stamblerre stamblerre released this 01 Jul 16:38
· 4253 commits to master since this release
  • fatih/vim-go#2701: Fix a crash in references on builtin symbols.
  • golang/go#37104: Fix crash in completion of recursive pointer types (for example, type foo *foo).
  • golang/go#37108: Fix handling of build flags in imports code.
  • golang/go#34955: Import organization was corrupting file contents for untracked files. This is now fixed.
  • CL 219203: Disable nilness analyzer. This is the only analyzer that requires go/ssa, which is expensive to compute. If you are still seeing excessive memory usage with gopls/v0.3.2, please read golang/go#36943 and open a new issue.