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

Consider adding an option to prevent parsing lines starting with # as build output #177

Open
jkz-stripe opened this issue Nov 15, 2023 · 0 comments

Comments

@jkz-stripe
Copy link

Opening this as a sort of retroactive PR. I'm really used to the code-first approach, sorry about that! Opening this based on the contribution guidelines.

The test suite my team maintains at Stripe has some tests that contain output which looks like a build comment (two fields starting with a #). In my particular case this is probably OK, since we build all tests in a separate step before running them. So any output of that form is guaranteed to come from tests themselves rather than the compiler. What do you think about adding an option like the one I coded up in #176 to bypass build_output parsing?

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

No branches or pull requests

1 participant