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

Make relaxed-comparison the default #34

Merged
merged 4 commits into from
Apr 29, 2024
Merged

Make relaxed-comparison the default #34

merged 4 commits into from
Apr 29, 2024

Conversation

francislaus
Copy link
Collaborator

@francislaus francislaus commented Apr 25, 2024

This PR makes relaxed comparison the default method and adds a flag that if set mandates strict comparison.

@francislaus francislaus requested a review from PeterRugg April 25, 2024 17:39
@francislaus francislaus self-assigned this Apr 25, 2024
Copy link
Member

@marnovandermaas marnovandermaas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good idea! Just a few minor comments from my side.

utils/scripts/runTestRIG.py Show resolved Hide resolved
utils/scripts/runTestRIG.py Show resolved Hide resolved
@@ -559,7 +559,7 @@ def spawn_vengine(name, mport, iport, arch, log):
if args.timeout:
cmd += ['--timeout', str(int(args.timeout * 1000000))]
if args.no_shrink:
cmd += ['-S']
cmd += ['-S']
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Any reason why you added an extra indent here?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, just a mistake...fixed now.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, do you mind squashing those last two commits into one?

Copy link
Collaborator Author

@francislaus francislaus Apr 26, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That should be done automatically in the "squash and merge" option from github, right? I would want all of them to be squashed into one commit.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah ok, fine by me.

Copy link
Member

@marnovandermaas marnovandermaas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Happy for this to go in with a squash.

@PeterRugg PeterRugg merged commit c113071 into master Apr 29, 2024
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 this pull request may close these issues.

3 participants