c4-project / c4f

The C4 Concurrent C Fuzzer
MIT License
13 stars 1 forks source link

Split fuzzer pathing from fuzzer core? #223

Open MattWindsor91 opened 3 years ago

MattWindsor91 commented 3 years ago

The Fuzz library is growing quite large, and a big part of its girth is the pathing functionality; lots of modules have the Path prefix. It feels like it may be time to split the pathing into a new library (probably Act_path).

This would also require the metadata and metadata-specialised Fir types to move into a new home (I imagine maybe a new library called Fuzz_fir).