dub
dub copied to clipboard
Package and build management system for D
in my project: ``` Upgrading project in /home/webfreak/dev/serve-d/ Error Unresolvable dependencies to package automem: cachetools 0.4.1 depends on automem >=0.0.0 concurrency 5.0.3 depends on automem 0.6.4 ``` while obviously `automem...
When you try to build an app with dub and one of their dependencies is located in a read-only directory, the whole process fails with the following message (when running...
``` % rm -rf * zsh: sure you want to delete all 4 files in /home/mlang/projects/dlang/dub/f [yn]? y % dub init foobar Package recipe format (sdl/json) [json]: Name [foobar]: Description...
Tested with master (what will be v1.36) as I was looking into tests for dub init.  Instead of selecting a format, I pressed `Ctrl+D` and got this output. The...
When we try to run a library with `dub run`, the project is first built, and then errors out saying it is a library. https://github.com/dlang/dub/blob/13ee9ce38a1c665baefc3bc84cceee27984f5d8a/source/dub/generators/build.d#L697-L699 Would it be better for...
### System information - dub 1.7.1 - Fedora 27 ### Bug Description Broken retry ends up with an infinite loop of `` ### How to reproduce? ??? Timeout/connection issues on...
Errors show stack trace which makes it seem like this repository is still experimental.
### System information - **dub version**: 1.35.0 - **OS Platform and distribution**: Several - **compiler version** dmd 2.106.0 ### Bug Description The `id` in `dub build -d id` appears to...
### System information - **dub version**: 1.30 & master - **OS Platform and distribution**: Linux (Debian) - **compiler version** gdc 12.2.0 ### Bug Description When trying to compile dub using...
There was different behavior in GDC and deprecationWarnings did not perform expected results with DMD and LDC. I added `-Wextra` to GDC, but haven't had a response from @ibuclaw yet...