Skip to content

Fixes for -u uuidfile/-U uuidstr options #1232

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

Merged
merged 5 commits into from
Mar 11, 2025
Merged

Conversation

xexyl
Copy link
Contributor

@xexyl xexyl commented Mar 10, 2025

Since the two options cannot be used together do not check for one if
the other failed.

Also tell the user they can use the -x option if the submission
directory already exists (this comes after the part of telling them to
move it, remove it or use a different directory).

xexyl added 5 commits March 10, 2025 03:47
Also fixed an error with -u uuidfile where it would not set the test boolean
to true if the UUID was "true".

The -u uuidfile and -U UUID options may not be used with -i answers, -d
or -s seed.

Updated man page for the above changes.

**IMPORTANT NOTE**: you do NOT need to use this update in order to participate
in the IOCCC28!
The -x option to force delete the submission directory and -r
rm option to set path to rm(1) were added to mkiocccentry as part of
issue ioccc-src#1208. The change in order of args is NOT done and will not be
done until AFTER IOCCC28.

Fixed bug where overwrite_answers was always true by default
(mkiocccentry).
A test was made for a future enhancement (post IOCCC28) and this was
accidentally committed.
Since the two options cannot be used together do not check for one if
the other failed.

Also tell the user they can use the -x option if the submission
directory already exists (this comes after the part of telling them to
move it, remove it or use a different directory).
Copy link
Contributor

@lcn2 lcn2 left a comment

Choose a reason for hiding this comment

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

thank you @xexyl

@lcn2 lcn2 merged commit 3e6fa4f into ioccc-src:master Mar 11, 2025
3 checks passed
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.

2 participants