gintool / gin

GI in No Time - a Simple Microframework for Genetic Improvement
MIT License
43 stars 20 forks source link

Fixing the patchValid check #61

Closed GiovaniGuizzo closed 3 years ago

GiovaniGuizzo commented 3 years ago

This fix is related to issue #54.

As agreed on our meeting:

  1. The code is only compiled if the patch is valid;
  2. If compiles ok, then the tests are run;
  3. No-op is still run.

All tests are passing.