wily icon indicating copy to clipboard operation
wily copied to clipboard

Experiment: Convert .gitignore entries to radon ignore/exlude

Open devdanzin opened this issue 1 year ago • 2 comments

This PR addresses a TODO in build.py: "Convert .gitignore to radon ignore patterns to make the build more efficient". However, timings show no difference in performance even with a lot of added Python files in ignored directories. That happens because radon is called only with modified files from given revisions as targets, so the build is already optimal in this sense.

This PR serves only to document this exploration. Leaving it open for a while in case we can identify a scenario it would help with.

devdanzin avatar Aug 24 '23 17:08 devdanzin