Closed lread closed 2 years ago
this is a very wlc PR 👏 . will have a proper look shortly
@vemv thanks for taking time to review, much appreciated!
Ok @benedekfazekas, I've address @vemv's feedback, lemme know if you'd like any further changes.
thank you @lread much appreciated!
My pleasure @benedekfazekas, glad to be of help!
We had a wee bug which caused duplicate processing of the same source file for a single ns rename. Since we are, by default, processing files in parallel, this can lead to corrupt results.
This change:
And also:
Extra Testing
I did some extra testing using cider-nrepl v0.28.6 on macOS using Temurin 17.0.4.1 JDK. I ran 100 inline-dep generation runs against:
I compared target/srcdeps.
current:
new:
Closes #56