-
Notifications
You must be signed in to change notification settings - Fork 245
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
[Core]"Merge" functionality #2241
Labels
Comments
+1 from my side, since we discussed this in person already |
An important feature! 👍 |
Is this can be solved with #3889? |
No, but can be done easily (at least easier than before) using that |
Closing, repoen if necessary. |
I forgot to mention, this is kinda implemented in #4736 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As pointed out by @philbucher and @loumalouomega we have an outstanding problem with the current settings mechanism:
let's imagine that we have a "base_class"
we would like now to define a "derived_class" and to override some of the default settings or add new defaults for example so to achieve:
currently we would need to replicate all the settings or to add/merge them by hand. This is cumbersome and error prone.
I think it would be good to have the parameters to provide such capability using a "DeriveSettings" functionality (not a good name, Merge would be also a candidate...). Long story short the idea would be to be able to write
The text was updated successfully, but these errors were encountered: