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

feat(loader): support merge type #151

Closed
wants to merge 5 commits into from
Closed

Conversation

Zekfad
Copy link

@Zekfad Zekfad commented Sep 14, 2023

Implemented according to https://yaml.org/type/merge.html

Supports:

  • merge single map
  • merge multiple maps
  • correctly overrides

Tests are made for all 3 cases and for duplicate merge key as well.

Closes #121


  • I’ve reviewed the contributor guide and applied the relevant portions to this PR.

@jonasfj
Copy link
Member

jonasfj commented Jun 7, 2024

I propose that this feature should not be implemented in package:yaml, see #121 (comment)

@mosuem
Copy link
Member

mosuem commented Dec 20, 2024

Closing as the dart-lang/yaml repository is merged into the dart-lang/tools monorepo. Please re-open this PR there!

@mosuem mosuem closed this Dec 20, 2024
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.

Add support for merge tags
3 participants