skippy-io / skippy

Mono-repo for all Skippy projects.
https://www.skippy.io
Apache License 2.0
19 stars 2 forks source link

issues/133 (part 1): Make predictions based on Class instance instead of class name #190

Closed fmck3516 closed 1 week ago

fmck3516 commented 1 week ago

This provides a richer context for Skippy to make skip-or-execute decisions (e.g., the location of the class file).

The purpose of this PR is to ship the overall work for #133 in smaller increments. This PR itself does not resolve #133