Remi Thebault
Remi Thebault
This is somehow a breaking change because if `fun` has side effects, the side effects won't be the same anymore. However such side effects are arguably not expected as one...
I had to look into dscanner source code to find out that `dscanner.confusing.function_attributes` is linked to `function_attributes_check` in the config. This one sounds obvious but some are less, and I...
Could we have the possibility to configure brace style at different levels? What I would like for myself is to put braces on new line everywhere but after control statements....
When building a Dub static library (e.g. `dub build vibe-d:http`), Dub will build the static library itself, but not the dependencies of this library (simply because I think it is...
Hi, Not a bug but a feature request (and not a small one). Dub is great as a PM, but not really good as a build tool. The main problem...
These are linker specific settings: ```json "lflags-posix": [ "-L/a/path" ], "lflags-windows": [ "/LIBPATH:A:/Path" ], ``` The specificity could be abstracted away by Dub. Specified paths have few chances to be...
I don't have intellisense of build scripts. This would be an important feature for me as I have significant code generation done by build scripts and a big part of...
Add the possibility to specify a configuration for Dub dependencies. Requires to add new kwarg to `dependency`.
Aims to provide "a Tempo" text mark to reset the tempo after a gradual change. At the moment it is a simple tempo text that defaults to 120 BPM and...
WIP to enable CCDB in serve-d: - new config key: `d.ccdbPath` for the path to `compile_commands.json` - lazy load ccdb component if `d.ccdbPath` is set (in `onConfigChange` event) Works already...