On 5/30/19 12:45 PM, Robert M. Münch wrote:
Is there a best practice how I can use a fork if mine of a project that can be access via "dependencies": {...} so that my own code is used?I think that would make it pretty easy to switch between different versions.
You can dub add-local your local fork, and it will use that instead of going out to code.dlang.org.
-Steve