Skip to content

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

Merged
merged 11 commits into from
Mar 19, 2024

Conversation

dylad
Copy link
Member

@dylad dylad commented Mar 14, 2024

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.

dylad added 7 commits March 14, 2024 21:42
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>
@dylad dylad added the Process: removal Integration Process: The PR is removing a deprecated feature or API label Mar 14, 2024
@github-actions github-actions bot added Area: network Area: Networking Area: doc Area: Documentation Area: build system Area: Build system Area: sys Area: System labels Mar 14, 2024
@kfessel kfessel added the CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR label Mar 18, 2024
@riot-ci
Copy link

riot-ci commented Mar 18, 2024

Murdock results

✔️ PASSED

05220c6 treewide: remove deprecated sha256sum module

Success Failures Total Runtime
10006 0 10008 07m:06s

Artifacts

Copy link
Contributor

@kfessel kfessel left a 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

@kfessel
Copy link
Contributor

kfessel commented Mar 18, 2024

seems like murdock found a reason :) @dylad please check failing testes

@@ -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
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
`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

Copy link
Member Author

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.

dylad added 4 commits March 18, 2024 21:31
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>
@dylad dylad force-pushed the pr/treewide/remove_deprecation branch from 396940d to 05220c6 Compare March 18, 2024 20:32
@github-actions github-actions bot added the Area: tests Area: tests and testing framework label Mar 18, 2024
@dylad
Copy link
Member Author

dylad commented Mar 18, 2024

@kfessel I think CI should be happy now. I also squashed at the same time.

Copy link
Contributor

@kfessel kfessel left a 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

@dylad dylad added this pull request to the merge queue Mar 19, 2024
Merged via the queue into RIOT-OS:master with commit 9e2a2e4 Mar 19, 2024
@dylad
Copy link
Member Author

dylad commented Mar 19, 2024

Thanks for the reviews !

@dylad dylad deleted the pr/treewide/remove_deprecation branch March 19, 2024 09:46
@MrKevinWeiss MrKevinWeiss added this to the Release 2024.04 milestone Apr 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: build system Area: Build system Area: doc Area: Documentation Area: network Area: Networking Area: sys Area: System Area: tests Area: tests and testing framework CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR Process: removal Integration Process: The PR is removing a deprecated feature or API
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants