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

Trivial. Ready for merge.

[SPDX](https://spdx.org/licenses/) has become the de-facto standard for describing licenses. We should aim to use this over our own list: https://dub.pm/package-format-json.html#licenses

enhancement

It would be nice for a package to be able to access the same data available via `dub describe`'s output at compile time. This could enable a package to be...

Grepping for `import std.digest` gave hit in `pathToObjName`. So, btw, shall we, in another PR, change `crc32Of` to `SHA256` at ```d static string pathToObjName(const scope ref BuildPlatform platform, string path)...

Adding MR to trigger CI to see if anything breaks. At least ```sh dub build --compiler=dmd && DC=dmd DUB=bin/dub test/run-unittest.sh ``` passes locally.

It's currently impossible to know whether or not one has to run these commands or if they did what they're supposed to since there's no way to know what they...

This might be a regression in dub as a library ### System information - **dub version**: 1.36.0 - **OS Platform and distribution**: Linux - **compiler version** dmd v2.106.1 ### Bug...