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

Add a new DynamicObject.apply method to create Class instances. (backport #3792) #3797

Merged
merged 2 commits into from
Jan 30, 2024

Commits on Jan 30, 2024

  1. Add a new DynamicObject.apply method to create Class instances. (#3792)

    This is in addition to the existing support in
    Definition.apply. Sometimes it is not possible to use
    Definition.apply, for example, if you plan to bore ports through the
    Class being constructed. The new DynamicObject.apply method supports
    this, and creates a DynamicObject from the newly elaborated Class.
    
    (cherry picked from commit 04535d3)
    mikeurbach authored and mergify[bot] committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    3f4f388 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f2ffdf3 View commit details
    Browse the repository at this point in the history