Open Geod24 opened 4 months ago
✅ PR OK, no changes in deprecations or warnings
Total deprecations: 8
Total warnings: 0
Build statistics:
statistics (-before, +after)
-executable size=5297464 bin/dub
+executable size=5301560 bin/dub
rough build time=63s
This will allow to write more tests for the Dub class. In particular I am interested in being able to write unittests around the config file, which require
loadConfig
to be callable. We still need to callthisExePath
at the moment but that can be solved later as it has no visible side effect.