dub
dub copied to clipboard
Package and build management system for D
with the new colored output PR merged (#2268) a few things now look a little weird, so opening an issue to track them: - [x] `dub list` and `dub list-overrides`...
Tried to upgrade the Alpine Musl package, realized it was broken. So might as well do this. It also found some issues in the testsuite, so it's an instant win....
Since libraries are usually built as dependencies of other (executable )packages, dub.selections.json usually doesn't serve a useful purpose. There may be exceptions when the generated library is intended to be...
### System information - **dub version**: dub 1.3.0 - **OS Platform and distribution**: Windows 10 ### Bug Description String import path is not correctly imported on project generation ### How...
`dub build -v` inside of a previously build `dub` folder: ``` Using dub registry url 'https://code.dlang.org/' Refreshing local packages (refresh existing: true)... Looking for local package map at /var/lib/dub/packages/local-packages.json Looking...
### System information - **dub version**: dub 1.29.0 - **OS Platform and distribution**: Windows 10, Linux Ubuntu 22.04 - **compiler version** ldc 1.30.0 ### Bug Description Crash when describing postBuildCommands....
fix #229 I chose not to add a setting for this to make it easier for other apps in the ecosystem to understand how to locate and change the dub...
Since COVERAGE is always false, this never ran. With an up-to-date GDC now available, we can re-enable it.
For example, if you do "dub list --bare" in a package directory it lists nothing instead of listing the package in the current directory.
``` [INFO] Running /Users/runner/work/dub/dub/test/issue1416-maven-repo-pkg-supplier.sh... [...] Trying to download maven-dubpackage (1.0.5) Package maven-dubpackage not found for maven repository at http://localhost:10936/maven/release/dubpackages: Failed to download http://localhost:10936/maven/release/dubpackages/maven-dubpackage/maven-metadata.xml No package maven-dubpackage was found matching the...