zonemaster-engine
zonemaster-engine copied to clipboard
The Zonemaster Engine - part of the Zonemaster project
This is the same underlying issue as describe in #828, and it suggests a good solution. However, it would be good if the error is discovered or corrected early, before...
Today it's possible to merge updates to PO files where a msgstr ends with "\n" but its msgid doesn't (or vice versa). Travis won't complain about it. At least not...
Sometimes the unit tests emit warnings. This should not be permitted. When you run a test and it passes it's easy to only look at the summary. Warnings printed earlier...
The following messages are "code-like" by design. I.e. they should not be translated. * TEST_CASE_END * TEST_CASE_START As such they should be excluded from the PO files. Also, they should...
The checklist should include at least an item about following the message argument naming convention. (Source: https://github.com/zonemaster/zonemaster-engine/pull/790#issuecomment-698978134)
DNS does not make a distinction between lower case and upper case of ASCII letter, but Zonemaster-Engine preserves case through the machinery. Change the API and implementation of Zonemaster-Engine so...
Related to the fix of issue #734.
A bug in Zonemaster-Engine was fixed by PR #728, but no unit tests have been created. Data was collected with the following commands after #728 (but nothing else) was applied...
There are several things that should be looked for in the PO files before they are accepted. The following tests should be executed: * Verify that the PO file is...
The Zonemaster components contain a fair amount of text strings that are presented to end users. These strings use parentheses, single and double quotes and all-caps words in apparently inconsistent...