diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-14 20:17:41 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-14 20:17:41 +0000 |
commit | c2da8244dfd429c1737c029ed3993c15b4cd8c4f (patch) | |
tree | 771515cf321b1d24e56bce38be2c392a7669cf76 /docs | |
parent | Adding debian version 0.1.26. (diff) | |
download | debputy-c2da8244dfd429c1737c029ed3993c15b4cd8c4f.tar.xz debputy-c2da8244dfd429c1737c029ed3993c15b4cd8c4f.zip |
Merging upstream version 0.1.27.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/IMPLEMENTATION-DECISIONS.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/IMPLEMENTATION-DECISIONS.md b/docs/IMPLEMENTATION-DECISIONS.md index a5fad33..d3faef6 100644 --- a/docs/IMPLEMENTATION-DECISIONS.md +++ b/docs/IMPLEMENTATION-DECISIONS.md @@ -196,7 +196,7 @@ integration up and running. When designing it, the following things were import can basically be done as a configuration rather than code. This means that `debputy` can provide automated plugin upgrades from the current format to a future one if needed be. - * Being able to re-use the declarative parser to handle the error messages and data normalization + * Being able to reuse the declarative parser to handle the error messages and data normalization (this implies `JSON`, `YAML` or similar formats that is easily parsed in to mappings and lists). * It is important that there is a plugin API compat level that enables us to change the format or |