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: allow multiple levels of extends #755

Merged
merged 3 commits into from
Jun 21, 2024

Conversation

mrexox
Copy link
Member

@mrexox mrexox commented Jun 21, 2024

Closes #753

🔧 Summary

  • Allow using extends from within another extend configs as many times as possible
  • Add tests

@mrexox mrexox marked this pull request as ready for review June 21, 2024 09:21
@mrexox mrexox changed the title fix: allow recursive extends fix: allow multiple levels of extends Jun 21, 2024
@mrexox mrexox force-pushed the fix/allow-recursive-extends branch from da95915 to 64cdbce Compare June 21, 2024 09:28
@mrexox mrexox merged commit 3d44375 into evilmartians:master Jun 21, 2024
17 of 19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bug: Global extend options will take precedence over local options
1 participant