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

Allow multiple includes of Dry::Configurable #164

Merged
merged 4 commits into from
Jul 1, 2024
Merged

Commits on Jun 17, 2024

  1. Allow multiple includes of Dry::Configurable

    Instead of raising AlreadyIncludedError (now removed), update the method undef code in `.included` to handle already-undefined methods gracefully.
    
    Allowing Dry::Configurable to be included multiple times across subclasses now allows for uses cases like a subclass adjusting various extension settings, e.g. `config_class`.
    timriley committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    8097a38 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. Configuration menu
    Copy the full SHA
    ca63b93 View commit details
    Browse the repository at this point in the history
  2. Fixup rubocop issues

    timriley committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    84c6fd6 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2024

  1. Expand tests

    timriley committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    c566b08 View commit details
    Browse the repository at this point in the history