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