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

feat: combine mutable and immutable call sequences folder #456

Merged
merged 5 commits into from
Aug 27, 2024

Conversation

anishnaik
Copy link
Collaborator

@anishnaik anishnaik commented Aug 23, 2024

This PR updates the corpus format of medusa by removing the call_sequences/mutable and call_sequences/immutable directories. Both directories will be merged into the call_sequences directory as part of a legacy migration and the sub-directories will be deleted.

Additionally, mutation testing has changed since any coverage-increasing call sequence will now be used for mutation (similar to echidna).

Replaces #378

@anishnaik anishnaik changed the title WIP: remove immutable call sequences folder and references to it WIP: remove immutable call sequences folder Aug 23, 2024
@0xalpharush
Copy link
Contributor

For backwards compatibility with corpuses should we migrate the immutable folder and load into the corpus?

@anishnaik
Copy link
Collaborator Author

For backwards compatibility with corpuses should we migrate the immutable folder and load into the corpus?

When we are reading in the corpus, we can maintain the original code that loaded stuff from call_sequences/mutable and call_sequences/immutable. Or something like that

@anishnaik anishnaik marked this pull request as ready for review August 25, 2024 16:06
@anishnaik anishnaik changed the title WIP: remove immutable call sequences folder Remove immutable call sequences folder Aug 25, 2024
@anishnaik anishnaik changed the title Remove immutable call sequences folder Remove mutable and immutable call sequences folder Aug 25, 2024
@0xalpharush 0xalpharush changed the title Remove mutable and immutable call sequences folder feat: combine mutable and immutable call sequences folder Aug 27, 2024
@0xalpharush 0xalpharush merged commit a6d14ca into master Aug 27, 2024
12 checks passed
@0xalpharush 0xalpharush deleted the dev/remove-immutable-call-sequences branch August 27, 2024 20:42
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