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

Fix for Issue #388 which broke executable reproducibility #389

Merged
merged 3 commits into from
Nov 30, 2023

Conversation

aidanheerdegen
Copy link
Collaborator

Closes #388 which caused executable reproducibility to break in some situations.

Bug was due to a break rather than continue in Manifest.setup(). Links for other mainfests weren't created if scaninputs=True.

Modified existing test to trigger error. Test now passes.

setup. Links for other mainfests weren't created if scaninputs=True.

Modified existing test to trigger error. Test now passes.
@pep8speaks
Copy link

pep8speaks commented Nov 29, 2023

Hello @aidanheerdegen! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:

There are currently no PEP 8 issues detected in this Pull Request. Cheers! 🍻

Comment last updated at 2023-11-29 08:57:50 UTC

@coveralls
Copy link

coveralls commented Nov 29, 2023

Coverage Status

coverage: 47.733%. remained the same
when pulling 827181a on aidanheerdegen/issue388
into 9523ae3 on master.

@aidanheerdegen
Copy link
Collaborator Author

Hey @jo-basevi. I know you're super busy, but this is one of the fixes I'd like to get in before we merge the UUID/clone/branch stuff so would appreciate a review.

It shouldn't be a big deal, as it is a pretty simple fix for a fairly obvious error (mine as it turns out).

Copy link
Collaborator

@jo-basevi jo-basevi left a comment

Choose a reason for hiding this comment

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

Changes look good to me!

@aidanheerdegen aidanheerdegen merged commit 0623008 into master Nov 30, 2023
11 checks passed
@aidanheerdegen aidanheerdegen deleted the aidanheerdegen/issue388 branch January 23, 2024 05:07
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.

Specifying executables to reproduce fails to create links
4 participants