dub icon indicating copy to clipboard operation
dub copied to clipboard

Package and build management system for D

Results 262 dub issues
Sort by recently updated
recently updated
newest added
trafficstars

Should become the new subcommand for document generation, the current `-b docs` and `-b ddox` methods are hardly configurable. http://forum.dlang.org/thread/[email protected]#post-tcunkoqxnzcsjzfajjvn:40forum.dlang.org

enhancement

FYI, @John-Colvin @skoppe @maxhaton This avoids warning ``` WARNING: DUB package names may only contain alphanumeric characters, as well as '-' and '_'. Please modify the "name" field in /home/per/Work/api-bloomberg/dub.sdl...

### System information - **dub version**: 1.26.1 - **OS Platform and distribution**: Debian GNU/Linux 10.10 - **compiler version** dmd-2.097.2 ### Bug Description The output of `dub describe --data=import-paths` contains options...

In my search to understand why dependency resolution goes wrong for a company internal build I've added these debug prints in `dub.project`. Observations: - The function `getDependency()` is called about...

### System information - **dub version**: (e.g. dub 1.3.0) 1.26.1 - **OS Platform and distribution**: (e.g. Windows 10, Linux Ubuntu 16.04) Windows 10 - **compiler version** (e.g. dmd-2.074.1) dmd 2.097.1...

I have recently learned that dub ignored `package.d` files when generating automated unittest target. This sounds like a blocking issue to me because practice of putting package-wide unit tests into...

The build option `debugMode` is wrongly documented. https://github.com/dlang/dub/blob/cdf858029d8a6fa9052b49c0f82bb0ed02bf9690/source/dub/compilers/buildsettings.d#L354 It says "Compile in debug mode (enables contracts, -debug)" But all it does is enabling `-debug` and what the debug flag is...

upd: For now if you try to replace PackageManager arguments (representing repositories dirs) you will catch inconsistency between provided dirs where dub will search packages and dirs where dub stores...

I'm trying to set dubRegistry and use a Basic HTTP Auth (ie. `https://username:[email protected]`) URL. I ran into an issue because URL.toString doesn't output username@password. So here is my solution. Open...

Fixes #2145 Should be a simple start for my first contribution on github :) Only tested on https://github.com/dayllenger/beamui.git so far. dub generate visuald :opengl now works and project files are...