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

### System information - **dub version**: dub 1.29.0 - **OS Platform and distribution**: Windows 10 - **compiler version** dmd 2.100 ### Feature Addition Add checkaction for dub `buildOptions`: https://dlang.org/dmd-windows.html#switch-checkaction

enhancement

Environment variables are now consistent with custom command variables and are properly substituted at command run time to match with the recipe variables. Additionally this fixes issue #2229 where sourceLibrary...

I find myself lacking the support for using platform= in my dub files when I only need to apply a couple of subconfigurations for platform support, eg. ``` configuration "full"...

enhancement

### System information - **dub version**: dub v1.29.0 - **OS Platform and distribution**: Windows 10 (x86-64) - **compiler version**: dmd 2.100.0 ### Bug Description It should be possible to perform...

Dflags is being included recursively when the same dependency is included in the same project, which can cause a great problem: I have done a module called "d_std" which is...

### System information - **dub version**: 1.29.0 - **OS Platform and distribution**: Windows 10 - **compiler version**: dmd 2.100 ### Bug Description Not really a bug, dub should show which...

enhancement

DUB v1.23.0 (latest ATM) Adding an empty configuration to `dub.json` changes the behavior of `dub test` in a way that is IMO unexpected. Do a simple `dub init`, then `dub...

It has been a desire of mine for some time to have proper `git submodule` support. Since I haven't seen a proper specification on what such an integration would look...

enhancement
discussion

### System information - dub: 1.29.0 - windows x64 / arch linux - dmd: v2.100.0 ### Bug Description When compiling a project with a .c file, dub doesn't feed it...

bug

### System information - **dub version**: v1.29.0 - **OS Platform and distribution**: Windows 8 - **compiler version** v2.100.0-dirty ### Bug Description `dub lint` always builds dscanner anew on every invocation...