Tritlo / PropR

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

[Bugfix] Use pipes and forkProcess to time out properly. Fixes #65. #69

Closed Tritlo closed 3 years ago

Tritlo commented 3 years ago

Now we can do infinite loops if we're doing non-interpreted, and also if we're doing interpreted but non parallel. Paralell Interpreted does not work though :(

Tritlo commented 3 years ago

Note: this is on top of the non-interpreted-initial-fixes really, but I made the request to master to get the checks to run 😅