-
Notifications
You must be signed in to change notification settings - Fork 11
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
trlc crash when used in pipeline #94
Comments
@florianschanda, thanks for your bug report. In your opinion, should My point here is the following:
then the CI would allow to merge the PR, if We could use |
when using with the fix of #101 the exit code would be 141, but without printing an error. Currently and with the fix of #101 there will be no exit code 0 unless they miss out to configure it correctly, in this case they do not get the exit code of |
In some scenarios, calling TRLC and piping the output to head creates a crash:
You can reproduce this by creating a lot of text, e.g:
And then generate a body:
I think the way to deal with this is to rename main (
trlc/trlc/trlc.py
Line 553 in 9d804f1
The text was updated successfully, but these errors were encountered: