deprecated using rdmd and dub build -dw
0xEAB
desisma at heidel.beer
Wed Aug 13 20:56:56 UTC 2025
On Tuesday, 12 August 2025 at 04:11:39 UTC, Brother Bill wrote:
> What should be the exact commands for
> 1. ignore deprecation
> 2. warn deprecation
> 3. error deprecation ?
The clean approach would be to add build requirements to your
package recipe:
<https://dub.pm/dub-reference/build_settings/#buildrequirements>
"allowWarnings" → Warnings do not abort compilation
"silenceWarnings" → Don't show warnings
"disallowDeprecations" → Using deprecated features aborts
compilation
"silenceDeprecations" → Don't show deprecation warnings
More information about the Digitalmars-d-learn
mailing list