-
Notifications
You must be signed in to change notification settings - Fork 712
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Promote fixprobe and delete rest of experimental #1646
Conversation
Can we keep the example subdirectory? It doesn't require building, and is very useful. Otherwise I'm happy with this, but we should check with others. |
extras contains fixprobe and example, and ought to build properly
Am still happy, but I think you should also get @paulbellamy and @2opremio's LGTM. |
Maybe |
Not fussy about that though, LGTM. |
Really no preference at all. Will rename after @2opremio has had a chance to look, in case he has a preference. |
LGTM |
There's already a Thanks for the reviews! |
It is unused and none of the adjacency mapping code in the renderer takes any notice of it. Removing this shrinks the report size. Edges were introduced in #838. At the time we had an experimental packet sniffer under experimental/sniff/sniffer.go. That got removed in #1646. We can resurrect this if we ever decide to add meta data to edges.
We don't really need experimental, there are better ways of experimenting with code, and sometimes they fail the build, which gets in the way of making changes to scope.
This PR deletes the experimental directory, but promotes
fixprobe
, which I'm told we use.This change is