10 Commits

Author SHA1 Message Date
Ivan Gulakov
3ec09711eb
Add a mention of precommit.sh to CONTRIBUTING.md (#3194) 2025-05-04 18:58:17 +02:00
Dongjia "toka" Zhang
91c46d1a33
Update CONTRIBUTING.md to forbid cyclic dependency (#2999) 2025-02-17 17:00:23 +01:00
Romain Malmain
8089b18d34
Remove ShMemProvider bound from struct definitions (#2861)
* No more ShMemProvider bound constraint in struct definition whenever possible

* Introduce StdShMem

* Update CONTRIBUTING.md
2025-01-20 17:25:55 +01:00
Romain Malmain
f8ad61e14a
Remove Input associated type (#2854)
* Completely remove Input as an associated type in multiple traits

* Unify usage of Input as generic instead 

* Remove many unused bounds, in particular HasCorpus

* fix multiple generic ordering

* update and fix CONTRIBUTING.md

* update MIGRATION

* use the same generic input type for new / with_max_iterations to make typing easier in most cases.

* Restore libafl_libfuzzer test in CI
2025-01-17 14:53:51 +01:00
Dongjia "toka" Zhang
afc02ee3c2
Update CONTRIBUTING.md MIGRATION.md (#2762) 2024-12-12 19:20:05 +01:00
Dongjia "toka" Zhang
e602d26e5e
New rules for the contributing (#2752)
* Rules

* more

* aa
2024-12-06 21:19:34 +01:00
Dongjia "toka" Zhang
3a6694c90b
Add MIGRATION.md (#2727) 2024-11-26 15:33:47 +01:00
Nereuxofficial
ed3bd003a4
fix: Added corpus for dynamic_analysis fuzzer (#2360)
* doc: fixed instruction in CONTRIBUTING.md

* Added note for windows users

* fix: Added corpus for dynamic_analysis fuzzer

* fix for calling the clippy script on windows

* Fixed path oversight in previous commit
2024-07-03 11:51:52 +02:00
Nereuxofficial
030e5066b6
doc: fixed instruction in CONTRIBUTING.md (#2359)
* doc: fixed instruction in CONTRIBUTING.md

* Added note for windows users

* fix for calling the clippy script on windows
2024-07-02 19:32:11 +02:00
Romain Malmain
963afc3e5c
Pre-commit hooks (#2241)
* add pre-commit hook.
example of hook with fmt check.

* Add `CONTRIBUTING.md`.
2024-05-28 11:45:13 +02:00