Tritlo / PropR

Genetic program repair using GHC
MIT License
30 stars 2 forks source link

Compile packages #114

Open Tritlo opened 7 months ago

Tritlo commented 7 months ago

Currently, PropR works on a per-module basis.

For PropR to be viable on big project, users must be able point it to a package, and PropR will then:

  1. Inspect the package's cabal file and determine the test-suite
  2. Run the test-suite and determine module targets
  3. Apply fixes in modules and run the test-suite again.

Work is in progress on the packages branch.