dub
dub copied to clipboard
Package and build management system for D
I got a SIGILL (illegal hardware instruction) when I do this command: `dub describe -c unittest --nodeps --skip-registry=all --arch=x86_64`. **EDIT:** I deeply searched and it seems that `"targetType": "autodetect",` is...
When building a Dub static library (e.g. `dub build vibe-d:http`), Dub will build the static library itself, but not the dependencies of this library (simply because I think it is...
### System information - **dub version**: 1.19.0 - **OS Platform and distribution**: osx catalina 10.15.3 - **compiler version** v2.090.1 ### Bug Description Running `dub -v build --single bong.d` takes way...
From DMD compiler info site > -mv=package.module= > Use path/filename as the source file for package.module. > This is used when the source file path and names are not the...
### System information - **dub version**: 1.27.0 - **OS Platform and distribution**: windows 8 - **compiler version**: 2.098.0-dirty ### Bug Description dub strips the newline at the end of dub.json...
Hi, Not a bug but a feature request (and not a small one). Dub is great as a PM, but not really good as a build tool. The main problem...
Program output should generally go to stdout, and messages intended for humans should go to stderr. For example, a program that consumes and emits JSON data could produce JSON on...
I am trying to improve dub2nix and make Nix work better with D. To this end I want to build all dependencies of a package without building that package itself....
### System information - DUB version 1.27.0, built on Jan 13 2022 - Linux b2af8da24c0a 5.10.76-linuxkit #1 SMP PREEMPT Mon Nov 8 11:22:26 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux -...
If I add source files or other options to a certain build type only without specifying build options, it overwrites the default buildOptions, so I have to add them manually...