Commit 3bbfca2
committed
upgrade to latest dependencies
bumping golang.org/x/tools 4d2b19f...44670c7:
> 44670c7 go.mod: update golang.org/x dependencies
> 7eebab3 gopls/internal/golang: support extract variable at top level
> e334696 gopls/internal/golang: ignore effects for change signature refactoring
> 3901733 internal/refactor/inline: substitute groups of dependent arguments
> 61b2408 gopls/internal/golang: add "Extract constant" counterpart
> c01eead internal/gcimporter: require binary export data header
> 9a04136 gopls/internal/golang/stubmethods: refine crash into bug report
> 01e0b05 internal/refactor/inline: fix condition for splice assignment strategy
> 557f540 gopls/internal/golang: don't offer to move variadic parameters
> 399ee16 internal/gcimporter: update FindExportData to return a non-negative size
> 25b0003 internal/refactor/inline: more precise redundant conversion detection
> eb46939 gopls/internal/test/marker: add reproducers for moveparam bug bash bugs
> 4296223 gopls/internal/analysis/yield: add comment about dataflow
> 7a4f3b0 internal/gcimporter: require archive files
> 2f73c61 gopls/internal/golang: avoid crash in lookupDocLinkSymbol
> ef3d603 gopls/internal/golang/completion: fix crash with extra results
> 8ffeaba gopls/internal/settings: enable 'waitgroup' analyzer
> 4317959 go/analysis/passes/waitgroup: report WaitGroup.Add in goroutine
> 72fdfa6 gopls/internal/golang: Disable test generation for generic functions
> b80f1ed gopls/internal/analysis/yield: peephole-optimize phi(false, x)
> e7bd227 gopls/internal/golang: fix folding range for function calls
> e71702b internal/versions: remove constraint.GoVersion wrapper
> c99edec gopls/internal/golang/completion: add alias support for literals
> bfe3046 go/packages: add a unit test for golang/go# 70394
> df87831 gopls/internal/undeclaredname: add missing colon when appropriate
> 53efd30 gopls/internal/golang: simplify package name collection in add test
> 68e4702 go/analysis/passes/printf: add missing call to Func.Origin
> 30a3bd9 gopls/internal/golang: refactor.extract.variable: allow all exprs
> 0edd1ab gopls/internal/cache/methodsets: refine crash for missing object path
> 07a58bc gopls/internal/golang: refine crash golang/go# 70553
> c622026 completions/inference: infer polymorphic types in completions
> dcfb0b6 gopls/internal/golang: change signature via renaming 'func'
> bfcbc1b internal/refactor/inline: avoid unnecessary desugaring in selectors
> b93a72a internal/refactor/inline: fix spurious caller mutation
> 41f04a0 internal/refactor/inline: fix comment movement due to added imports
> 0841661 internal/refactor/inline: avoid unnecessary interface conversions
> 68b67b4 gopls/internal/golang: support parameter movement refactorings
> 51e54e8 gopls/doc/features: enable and document source.addTest code action
> 458067f gopls/internal/golang: improve test package name selection for new file
> 68caf84 gopls/internal/golang: don't lose ... when split/joining variadics
> 1e0d4ee go/analysis/checker: disable Example on wasm
> 8b6e84b gopls/internal/crash: don't crash in xrefs on out of bound nodes
> 936a401 gopls/internal/golang: preserve copyright and build constraint
> 1ffc3a1 gopls/internal/test/marker: add defloc, to bind positions by definition
> 442d6be gopls/internal/test/marker: document named parameters
> ae39b13 go/analysis/checker: a go/packages-based driver library
> c3a6283 go/packages: undeprecate Load* style flags
> 9dff42e gopls/internal/golang/extract: preserve comments in extracted block
> 8c3ba8c internal/refactor: undo variadic elimination during substitution
> 3b0b264 internal/refactor: handle qualified names in inlined assignments
> 9311800 gopls/internal/test/marker: ignore diags in fixedbugs/issue59944.txt
> c1aa79d gopls/internal/golang: fix gopls hover doc link
> e751756 internal/analysisinternal: unify zero value function to typesinternal
> a287481 internal/imports: test Source for go mod cache
> 9387a39 gopls/doc/contributing.md: update expectations
> e08fcf7 gopls/internal/analysis/undeclaredname: merge into CodeAction
> 0c01408 internal/refactor/inline: avoid binding decl for name used by other args
> 63e03c3 gopls/internal/test/marker: generalize codeaction with named args
> acc2a74 go/analysis/passes/copylock: enable unfortunate tests
> 39cb6f0 internal/facts: use alias type parameters and arguments during imports
> 9b9871d go/analysis/passes/copylock: test for noCopy for sync Map, Mutex, Once
> a54bd37 gopls/internal/golang: don't try to inline dynamic calls
> 52eb446 internal/imports: adjust TestStdlibSelfImports pkg
> b8ff201 gopls/internal/cache: refine bug reports for inconsistent dep view
> e59fd36 go/ssa: use ZeroString unconditionally
> 60bc93d gopls/internal/cache: fix handling of cgo standalone files
> ed19fc7 gopls/internal/test: synchronize notifications during commands
> 254baba gopls/internal/cache: failure to extract diagnostic fixes is an error
> 56ec111 gopls/internal/server: remove spurious Async in legacy RunGoVulncheck
> b1c39aa gopls/internal/cache: use a named bool type for allowNetwork
> c043599 gopls/internal/protocol: add DocumentURI.DirPath
> 29f4edb gopls/internal/cache: simplify usage of snapshot.GoCommandInvocation
> 3c20e3f gopls/internal/analysis/yield: analyzer for iterator (yield) mistakes
> 221e94d gopls/internal/cache: id command-line-arguments packages using GoFiles
> 84e9c33 gopls/internal/golang: more idiomatic result naming in extract
> 8bb5da3 gopls/internal/golang: special handling for input context.Context
> b4332e0 gopls/internal/golang, go/ssa: remove unnamed input parameter
> a8d0fa5 go/packages: call testenv.NeedsGoPackages for TestDirAndForTest
> 47a5f7d gopls/internal/golang: fix bad slice append in function extraction
> 5b5d57c gopls/codeaction: fix panic when removing unused parameters with syntax errors.
> 025b812 gopls/internal/server: don't call window/showDocument if unsupported
> 288b9cb gopls/internal/golang: add missing imports in foo_test.go
> 87ac91f gopls/internal/server: revert the gopls.run_govulncheck command
> c531f1b gopls/internal/golang: avoid crash in hover on field of non-struct
> a37eeb4 README: mention the git repo
> 8dd84a4 go/ssa/interp: assign phi nodes in parallel
> 12610a1 internal/modindex: better behavior in edge cases
> 06a498a go/ssa/interp: simplify output capturing
> b2321e7 gopls/internal/golang: refine crash report golang/go# 69362
> c875677 gopls/internal/golang: support add test for receiver w/o constructor
> e26dff9 gopls/internal/golang: semtok: use type information consistently
> fd8d028 go/pacakges: remove some todos
> 69c27ad gopls/internal/protocol: upgrade to latest LSP
> 25699c3 internal/server: make MaybePromptForTelemetry no-op
> 35d7f28 go/packages: add Dir and ForTest fields to Package
Signed-off-by: Knative Automation <automation@knative.team>1 parent c3b3be9 commit 3bbfca2
5 files changed
+244
-214
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | | - | |
9 | | - | |
10 | | - | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
11 | 11 | | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| 39 | + | |
39 | 40 | | |
40 | 41 | | |
41 | 42 | | |
| |||
67 | 68 | | |
68 | 69 | | |
69 | 70 | | |
70 | | - | |
| 71 | + | |
71 | 72 | | |
72 | 73 | | |
73 | 74 | | |
| |||
92 | 93 | | |
93 | 94 | | |
94 | 95 | | |
| 96 | + | |
95 | 97 | | |
96 | 98 | | |
97 | 99 | | |
98 | 100 | | |
99 | 101 | | |
100 | 102 | | |
101 | 103 | | |
102 | | - | |
| 104 | + | |
103 | 105 | | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
108 | 110 | | |
109 | | - | |
| 111 | + | |
110 | 112 | | |
111 | 113 | | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | | - | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
116 | 119 | | |
117 | 120 | | |
118 | 121 | | |
119 | 122 | | |
120 | | - | |
121 | | - | |
| 123 | + | |
| 124 | + | |
122 | 125 | | |
123 | | - | |
| 126 | + | |
124 | 127 | | |
125 | 128 | | |
126 | 129 | | |
127 | 130 | | |
128 | 131 | | |
129 | | - | |
130 | | - | |
| 132 | + | |
| 133 | + | |
131 | 134 | | |
132 | 135 | | |
133 | 136 | | |
| |||
0 commit comments