I'm working on a project that needs to do something similar to cover, where it finds lists of modules given packages or collections and filters the list based on info.rkt settings. Would it be worthwhile to try and extract cover's implementation of this logic into a package I could reuse?
I'm working on a project that needs to do something similar to cover, where it finds lists of modules given packages or collections and filters the list based on
info.rktsettings. Would it be worthwhile to try and extract cover's implementation of this logic into a package I could reuse?