Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump golang.org/x/tools/gopls from 0.15.2 to 0.15.3 #195

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 15, 2024

Bumps golang.org/x/tools/gopls from 0.15.2 to 0.15.3.

Release notes

Sourced from golang.org/x/tools/gopls's releases.

gopls/v0.15.3

This release fixes the following regressions in [email protected]+:

  • golang/go#66490: occasional crashes when the imports cache is refreshed.
  • golang/go#66425: spurious import errors in multi-root workspaces that have go.work replace directives.
  • golang/go#66636: a crash in analysis when the go.mod contains a patch version and gopls was built with Go 1.20 or earlier.
  • golang/go#66677: silent breakage when the go.mod file contains Go 1.22.x, and gopls was built with Go 1.21.x.
  • golang/go#66731: a rare crash when diagnostics are erroneously positioned outside the file due to malformed syntax.
  • golang/go#66647: a performance regression due to unnecessary reloading following "workspace/didChangeConfiguration" notifications. Under some not-yet-understood conditions, an apparent VS Code bug causes didChangeConfiguration notifications on every keystroke. With the zero-config logic of [email protected]+, any didChangeConfiguration notification causes gopls to re-evaluate (and reload) the set of builds it tracks. With the v0.15.3 release, gopls verifies that configuration actually changed. Special thanks to @​gordallott for working with us to track down this bug.
Commits
  • cd70d50 gopls: update go.mod for v0.15.3-pre.2
  • d92ae07 [gopls-release-branch.0.15] gopls/internal/server: don't reset views if confi...
  • bf3e474 gopls: update go.mod for v0.15.3-pre.1
  • c69dfaf [gopls-release-branch.0.15] gopls/internal/cache: add debug assertions to ref...
  • 91b4992 [gopls-release-branch.0.15] gopls/internal/cache: analysis: repair start/end ...
  • dda1721 [gopls-release-branch.0.15] gopls/internal/cache: avoid panic when the primar...
  • 4bdbdca [gopls-release-branch.0.15] internal/check: filter out too-new Go versions fo...
  • 1202974 [gopls-release-branch.0.15] gopls/internal/cache: fix crash in snapshot.Analy...
  • 3051f4f [gopls-release-branch.0.15] gopls/internal/server: filter diagnostics to "bes...
  • 5a4dc7e [gopls-release-branch.0.15] internal/imports: fix two "nil pointer in interfa...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 15, 2024
@jacobbednarz
Copy link
Owner

@dependabot rebase

Bumps [golang.org/x/tools/gopls](https://github.com/golang/tools) from 0.15.2 to 0.15.3.
- [Release notes](https://github.com/golang/tools/releases)
- [Commits](golang/tools@gopls/v0.15.2...gopls/v0.15.3)

---
updated-dependencies:
- dependency-name: golang.org/x/tools/gopls
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/golang.org/x/tools/gopls-0.15.3 branch from c456b3f to a26a880 Compare April 29, 2024 04:43
@jacobbednarz jacobbednarz merged commit e917c00 into master Apr 29, 2024
6 checks passed
@jacobbednarz jacobbednarz deleted the dependabot/go_modules/golang.org/x/tools/gopls-0.15.3 branch April 29, 2024 04:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant