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

### System information - **dub version**: DUB version 1.36.0, built on Mar 1 2024 - **OS Platform and distribution**: Linux Ubuntu 20.04.6 - **compiler version** dmd.2.107.1.linux.tar.xz ### Bug Description https://forum.dlang.org/thread/[email protected]...

This will allow to write more tests for the Dub class. In particular I am interested in being able to write unittests around the config file, which require `loadConfig` to...

### System information https://github.com/atilaneves/unit-threaded/issues/314 ### Bug Description Hi, I'm trying to build unit-threaded/2.2.0, using gdc: ``` $ gdc --version gdc (GCC) 14.1.0 ``` got an error: ``` gdc: error: unrecognized...

### Bug Description Fatal error: can't create /home/.../.dub/cache/liblfdsd/0.3.4/build/library-debug-REd1Y5WoA2XSm4dNQj9Ugg/liblfdsd.a: No such file or directory ### How to reproduce? This error is only related to GDC: ``` dub build liblfdsd --compiler=gdc ```...

This adds parsing for `settings.yaml` (`settings.yml` is not supported), which takes precedence over `settings.json`. As we are introducing a new feature, this also slightly change the format to be more...

The dub registry currently has a "setting" that you must add at the registry in order to add a documentation link. Following the precedent of the "homepage" and "description" directives,...

Release v1.30.0 was a massive release (337 commits). The main changes were: - Various API deprecation as `Dependency` was made a discriminated union and its various components were broken down;...

### System information Not Applicable ### Bug Description The dub package hosted by chocolatey seems 2 years out of date. Google does show a version 1.23.0 exists, however searching using...

Update the setup-dlang action. It's probably best to do this after the new release so that `release.yml` doesn't break as I've only tested it once.

The assertion crashed code-d and gave no information on what was wrong.