Skip to content
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

refactor: Rename print functions to mprint #71

Merged
merged 1 commit into from
Feb 9, 2024

Conversation

mdsanima
Copy link
Contributor

@mdsanima mdsanima commented Feb 9, 2024

The shell script library has been refactored to rename print functions to mprint to align with naming conventions.

Updated install.sh, libevent.sh, and all relevant documentation and examples to reflect this change.

Also, streamlined the util::check_package_installed function for consistent phrasing. This change may require updates to scripts relying on the old function names.

Renamed libprint.sh to libmprint.sh and updated all usages. Renamed function util::check_package_is_installed to util::check_package_installed for clarity.

Adjusted documentation and test scripts to use the new names and revised function.

This refactor improves semantic clarity and consistency in the codebase.

Related: #69

The shell script library has been refactored to rename `print` functions
to `mprint` to align with naming conventions.

Updated `install.sh`, `libevent.sh`, and all relevant documentation and
examples to reflect this change.

Also, streamlined the `util::check_package_installed` function for
consistent phrasing. This change may require updates to scripts relying
on the old function names.

Renamed `libprint.sh` to `libmprint.sh` and updated all usages.
Renamed function `util::check_package_is_installed` to
`util::check_package_installed` for clarity.

Adjusted documentation and test scripts to use the new names and revised
function.

This refactor improves semantic clarity and consistency in the codebase.

Related: #69
@mdsanima mdsanima merged commit d71592c into main Feb 9, 2024
1 check passed
@mdsanima mdsanima deleted the refactor/rename-library branch February 9, 2024 22:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant