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

(EDIT: Original title: DUB does not follow Filesystem Hierarchy Standard) Criticism heard on IRC. ``` dub do not follow Filesystem Hierarchy Standard and if you follow Filesystem Hierarchy Standard when...

enhancement

### System information - **dub version**: 1.38.1 - **OS Platform and distribution**: Ubuntu 22.04.2 LTS - **compiler version** dmd-2.109.1 ### Bug Description When attempting to run the unittests for numem,...

macOS-12 is about to be EOL and is already starting to throw warnings in Homebrew, so upgrade it to 13 before the deadline which should be in the next couple...

### System information - **dub version**: dub >=1.37.0 - **OS Platform and distribution**: Linux (NixOS) - **compiler version** N/A ### Bug Description Note: all of the examples below also work...

### System information - DUB version 1.38.1, built on Jul 4 2024 - Linux Mint 21 (ubuntu/debian) 5.15.0-107-generic 117-Ubuntu SMP (x86_64) ### Bug Description dub add does not find the...

### System information - **dub version**: 1.36.0-3 - **OS Platform and distribution**: Linux Debian amd64 - **compiler version** gdc 13 ### Bug Description `dub run` does not work with gdc...

### System information - **dub version**: 1.38.0 - **OS Platform and distribution**: macOS 14.5 (M1 chip) - **compiler version** LDC 1.39.0 ### Bug Description Repo: https://github.com/Dlang-UPB/D-scanner When trying to build...

As with many official tools, projects often require integration testing for CI/CD. In such cases, it is useful to run integration tests in a unified format. The runtests subcommand I...

### System information - **dub version**: DUB version 1.38.0, built on Jan 1 1980 - **OS Platform and distribution**: NixOS - **compiler version** DMD64 D Compiler v2.108.0 ### Bug Description...

Currently, Dub requires that inline recipes (for single-file mode) are at the top of the file, directly following the shebang line. Trying to place them somewhere else results in: ```...

enhancement