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 accidental merge #29

Merged
merged 1 commit into from
Aug 29, 2024
Merged

Fix accidental merge #29

merged 1 commit into from
Aug 29, 2024

Conversation

silug
Copy link
Collaborator

@silug silug commented Aug 28, 2024

Calls to deep_merge! were inadvertently changing nested data, which
masked some warnings. This adds a deep copy to the deep_merge! call
to avoid the problem.

Also:

  • Confine testing to supported Ruby versions
  • Update gems
  • Refactor and simplify rspec tests
  • Debugging additions
  • Make missing keys an error only on merged data

Calls to `deep_merge!` were inadvertently changing nested data, which
masked some warnings.  This adds a deep copy to the `deep_merge!` call
to avoid the problem.

Also:

* Confine testing to supported Ruby versions
* Update gems
* Refactor and simplify rspec tests
* Debugging additions
* Make missing keys an error only on merged data
@silug silug changed the title Update Ruby versions and gems Fix accidental merge Aug 28, 2024
@silug silug force-pushed the 20240828_updates branch from 4e74d0b to 44b129a Compare August 28, 2024 21:19
@silug silug merged commit 045afb1 into simp:master Aug 29, 2024
7 checks passed
@silug silug deleted the 20240828_updates branch August 29, 2024 14:28
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.

2 participants