MichaelTimbert

Results 6 issues of MichaelTimbert

In the documentation [/docs/Translation-translators.md](https://github.com/zonemaster/zonemaster-engine/blob/master/docs/Translation-translators.md) redirect to [zonemaster/docs/internal-documentation/maintenance/Instructions-for-translators.md](https://github.com/zonemaster/zonemaster/blob/develop/docs/internal-documentation/maintenance/Instructions-for-translators.md) that doesn't exist. It must link to [docs/internal/maintenance/Instructions-for-translators.md](https://github.com/zonemaster/zonemaster/blob/develop/docs/internal/maintenance/Instructions-for-translators.md) Furthermore the documentation in [docs/Translation.pod](https://github.com/zonemaster/zonemaster-engine/blob/master/docs/Translation.pod) already points to the correct documentation. we have two solutions:...

T-Bug
A-Documentation

## Purpose This PR removes an obsolete document, `docs/Translation-translators.md`. ## Context Fixes #1358 ## How to test this PR N/A.

A-Documentation

## Purpose This PR improve idempotency of generating data files by sorting entries in *.data files and ensuring JSON dump are also sorted. The goal is to reduce the mess...

V-Patch

## Purpose Run 'make distcheck' in tests. I followed what was done in "https://github.com/zonemaster/zonemaster-engine/pull/903" It's the same as "https://github.com/zonemaster/zonemaster-ldns/pull/195" ## Context Fixes #199 ## How to test this PR Make...

S-PRforIssue

## Purpose This separate CLI errors from Engine errors. Errors on CLI argument are catch before displaying the header. ## Context Fixes #358 ## Changes I have split CLI argument...

V-Minor

## Purpose This PR propose to move t/manifest.t from MANIFEST to MANIFEST.SKIP to harmonize with other deposits. see: - https://github.com/zonemaster/zonemaster-ldns/pull/195 - https://github.com/zonemaster/zonemaster-cli/pull/383 - https://github.com/zonemaster/zonemaster-backend/pull/1183 ## How to test this PR...