You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, it leads to the command line flags in avo leaking into executables. This just happened to our project (and I expect more) since go-git uses github.com/pjbgf/sha1cd which uses avo. sha1cd project updated to avo 0.6.0 about a year ago. In particular we also defined a flag called "cpuprofile", which then lead to a runtime panic when using our tool.
This behaviour has been around for 7 years: https://github.com/mmcloughlin/avo/blame/a9457af26c1cc87edd13736b660f6f47b55c498d/build/global.go#L38
However, it leads to the command line flags in avo leaking into executables. This just happened to our project (and I expect more) since go-git uses github.com/pjbgf/sha1cd which uses avo. sha1cd project updated to avo 0.6.0 about a year ago. In particular we also defined a flag called "cpuprofile", which then lead to a runtime panic when using our tool.
See our related issue at sourcegraph/zoekt#893
The text was updated successfully, but these errors were encountered: