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
trafficstars

Closes https://github.com/dlang/dub/issues/571

seems a bit different from https://github.com/dlang/dub/issues/352 dub.json: ``` json { "name": "foo", "targetType": "dynamicLibrary", // doesn't help: "dflags": ["-fPIC"], "targetPath":"$build_D", "authors": ["foo" ], "description": "foo", "copyright": "foo", "dependencies": { "msgpack-rpc":...

I use configuration "unittest" to add a dependency to a unittest framework. But there is some strange behavior which an unexperienced developer cannot understand. Execute command: dub init bug1 Add...

I am creating a multi-platform application and one of the platforms is Android. Since it's a GUI application, it needs to be a shared library and a function must be...

As the related issue [11847](https://issues.dlang.org/show_bug.cgi?id=11847) is fixed, could we include package.d again for newer compiler versions? >dub test -b syntax Generating test runner configuration 'arsd-official-test-library' for 'library' (library). Excluding package.d...

Also contains default-config and default-build Extends the describe command from only being build options to also custom fields like this. Configs and builds was previously only exposed in "interactive" TUI,...

PR that disabled them: #2198 Should look into why they were actually broken See logs of runs with unrelated changes: https://github.com/dlang/dub/runs/4405369126?check_suite_focus=true

There currently is no way to set a version for local packages. This means that when you have multiple packages locally, there is no way to have them depend on...

This reduces `Json.sizeof` from 64 to 40 bytes. The memory usage could be reduced further by making use of an `Algebraic` data type or another more efficient json library. Optionally,...

Signed-off-by: Luís Ferreira --- Running a malformed JSON config gives `Expected JSON , got `. This is very annoying and hard to debug which value is malformed. This PR changes...