From 9e2efab78e823885e385de6a44e792cd0ac2cb2f Mon Sep 17 00:00:00 2001 From: jfkw <> Date: Tue, 16 Apr 2024 18:04:26 +0000 Subject: [PATCH] Update gopls to version 0.15.3 / rev 12 via SR 1167900 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 --- packages/g/gopls/.files | Bin 314 -> 314 bytes packages/g/gopls/.rev | 20 ++++++++++++++++++++ packages/g/gopls/_service | 2 +- packages/g/gopls/_servicedata | 2 +- packages/g/gopls/gopls-0.15.2.tar.gz | 1 - packages/g/gopls/gopls-0.15.3.tar.gz | 1 + packages/g/gopls/gopls.changes | 17 +++++++++++++++++ packages/g/gopls/gopls.spec | 2 +- packages/g/gopls/vendor.tar.gz | 2 +- 9 files changed, 42 insertions(+), 5 deletions(-) delete mode 120000 packages/g/gopls/gopls-0.15.2.tar.gz create mode 120000 packages/g/gopls/gopls-0.15.3.tar.gz diff --git a/packages/g/gopls/.files b/packages/g/gopls/.files index d6f11984c62fced14b03aef387e48f2e2424be65..ec86e50b07c7f0d1abb98587da77a9e6d8ec03c5 100644 GIT binary patch literal 314 zcmXw!SxN&z6h#A~NTFYDpf_OiYU--D8hK+YNYbQ3K3u&OhyQc9_iXzG?!(>TaCit) z0WO?TX~|$15pp7?B&pXHA^V`hdfGnsdEZP1zbqQ5bn_&D$hD~!mPRSENwvX0|MK!q z$JO>QAymie+9}rrH6>h1h880@7A3kVS3BzIJYVQMuU}!R8Krkuie~2B3smN;&RCmu zlA%1l?RLI?h=qy8V{+5tfDO1;Q7=LakvL(w4LtqRN*4-~No%0d6JqbyaD+e}#k>^H Salv7{{8YTc9P6C_j(r2aJyeDO literal 314 zcmX|+QAz_b5I_r}NU&dCU@zb@Gn-5%r;*8IvKFLWx}_hU-k|9JdpzE@-{3Jk91e%4 zFsVl{V=NlGVvN%4x2$qRW|>H-c;SUC};f?}~~cSjw{ z^ZV}C`^h{^iwGIT6ghz+vq%S3sI@VnIS%@Dy= 1159983 + + bc86253638679db8bb71bab7ad44eba7 + 0.15.3 + + 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 in go/types errors (forwarded request 1167899 from jfkw) + 1167900 + diff --git a/packages/g/gopls/_service b/packages/g/gopls/_service index dce006b113d..a2d68b4f8eb 100644 --- a/packages/g/gopls/_service +++ b/packages/g/gopls/_service @@ -4,7 +4,7 @@ git gopls LICENSE - gopls/v0.15.2 + gopls/v0.15.3 @PARENT_TAG@ enable gopls/v(.*) diff --git a/packages/g/gopls/_servicedata b/packages/g/gopls/_servicedata index 01dac681530..e704d877639 100644 --- a/packages/g/gopls/_servicedata +++ b/packages/g/gopls/_servicedata @@ -1,4 +1,4 @@ https://github.com/golang/tools.git - 270fd83ec7a71b0911948e62a2397ff43ad83790 \ No newline at end of file + cd70d50baa6daa949efa12e295e10829f3a7bd46 \ No newline at end of file diff --git a/packages/g/gopls/gopls-0.15.2.tar.gz b/packages/g/gopls/gopls-0.15.2.tar.gz deleted file mode 120000 index 59e3fd9e2a4..00000000000 --- a/packages/g/gopls/gopls-0.15.2.tar.gz +++ /dev/null @@ -1 +0,0 @@ -/ipfs/bafybeig2ez5y7xxos3ov57vnumvnqk4mxtqvgv2mi5dwnzwq4olvwmk2qm \ No newline at end of file diff --git a/packages/g/gopls/gopls-0.15.3.tar.gz b/packages/g/gopls/gopls-0.15.3.tar.gz new file mode 120000 index 00000000000..08e810784a2 --- /dev/null +++ b/packages/g/gopls/gopls-0.15.3.tar.gz @@ -0,0 +1 @@ +/ipfs/bafybeid5gmoume7hrseansz6uraqddkxj3eo2imhpibsrhjma7ppmt4y5y \ No newline at end of file diff --git a/packages/g/gopls/gopls.changes b/packages/g/gopls/gopls.changes index c076c20ca07..39af261de58 100644 --- a/packages/g/gopls/gopls.changes +++ b/packages/g/gopls/gopls.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Mon Apr 15 22:21:28 UTC 2024 - Jeff Kowalczyk + +- 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 diff --git a/packages/g/gopls/gopls.spec b/packages/g/gopls/gopls.spec index 6347e5af84f..f67497b2549 100644 --- a/packages/g/gopls/gopls.spec +++ b/packages/g/gopls/gopls.spec @@ -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 diff --git a/packages/g/gopls/vendor.tar.gz b/packages/g/gopls/vendor.tar.gz index 13eb651261f..1eb3a89fe87 120000 --- a/packages/g/gopls/vendor.tar.gz +++ b/packages/g/gopls/vendor.tar.gz @@ -1 +1 @@ -/ipfs/bafybeigpu2egu77nt4ibs37fovaqmroua5depu4ljxjhge3m4o5anhwb5a \ No newline at end of file +/ipfs/bafybeiaaeilcshzseo2e2assqipwnfuhdd5uk45r7o7rawx64onm3iagh4 \ No newline at end of file