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

Commits on Oct 23, 2024

  1. Refactor make_extension_string

    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 committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    a48c6bb View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. Configuration menu
    Copy the full SHA
    00b99bd View commit details
    Browse the repository at this point in the history