Skip to content

Commit

Permalink
Update gopls to version 0.15.3 / rev 12 via SR 1167900
Browse files Browse the repository at this point in the history
https://build.opensuse.org/request/show/1167900
by user jfkw + anag+factory
- Update to version 0.15.3:
  * gopls: update go.mod for v0.15.3-pre.2
  * gopls/internal/server: don't reset views if configuration did not change
  * gopls: update go.mod for v0.15.3-pre.1
  * gopls/internal/cache: add debug assertions to refine golang/go#66732
  * gopls/internal/cache: analysis: repair start/end and refine bug report
  * gopls/internal/cache: avoid panic when the primary diagnostic is broken
  * internal/check: filter out too-new Go versions for type checking
  * gopls/internal/cache: fix crash in snapshot.Analyze with patch versions
  * gopls/internal/server: filter diagnostics to "best" views
  * internal/imports: fix two "nil pointer in interface" bugs
  * all: add replace directive to help stage the v0.15.3 release
  * gopls: fix test failures due to quoting of names
  • Loading branch information
jfkw authored and bmwiedemann committed Apr 16, 2024
1 parent 47a5a3d commit 9e2efab
Show file tree
Hide file tree
Showing 9 changed files with 42 additions and 5 deletions.
Binary file modified packages/g/gopls/.files
Binary file not shown.
20 changes: 20 additions & 0 deletions packages/g/gopls/.rev
Original file line number Diff line number Diff line change
Expand Up @@ -122,4 +122,24 @@
* gopls/internal/cache: prune broken edges to command-line-arguments pkgs (forwarded request 1159982 from jfkw)</comment>
<requestid>1159983</requestid>
</revision>
<revision rev="12" vrev="1">
<srcmd5>bc86253638679db8bb71bab7ad44eba7</srcmd5>
<version>0.15.3</version>
<time>1713290665</time>
<user>anag+factory</user>
<comment>- Update to version 0.15.3:
* gopls: update go.mod for v0.15.3-pre.2
* gopls/internal/server: don't reset views if configuration did not change
* gopls: update go.mod for v0.15.3-pre.1
* gopls/internal/cache: add debug assertions to refine golang/go#66732
* gopls/internal/cache: analysis: repair start/end and refine bug report
* gopls/internal/cache: avoid panic when the primary diagnostic is broken
* internal/check: filter out too-new Go versions for type checking
* gopls/internal/cache: fix crash in snapshot.Analyze with patch versions
* gopls/internal/server: filter diagnostics to &quot;best&quot; views
* internal/imports: fix two &quot;nil pointer in interface&quot; bugs
* all: add replace directive to help stage the v0.15.3 release
* gopls: fix test failures due to quoting of names in go/types errors (forwarded request 1167899 from jfkw)</comment>
<requestid>1167900</requestid>
</revision>
</revisionlist>
2 changes: 1 addition & 1 deletion packages/g/gopls/_service
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<param name="scm">git</param>
<param name="include">gopls</param>
<param name="include">LICENSE</param>
<param name="revision">gopls/v0.15.2</param>
<param name="revision">gopls/v0.15.3</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="changesgenerate">enable</param>
<param name="versionrewrite-pattern">gopls/v(.*)</param>
Expand Down
2 changes: 1 addition & 1 deletion packages/g/gopls/_servicedata
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/golang/tools.git</param>
<param name="changesrevision">270fd83ec7a71b0911948e62a2397ff43ad83790</param></service></servicedata>
<param name="changesrevision">cd70d50baa6daa949efa12e295e10829f3a7bd46</param></service></servicedata>
1 change: 0 additions & 1 deletion packages/g/gopls/gopls-0.15.2.tar.gz

This file was deleted.

1 change: 1 addition & 0 deletions packages/g/gopls/gopls-0.15.3.tar.gz
17 changes: 17 additions & 0 deletions packages/g/gopls/gopls.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Mon Apr 15 22:21:28 UTC 2024 - Jeff Kowalczyk <jkowalczyk@suse.com>

- Update to version 0.15.3:
* gopls: update go.mod for v0.15.3-pre.2
* gopls/internal/server: don't reset views if configuration did not change
* gopls: update go.mod for v0.15.3-pre.1
* gopls/internal/cache: add debug assertions to refine golang/go#66732
* gopls/internal/cache: analysis: repair start/end and refine bug report
* gopls/internal/cache: avoid panic when the primary diagnostic is broken
* internal/check: filter out too-new Go versions for type checking
* gopls/internal/cache: fix crash in snapshot.Analyze with patch versions
* gopls/internal/server: filter diagnostics to "best" views
* internal/imports: fix two "nil pointer in interface" bugs
* all: add replace directive to help stage the v0.15.3 release
* gopls: fix test failures due to quoting of names in go/types errors

-------------------------------------------------------------------
Mon Mar 11 20:48:17 UTC 2024 - Jeff Kowalczyk <jkowalczyk@suse.com>

Expand Down
2 changes: 1 addition & 1 deletion packages/g/gopls/gopls.spec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@


Name: gopls
Version: 0.15.2
Version: 0.15.3
Release: 0
Summary: Go LSP protocol language server
License: Apache-2.0 AND MIT AND BSD-3-Clause
Expand Down
2 changes: 1 addition & 1 deletion packages/g/gopls/vendor.tar.gz

0 comments on commit 9e2efab

Please sign in to comment.