-
-
Notifications
You must be signed in to change notification settings - Fork 427
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix issues with latest Go and generics (#202)
* Updated dependencies; removed `pointer` analyzer as it panics in go 1.22; updated docs * Updated pipeline * Alwaysa use InstantiateGenerics mode * Improve margin when using go graphviz for rendering * Fix detecting std packages * Update deps with fixes for go callgraph analysis * Handle synthetic function detection where callee pkg is nil * Add logging for analysis process Signed-off-by: Ondrej Fabry <[email protected]> * Update CI workflow Signed-off-by: Ondrej Fabry <[email protected]> --------- Signed-off-by: Ondrej Fabry <[email protected]> Co-authored-by: Egor Aristov <[email protected]>
- Loading branch information
Showing
12 changed files
with
200 additions
and
208 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,3 +29,6 @@ _testmain.go | |
# Builds | ||
/.build/ | ||
go-callvis | ||
|
||
# IDE | ||
/.idea/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.