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

Ensure UTF-8 output in build commands does not break ReBench, Issue #81 #84

Merged
merged 4 commits into from
Jun 24, 2018

Conversation

smarr
Copy link
Owner

@smarr smarr commented Jun 24, 2018

This PR is supposed to fix #81. It makes sure that ReBench does not break with UTF-8 output.
It might still break for other encodings.

This PR also addresses two only tangential issues:

  • fix a Python 2 issue with subprocess_with_timeout
  • fix max_invocation_time being not read from the right configuration

Signed-off-by: Stefan Marr <git@stefan-marr.de>
Signed-off-by: Stefan Marr <git@stefan-marr.de>
Signed-off-by: Stefan Marr <git@stefan-marr.de>
Signed-off-by: Stefan Marr <git@stefan-marr.de>
@smarr smarr added the Bug label Jun 24, 2018
@smarr smarr added this to the v1.0 - Foundation milestone Jun 24, 2018
@smarr smarr self-assigned this Jun 24, 2018
@coveralls
Copy link

coveralls commented Jun 24, 2018

Coverage Status

Coverage increased (+0.1%) to 85.326% when pulling 42a3405 on issue-81-encoding into 656019f on master.

@smarr smarr merged commit e2575c2 into master Jun 24, 2018
@smarr smarr deleted the issue-81-encoding branch June 24, 2018 11:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Encoding/Decoding issues
2 participants