Fixing some ADRs.

Signed-off-by: Cliff Hill <xlorep@darkhelm.org>
This commit is contained in:
2023-10-20 16:27:17 -04:00
parent 589a0c6854
commit 05135dd91d
2 changed files with 2 additions and 2 deletions

View File

@@ -20,4 +20,4 @@ Accepted
## Consequences
Using the `toml` library means accepting a relatively new library with a version 0.0, which could have issues until it matures to a full system. Might need to revisit and pick another library for the config files if the `toml` library doesn't work.
Using the `toml` library means accepting a relatively new library with a version 0.10, which could have issues until it matures to a full system. Might need to revisit and pick another library for the config files if the `toml` library doesn't work.

View File

@@ -19,4 +19,4 @@ Accepted
## Consequences
Not exactly certain what concequences there will be with this choice. It seems the better choice all around.
Not exactly certain what concequences there will be with this choice. It seems the better choice all around. `app-paths` also is only at a version 0.0, which does not give much confidence in the library, and hopes are it will mature quickly over time. However it is built on top of `appdirs` and `aiopathlib` both of which are more mature.