You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this repository, I've been utilizing cargo mutants for testing. I noticed an issue where certain packages' functions weren't being detected. Specifically, this occurred in packages with custom-named lib files, like libsigner or libclarity, even though they were correctly listed in the Cargo.toml path. Interestingly, once these files were renamed to lib, they started working properly.
Is there a possibility to enhance implementation so that custom-named lib files are also recognized effectively?
The text was updated successfully, but these errors were encountered:
ASuciuX
changed the title
Mutants not discoverable for functions on packages with custom lib names
Functions in Packages with custom lib names Undetected by Mutants
Dec 15, 2023
In this repository, I've been utilizing cargo mutants for testing. I noticed an issue where certain packages' functions weren't being detected. Specifically, this occurred in packages with custom-named lib files, like
libsigner
orlibclarity
, even though they were correctly listed in the Cargo.toml path. Interestingly, once these files were renamed tolib
, they started working properly.Is there a possibility to enhance implementation so that custom-named lib files are also recognized effectively?
Ref link: stacks-network/stacks-core#4089 (comment) and files renamed.
The text was updated successfully, but these errors were encountered: