Replies: 5 comments 8 replies
|
Perhaps: #1683. This could easily be fixed without breaking anything with a new environment variable. But it would be nicer to not have two environment variables for the same thing. |
0 replies
|
A couple of more suggestions:
|
7 replies
|
What about splitting dub into two projects? One for managing dependencies and one for building given dependencies? |
0 replies
|
I started this discussion 20 months ago. I think if we've gone with it, our life would be a little bit better now 🙃 |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
There has been a few talks about DUB 2.0 in the past. Since DUB is a library that follow SemVer, we can't just go and change the public API, however we don't have much checks for it either.
What I would suggest as a good stepping stone for DUB 2.0:
packagesupplierswas created);IMO that's the absolute minimum. It might sound too little for a major release, but we haven't bumped the major release for a year, so I'd rather have a bump now with few changes than in a year with the same amount of changes.
CC @PetarKirov @s-ludwig
All reactions