dub icon indicating copy to clipboard operation
dub copied to clipboard

Package and build management system for D

Results 285 dub issues
Sort by recently updated
recently updated
newest added

Need help determining how to forward `options.colors_mode` to setting the instance of `BuildOption.color` which should, afaict, be forwarded automatically to `DMDCompiler.s_options` and `LDCCompiler.s_options`. Update: I think I nailed it. Can...

Fix #2383 > The pdb file is now copied on Windows, but .gitignore does not include this. > *.exe is already written in .gitignore, I think *.pdb should be as...

The pdb file is now copied on Windows, but `.gitignore` does not include this. `*.exe` is already written in `.gitignore`, I think `*.pdb` should be as well. see also: https://dlang.org/changelog/2.099.0.html#pdb

The selections file only contains version numbers. However, a malicious library author could repoint a tag to a different version, wreaking havoc amongst users. For example: 1. I add a...

enhancement

As per title. In our case at work, standalone `dynamicLibrary` targets linking all dub deps statically now get dozens of static .lib files copied to their output directory. This didn't...

Over the last few years, I've been working on a project that had growing configuration needs. We started by manually parsing YAML files and using dyaml, then one day, when...

Also standardizes variables naming as - `package_id` to `package_name` - `parent_name` to `parent_package_name` - `pack` to `package_name` - `package_` to `name` This change adds no new features but instead acts...

first part to interact with dub.selections.json `dub explain` comes in a separate PR. (for issues see #1064) fix #123

### System information - DUB version 1.28.0, built on Mar 6 2022 - Windows 10 - DMD32 D Compiler v2.099.0-dirty ### Bug Description Basically, I have a project with a...

bug