-
Notifications
You must be signed in to change notification settings - Fork 2.1k
treewide: remove deprecated modules #20471
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Signed-off-by: Dylan Laduranty <dylan.laduranty@mesotic.com>
Signed-off-by: Dylan Laduranty <dylan.laduranty@mesotic.com>
Signed-off-by: Dylan Laduranty <dylan.laduranty@mesotic.com>
Signed-off-by: Dylan Laduranty <dylan.laduranty@mesotic.com>
Signed-off-by: Dylan Laduranty <dylan.laduranty@mesotic.com>
Signed-off-by: Dylan Laduranty <dylan.laduranty@mesotic.com>
Signed-off-by: Dylan Laduranty <dylan.laduranty@mesotic.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i see no reason for not removing they are all on the list for more than a release
ping @maribu added most oft them
seems like murdock found a reason :) @dylad please check failing testes |
sys/shell/doc.txt
Outdated
@@ -20,6 +20,6 @@ modules, if it exists. | |||
|
|||
A few rarely needed shell commands that needs to be used in addition to the | |||
`shell_commands` and the module providing the C-API. Examples include `nice`, | |||
`gnrc_udp_cmd`, or `random_cmd`. Consult the documentation of the modules to | |||
`shell_cmd_gnrc_udp`, or `random_cmd`. Consult the documentation of the modules to |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
`shell_cmd_gnrc_udp`, or `random_cmd`. Consult the documentation of the modules to | |
`shell_cmd_gnrc_udp`, or `shell_cmd_random`. Consult the documentation of the modules to |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done, also update the nice to shell_cmd_nice
the line above while at it.
Signed-off-by: Dylan Laduranty <dylan.laduranty@mesotic.com>
Signed-off-by: Dylan Laduranty <dylan.laduranty@mesotic.com>
Signed-off-by: Dylan Laduranty <dylan.laduranty@mesotic.com>
Signed-off-by: Dylan Laduranty <dylan.laduranty@mesotic.com>
396940d
to
05220c6
Compare
@kfessel I think CI should be happy now. I also squashed at the same time. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
well past their due for removal
Thanks for the reviews ! |
Contribution description
This PR removes a bunch of deprecated modules that I found while looking at the
makefiles/pseudomodules.inc.mk
so I guess it is time to do some cleanup.There are still some deprecated modules in the wild, but they will need a little bit more attention so I think it is better if this is done in another PR.
Testing procedure
I think CI should be enough but you could run a quick
grep
to ensure I didn't forget something.Issues/PRs references
None.