Skip to content

Fix issue #1252 #1253

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 2 commits into from
Apr 25, 2025
Merged

Fix issue #1252 #1253

merged 2 commits into from
Apr 25, 2025

Conversation

xexyl
Copy link
Contributor

@xexyl xexyl commented Apr 25, 2025

mkiocccentry must run make clobber before scanning the topdir and then
also later when running the checks. This is because if someone tests
their code in their topdir anything compiled will be included as extra
files (unless forbidden) but if the make clobber that follows removes
any of those files the extra files list will be the wrong size. So now
one can test from the topdir and then not have this problem.

Updated MKIOCCCENTRY_VERSION to "2.0.5 2025-04-25".

xexyl added 2 commits April 24, 2025 08:06
Fix scan_topdir() to not count dot files/directories against max
allowed.

Updated MKIOCCCENTRY_VERSION to "2.0.4 2025-04-24".

Typo fix in txzchk.1.
mkiocccentry must run make clobber before scanning the topdir and then
also later when running the checks. This is because if someone tests
their code in their topdir anything compiled will be included as extra
files (unless forbidden) but if the make clobber that follows removes
any of those files the extra files list will be the wrong size. So now
one can test from the topdir and then not have this problem.

Updated MKIOCCCENTRY_VERSION to "2.0.5 2025-04-25".
@lcn2 lcn2 merged commit 8a15c7d into ioccc-src:master Apr 25, 2025
3 checks passed
@xexyl xexyl deleted the clobber branch April 25, 2025 13:03
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