c4-project / c4f

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

Decouple default action weightings from action modules #150

Closed MattWindsor91 closed 4 years ago

MattWindsor91 commented 4 years ago

Putting the default action weightings in the action's module definition seemed like a good idea at the time, but means that adjusting said weightings requires hunting across all of the disparate actions. This seems a little bit awkward, so it might be worth looking at centralising these weightings.

MattWindsor91 commented 4 years ago

Done now (they've moved to config.ml), I believe.