Skip to content

Implement Dns_trie.check_with_warnings#413

Open
reynir wants to merge 3 commits intomirage:mainfrom
reynir:check_with_warnings
Open

Implement Dns_trie.check_with_warnings#413
reynir wants to merge 3 commits intomirage:mainfrom
reynir:check_with_warnings

Conversation

@reynir
Copy link
Member

@reynir reynir commented Feb 25, 2026

Dns_trie.check_with_warnings is like Dns_trie.check except instead of returning unit it returns a list of warnings. The former error `Missing_address _ is demoted to a warning. No warnings are produced if the trie contains errors. At the moment no other warnings are produced.

`Dns_trie.check_with_warnings` is like `Dns_trie.check` except instead
of returning unit it returns a list of warnings. The former error
`` `Missing_address _ `` is demoted to a warning. No warnings are
produced if the trie contains errors.
@reynir reynir linked an issue Feb 25, 2026 that may be closed by this pull request
And check has_address across zones assuming the address is there if we
are not authoritative.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Dns_trie.check maybe too strict

1 participant