Closed Geod24 closed 9 months ago
✅ PR OK, no changes in deprecations or warnings
Total deprecations: 0
Total warnings: 0
Build statistics:
statistics (-before, +after)
executable size=5372576 bin/dub
-rough build time=64s
+rough build time=65s
Wonderful, this uncovered a bug, which is now fixed.
The previous approach added Packages in the PackageManager directly, completely sidestepping the scanning the PackageManager does, which is a behavior we absolutely want to test.
By setting up the filesystem before we instantiate our
TestDub
instance, we can remove a bunch of exceptions / overrides, and get a much closer behavior to the final product.