diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-14 20:17:40 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-14 20:17:40 +0000 |
commit | f89c0b08e32aa85d4b1e97ae2ab867ad1c011074 (patch) | |
tree | b9e6e1336128c3f31b757ec7eae9173ebae472cd /docs | |
parent | Adding upstream version 0.1.26. (diff) | |
download | debputy-f89c0b08e32aa85d4b1e97ae2ab867ad1c011074.tar.xz debputy-f89c0b08e32aa85d4b1e97ae2ab867ad1c011074.zip |
Adding upstream version 0.1.27.upstream/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 |