dub
dub copied to clipboard
Package and build management system for D
Hi! I played around with the new system-wide dub packages (#838) feature recently, and unfortunately it doesn't seem to work right yet. Dub tries to write into paths like `/usr/include/d/test-1.0/test/.dub/`,...
there is excludedSourceFiles, but it doesn't work to exclude the directory tree afaics, so it would be nice to have excludedDirectories. Motivation in particular is for the people who use...
So this is a bit of a hunt, but the documentation for each of the commands are pulled from dub by dub-docs. Lint, needs a way to link to dscanner's...
https://forum.dlang.org/thread/[email protected] Hi, I'm using dub.json to specify the dependencies libs for my project. I'm just wondering how I can use dub to run all the tests of those dependencies libs...
The stable branch can be built by compilers based on 2.076.x (i.e: gdc-11). But master fails to build with anything younger than 2.099.x. dmd 2.098: ``` source/dub/dub.d(746): Error: expression expected,...
Instead of dealing with raw json, it is better to parse it at first sight.
This has been [discussed on Slack](https://dlang.slack.com/archives/C3P93MVU6/p1662780471210889) with @WebFreak001 . Posting it here if someone wants to pick up the issue. > I was thinking last night about location / `add-local`...
If I have a dependency in `dub.sdl` like this: ``` dependency "vibe-d" path="~/development/d/vibe.d" ``` Dub fails to expand `~` to the home directory. The error message I get is something...
I recognise this looks like an absolute monster diff, so I'll do my best to put in a lot of comments in here to explain motivations. Quite a lot of...
the following built-in mirrors are no longer functional, they should probably be removed from the built-in mirror list or be fixed by the D foundation to actually mirror: - https://codemirror.dlang.org/...