Mathias LANG
Mathias LANG
``` [INFO] Running /Users/runner/work/dub/dub/test/issue1416-maven-repo-pkg-supplier.sh... [...] Trying to download maven-dubpackage (1.0.5) Package maven-dubpackage not found for maven repository at http://localhost:10936/maven/release/dubpackages: Failed to download http://localhost:10936/maven/release/dubpackages/maven-dubpackage/maven-metadata.xml No package maven-dubpackage was found matching the...
I believe `settings.json` was a great addition to dub, something I've personally been wanting for a while. Allowing users to e.g. choose their default compiler without having to compile `dub`...
As explained in the first commit, having `--root` behave any different than `make -C` or `git -C` is IMO a mistake.
We're already using it in the CI with the bootstrap script (build.d), but users will be more likely to locally test using dub.
DUB v1.23.0 (latest ATM) Adding an empty configuration to `dub.json` changes the behavior of `dub test` in a way that is IMO unexpected. Do a simple `dub init`, then `dub...
It has been a desire of mine for some time to have proper `git submodule` support. Since I haven't seen a proper specification on what such an integration would look...
``` DUB version 1.26.0, built on Jun 3 2021 ``` Running on OSX. ``` % dub --compiler=../../dlang/dmd/generated/osx/release/64/dmd Running pre-generate commands for vibe-d:tls... object.Exception@source/dub/dub.d(1418): defaultCompiler specified in a DUB config file...
The fix for #1474 was incomplete. The following errors out when newly built: ```json { "name": "test", "preGenerateCommands": [ "mkdir -p objects/res/" ], "sourceFiles-posix": [ "objects/res/*.o" ], "sourceFiles-windows": [ "objects/res/*.obj"...
This DIP aims to solve the common problem that arise when mixing delegates and attributes. It describes a language addition which the author feels will be natural to seasoned users...
I was trying to upgrade this repository to use Github CI instead of Travis, and ran into some issues on OSX, so figured it'd be a good time to upgrade.