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 make_extension_string #4690

Open
wants to merge 2 commits into
base: 5.0.x
Choose a base branch
from

Conversation

Flamefire
Copy link
Contributor

The current usage was confusing as it isn't clear what should be overridden and what should be used.
See #4340

  • Make make_extension_string a free function to just provide a common format
  • Promote make_extension_list to a public method and document it
  • Error when overriding the old methods
  • Update the module generator and remove the confusingly named member methods

The current usage was confusing as it isn't clear what should be
overridden and what should be used.
See easybuilders#4340

- Make `make_extension_string` a free function to just provide a common format
- Promote `make_extension_list` to a public method and document it
- Error when overriding the old methods
- Update the module generator and remove the confusingly named member methods
@boegel boegel added the EasyBuild-5.0 EasyBuild 5.0 label Nov 6, 2024
@boegel boegel added this to the 5.0 milestone Nov 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
EasyBuild-5.0 EasyBuild 5.0
Projects
Status: Breaking changes
Development

Successfully merging this pull request may close these issues.

2 participants