Closed Geod24 closed 11 months ago
✅ PR OK, no changes in deprecations or warnings
Total deprecations: 14
Total warnings: 0
Build statistics:
statistics (-before, +after)
-executable size=5335176 bin/dub
-rough build time=66s
+executable size=5331080 bin/dub
+rough build time=65s
The behavior of the code was slightly puzzling: if the package path did not exist, we could log an error and continue, but if it existed but was empty, we would error out. To be consistent, simply always error out.