Open ylep opened 3 years ago
It gives 315 unused commands but we can discuss the source selection. Do you think these three extensions is enough ?
Some commands might be used in other command scripts (with no extension) but I don't think this happends. Now, a buch of commands are not used in any script/process/pipeline but are still used manually by users, so tha does not mean that we can safely throw away all those 315 commands. But at least this can help us to mark those which are actually used in scripts, and discuss the other ones.
Here is the list of unused commands.
We can move the commands from one list to another (drag and drop). The checkbox means that the choice is certain and final. Unchecked commands indicate a a decision to take.
I just added a category for unreviewed commands.
One thing that really pollutes the bin
directory are the test commands (syntax_test
, counter_test
, etc.). They have to be in the installed package because we need them for, well... tests... but maybe they could be moved to another directory?
Well, I was trying to move a command at the same time. Your modification is gone sorry. List is too long to use drag and drop to move commands.
Right: drag & drop is definitely not convenient here: the list doesn't scroll during drag, and items from the end of the list have to be moved about 10 times to reach their destination, with 2-3 seconds lags after each move. We have to manage the list another way.
We can edit the comment and move the commands freely (adding a "x" if necessary to check the checkbox but with 3 categories the checkboxes seems to be useless). We just have to be careful that two people do not edit at the same time.
I wrote the following script to identify commands that are used in sources (
*.py
,*.cc
and*.cpp
) :