On 2019-01-05 16:17, Mike Parker wrote:
What I do is use `dub add-local /path/to/lib 0.0.1` and use that explicit version for development. That way, whatever repository branch is currently active in that directory becomes version 0.0.1 and I can make use of any changes.
The problem with that is that will affect all projects on the machine using that dependency. I think the approach mentioned by Alex is the best.
-- /Jacob Carlborg