dub
dub copied to clipboard
Package and build management system for D
Check: https://coveralls.io/github/dlang/dub We should use codecov or other tools that reports more reliable coverage.
This is an idea to add something similar to [`dotnet publish`](https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-publish) to DUB In its simplest form it would be a lot like just `dub build` - the differences would...
### System information - **dub version**: dub 1.27.0 - **OS Platform and distribution**: Windows 7 64-bit - **compiler version** dmd 2.098.0 ### Bug Description if the `TEMP` environment variable is...
dub finds all *.d files and passes them to the compiler, whether any other code uses that module or not. This is in contrast to `dmd -i`, which only causes...
### System information - **dub version**: 1.27.0 - **OS Platform and distribution**: OpenBSD - **compiler version** gdc-11.2.0 ### Bug Description Below are the two test failures when using running the...
### System information - **dub version**: 1.27.0 - **OS Platform and distribution**: OpenBSD - **compiler version**: N/A ### Bug Description Reported here first: https://issues.dlang.org/show_bug.cgi?id=22381 When gdmd is selected as the...
### Bug Description `dub test` doesn't work when `betterC` is in `buildOptions`
Signed-off-by: Luís Ferreira --- A revive of PR #1625 . - [ ] Need LDC 1.25.0 - [ ] Need correct DMD from the master (dmd-master job is very outdated)
I want to be sure that I'm not waiting in vain typically for dub run calls during dustmite. This adds support for this. I'm thinking of defaulting the timeout to...
I'm missing a way to specify a timeout for the program when doing `dub dustmite`. Preferrably using `--program-time=TIMEOUT`. I'd like to add this. Alternative we could add a way to...