x/tools/gopls: OutgoingCalls mishandles dynamic function calls #68153
Labels
gopls
Issues related to the Go language server, gopls.
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Tools
This label describes issues relating to any tools in the x/tools repository.
Milestone
Observe that the "outgoing calls" view shows edges from the site of the call
f()
. (The target of the call appears to be a node equivalent to the enclosing node forFoo
, which is just wrong; the target of the call is obviously unknown.) OutgoingCalls should not report dynamic calls.Notice too that the order in which outgoing calls are listed appears to be nondeterministic.
The text was updated successfully, but these errors were encountered: