Closed Geod24 closed 10 months ago
✅ PR OK, no changes in deprecations or warnings
Total deprecations: 11
Total warnings: 0
Build statistics:
statistics (-before, +after)
executable size=5351336 bin/dub
-rough build time=63s
+rough build time=64s
Over the last year, various JSON overloads have been deprecated, leaving space for more typed interfaces. This Package constructor had resisted for long, as the PackageSupplier interface returns JSON itself. While changing it would be a breaking change and is not currently possible, we can at least hoist the parsing one level.