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 method in EasyBlock class #4690

Merged
merged 2 commits into from
Dec 5, 2024

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
@Flamefire Flamefire force-pushed the ext-list-improvement branch from b086694 to bebf90a Compare October 23, 2024 15:00
@Flamefire Flamefire force-pushed the ext-list-improvement branch from bebf90a to 00b99bd Compare October 24, 2024 06:55
@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
@boegel
Copy link
Member

boegel commented Dec 4, 2024

@lexming Can you check with @wpoely86 if this is what he had in mind when he opened #4340 ?

@wpoely86 wpoely86 merged commit fb6ff38 into easybuilders:5.0.x Dec 5, 2024
39 checks passed
@Flamefire Flamefire deleted the ext-list-improvement branch December 5, 2024 09:58
@boegel boegel added the change label Dec 18, 2024
@boegel boegel changed the title Refactor make_extension_string Refactor make_extension_string method in EasyBlock class Mar 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants