From ea801338f6517d5180202ecc9ae6ddbc69c91607 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herm=C3=A8s=20B=C3=A9lusca-Ma=C3=AFto?= Date: Sun, 26 Jul 2020 21:51:48 +0200 Subject: [PATCH] [CMD] todo.txt: Remove some points that have already been implemented since ages. --- base/shell/cmd/todo.txt | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/base/shell/cmd/todo.txt b/base/shell/cmd/todo.txt index f73d70591b5..5c8330a8eda 100644 --- a/base/shell/cmd/todo.txt +++ b/base/shell/cmd/todo.txt @@ -9,16 +9,5 @@ Not sure what is wrong with it, but probably more than just one thing blocking t *Move.c code clean up It works, but it needs to be cleaned up, the code is long and overly complex for what it needs to do. Also, we can remove the hack to cover for MoveFileEx bug as it isn't a bug anymore. -*If rewrite -It works decent but looks _awful_. Very hard to maintain and/or understand what the hell is going on. - *Remove Hardcoded buffers This is mostly done thanks to Greatlord (cmd.c is the hardest spot that is left). Anytime when you are handling a string that is taken from the commandline there should be no limit to the size. - -*Implement & and && -& runs two commands no matter what. -&& runs the 2nd command only if the first was a success -Not sure where to put this code even - -*Reg Testing -We need more batch files like the one Royce made for "set /a". What out for if bugs when doing this... could lead to in the wrong direction when looking for a regression.