Skip to content

Disable certain iocccsize warnings #1237

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
Mar 11, 2025
Merged

Disable certain iocccsize warnings #1237

merged 2 commits into from
Mar 11, 2025

Conversation

xexyl
Copy link
Contributor

@xexyl xexyl commented Mar 11, 2025

Force set nul_warning to false in mkiocccentry(1) and disable checking of it in chkentry(1). Post IOCCC28 it will be removed from struct info, the .info.json files and chkentry(1) that checks it.

Rather than directly put in true in the writing of the .info.json file, force set first_rule_is_all to true in mkiocccentry(1) and reference that boolean in the writing of the .info.json file.

xexyl added 2 commits March 11, 2025 06:53
Due to the fact we have to have (for our tools) ./ ahead of other paths
(including the tool names themselves) and also allow for a user to specify a
path (even a bogus one, which if they do we will look for a proper path) and
also search for installed paths, a more careful check has to be done in the
find_utils() functions as otherwise it does not work when out of the repo
directory.

Sync copyright fixes from jparse.
Force set nul_warning to false in mkiocccentry(1) and disable checking of
it in chkentry(1). Post IOCCC28 it will be removed from struct info, the
.info.json files and chkentry(1) that checks it.

Rather than directly put in true in the writing of the .info.json file, force
set first_rule_is_all to true in mkiocccentry(1) and reference that
boolean in the writing of the .info.json file.
@xexyl
Copy link
Contributor Author

xexyl commented Mar 11, 2025

Did I get everything now (i.e. are all the warnings to be disabled now actually disabled) @lcn2 ?

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.

👍

@lcn2 lcn2 merged commit f9afc9d 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