New WIP DUB documentation

Martin Tschierschke mt at smartdolphin.de
Wed Aug 24 07:32:09 UTC 2022


On Thursday, 18 August 2022 at 20:00:10 UTC, Bastiaan Veelo wrote:
>
> That's already possible, as unrecognised items are ignored. 
> This is however not flexible enough, as comments are not so 
> much wanted for adding explanations but much more for 
> commenting out specific parts. It does work sometimes: you can 
> for example disable `preBuildCommands` by editing it to 
> `preBuildCommandsDISABLED`. I don't think you can comment out a 
> dependency this way, and you cannot comment out an item from an 
> array like
> ```json
> {
>     "preBuildCommands": [
>         "step one",
>         #"step two",
>         "step three"
>     ]
> }
> ```
>
> -- Bastiaan.
Ok, thank you, got it.




More information about the Digitalmars-d-announce mailing list