dub
dub copied to clipboard
Package and build management system for D
_moved from https://issues.dlang.org/show_bug.cgi?id=24053, so dont count on me for more details, however you can reach the original reporter on bugzilla at least_ When using DUB (from DMD Compiler) for compile...
So that only package_.d may modify it and it's easier to reload it from disk in the future. Just some refactorings right now, should make #2666 a lot easier to...
```console $ DFLAGS=-unittest dub test.d (compiles test.d...) (runs test.d) $ DFLAGS=-unittest dub test.d (compiles test.d... again) (runs test.d) ``` For some reason this only applies when `DFLAGS` is set. Without...
### System information ``` $ dub --version DUB version 1.31.1, built on Mar 12 2023 $ ldc2 --version LDC - the LLVM D compiler (1.32.0): based on DMD v2.102.2 and...
Currently the [dmd] compiler emits errors with either relative or absolute paths, based upon what was provided on the command-line. For example: ```D int test() { return 1.0; } ```...
fix #266 this can be used to generate .o with DMD and also .s and .ll files with LDC. This is useful for having an external linker or build step...
### System information - DUB version 1.33.0 - Ubuntu 22.04.2 - DMD64 D Compiler v2.104.0 ### Bug Description When a subPackage declares some `version` and depends on another subPackage, that...
### System information - **dub version**: 1.32.1 - **OS Platform and distribution**: Manjaro/Arch x86_64 - **compiler version** ldc 1.32.1, dmd 2.104.0 ### Bug Description It is not possible to query...
I have what is essentially: ```sdl preBuildCommands "./scripts/run-protobuf.sh" sourcePaths "lib/generated" ``` Where the script runs the protobuf compiler and generates some D code within `lib/generated`. But on the first invocation...
As reported via Discord, modifying files in excludedSourceFiles are triggering a build that should not affect the build.