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

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

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

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).
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.

1 participant