Mathias LANG
Mathias LANG
Where is the `configurations` array ? What I meant was: ```JSON "configurations": [ { "name": "debug", "mainSourceFile": "source/alerter.d" }, { "name": "unittest" } ] ```
> alerter ~master: building configuration "alerter"... So you aren't building the `debug` configuration, and `source/alerter.d` is excluded from the `alerter` configuration.
Currently we do not test DUB with GDC for lack of a recent frontend. If you would like to contribute a CI job that test against a recent GDC and...
@WebFreak001 : Want to finish this before next release ?
I am not sure it's something we should fix. Wrong keys can be used to provide comments. Additionally, they can be used for future extensions. And yes, we could add...
I was wrong. https://github.com/dlang/dub/pull/2280 will fix it.
Fixed by the aforementioned PR, will be in v1.30.0
I'm on vacation this week so on mobile most of the time but I'll try to take a look one evening.
Changes look good but please add a test.
> Questions. Why isn't variable > > 1. `CURR_DIR` defaulted to `${BASH_SOURCE[0]}`? > 2. `DC` defaulted to `dmd`? > 3. `DUB` defaulted to `../bin/dub`? 2 and 3, because that would...