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

Add checks for zombie sourcecode problems #1910

Merged
merged 2 commits into from
Aug 24, 2024

Conversation

ndim
Copy link
Contributor

@ndim ndim commented Aug 24, 2024

This adds checks for zombie sourcecode problems, i.e. problems we have tried to eliminate but which might be or have been resurrected.

The example check is for the problematic

#include "ac_cfg.h"

with double quotes instead of <> which were identified as a problem in #1706 and then fixed.

@ndim ndim force-pushed the guard-against-zombie-problems branch 7 times, most recently from 3384a81 to 0dcfde8 Compare August 24, 2024 12:56
This adds checks for zombie sourcecode problems, i.e. problems
we have tried to eliminate but which might be or have been
resurrected.

The example check is for the problematic

    #include "ac_cfg.h"

with double quotes instead of <> which were identified as a
problem in avrdudes#1706
and then fixed.
@ndim ndim force-pushed the guard-against-zombie-problems branch from 1116a0c to 5176d7b Compare August 24, 2024 13:04
@ndim ndim marked this pull request as ready for review August 24, 2024 13:31
@stefanrueger
Copy link
Collaborator

Great catch. We probably overlooked the .l, .y at the time of the original PR, and serprog.c/libavrdude.i wasn't spotted at review time (both will have worked with pre #1707 copies).

@stefanrueger
Copy link
Collaborator

I think this is good to merge

@stefanrueger stefanrueger merged commit ac5c4b9 into avrdudes:main Aug 24, 2024
14 checks passed
@ndim ndim deleted the guard-against-zombie-problems branch August 24, 2024 21:15
@mcuee mcuee added the enhancement New feature or request label Aug 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants