From 2974c111b1a10bab68bc5349cabf9eeaa0facbe6 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Fri, 26 Jun 2020 08:59:03 +0200 Subject: [PATCH] Add TODO file Signed-off-by: Wolfgang Bumiller --- TODO.rst | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 TODO.rst diff --git a/TODO.rst b/TODO.rst new file mode 100644 index 0000000..53d7fdf --- /dev/null +++ b/TODO.rst @@ -0,0 +1,7 @@ +API cleanup +=========== + +* Should probably find a way to better organize all the "open from X" methods. +* The encoder should probably track the current full path, which should then be added to + the `LinkOffset` type, so add_hardlink doesn't take a target path anymore as that allows for + inconsistencies between the offset and path.