Open
Description
Dredd includes several header files to support mutation. However, errors occur if the mutation subject contains different versions of these header files.
For example, Mesa includes c11/threads.h
(e.g. here), while Dredd includes threads.h
. This results in conflicting type errors and redeclaration errors.
I have resolved this issue within the Mesa mutation by modifying the mutated files to include c11/threads.h
instead of threads.h
. It would be good to consider a more general solution.
Metadata
Metadata
Assignees
Labels
No labels
Activity