Skip to content
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

Add the ability to ignore weeds without creating roots #56

Open
ocharles opened this issue Dec 8, 2020 · 1 comment · May be fixed by #58
Open

Add the ability to ignore weeds without creating roots #56

ocharles opened this issue Dec 8, 2020 · 1 comment · May be fixed by #58

Comments

@ocharles
Copy link
Owner

ocharles commented Dec 8, 2020

I currently have a module that runs some functions for benchmarking purposes. I don't want the existence of this benchmarking to cause code to always stay alive, so I can't add the module to roots. However, if I don't do this, then the whole module appears unused, which is also not what I want! I think we need a new option here, to specify weeds that should be ignored, but shouldn't become roots.

@ocharles
Copy link
Owner Author

ocharles commented Dec 8, 2020

The workaround at the moment is to delete any corresponding .hie files. This doesn't give us much granularity though - it's pretty all-or-nothing.

ocharles added a commit that referenced this issue Dec 11, 2020
ocharles added a commit that referenced this issue Dec 11, 2020
@ocharles ocharles linked a pull request Dec 11, 2020 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant