8000 Only count user-code frames for `max_stack_depth` · Issue #378 · boxed/mutmut · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Only count user-code frames for max_stack_depth #378

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

Open
Otto-AA opened this issue Apr 12, 2025 · 0 comments
Open

Only count user-code frames for max_stack_depth #378

Otto-AA opened this issue Apr 12, 2025 · 0 comments

Comments

@Otto-AA
Copy link
Collaborator
Otto-AA commented Apr 12, 2025

Currently, we also count frames created by mutmut to apply max_stack_depth (in particular _mutmut_trampoline). As such, users cannot really know what the number means, or which number to choose.

I'd suggest to filter out frames:

  • that are created by mutmut
  • that are outside of the ./mutants folder (e.g. 3rd party packages)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant
0