Mathias LANG
Mathias LANG
@WebFreak001 : This is very much on purpose. The help text for `--cache` mentions: ``` --cache=VALUE Puts any fetched packages in the specified location [local|system|user]. ``` So I never thought...
Can you add a more descriptive commit / PR title ?
> Likely dub should be fixed to not use a deprecated interface in the code that makes use of SumTypes. Looks like a simple fix, can you raise a PR...
Looks like a DMD bug as it doesn't trigger a deprecation when it should.
I think underscores (or some other prefix) makes sense as a stopgap measure. As a long term solution, either JSON5 or YAML ? :)
One of the issue I have with `comment` is that it can only be used once. The new dub parser will issue a warning on duplicated keys and fall back...
I need to see, the error currently comes from the YAML parser, it's not something we control. But no, we're just going to flat out ignore `_` fields.
@ibuclaw : IMHO the lack of separation between deprecations and warnings is quite problematic. The approach taken by DMD here is, I think, the more sensible one. I assume you...
Yes, but it's unlikely to change anytime soon.
@s-ludwig : https://codemirror.dlang.org/ gives a bad gateway (502) ATM.