Closed Geod24 closed 10 months ago
✅ PR OK, no changes in deprecations or warnings
Total deprecations: 17
Total warnings: 0
Build statistics:
statistics (-before, +after)
executable size=5318568 bin/dub
-rough build time=65s
+rough build time=64s
There is no reason to expose the PackageManager through the Project. In fact, the only two places it was used were in generators, where the PackageManager was stored but never used. The generators arguably should not have access to the PackageManager, as all the Packages should have been loaded and handled to them before the generation starts.