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

fix(configuration): merge inherited overrides #3671

Merged
merged 1 commit into from
Aug 18, 2024
Merged

fix(configuration): merge inherited overrides #3671

merged 1 commit into from
Aug 18, 2024

Conversation

Conaclos
Copy link
Member

Summary

Fix #3544

We no longer overwrite the overrides field. This fixes #3544 and allows inheriting the overrides of an extended configuration.

I took the opportunity of adding more implementations of the Merge trait. Basically I implemented Merge for the same types as Deserializable implement.

Test Plan

I added a migration test.

@Conaclos Conaclos merged commit 833eb1f into main Aug 18, 2024
13 checks passed
@Conaclos Conaclos deleted the conaclos/3544 branch August 18, 2024 13:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-Changelog Area: changelog A-CLI Area: CLI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

🐛 Overwriting the "overrides" section after migrate
2 participants