0
I Use This!
Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 19, 2024 — Aug 19, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Assert removed More... over 5 years ago
Fixed typo More... almost 6 years ago
added WithSliceDeepCopy config flag More... almost 6 years ago
Merge pull request #125 from rusdevops/master More... almost 6 years ago
added test case for issue #125 More... almost 6 years ago
unexported OverwriteSliceWithEmptyValue config flag More... almost 6 years ago
added WithOverrideEmptySlice config flag More... almost 6 years ago
added WithOverrideEmptySlice config flag More... almost 6 years ago
Merge pull request #122 from muesli/typo-fixes More... about 6 years ago
Fixed typo More... about 6 years ago
Merge pull request #120 from pradeepp28/dont-overwrite-pointers More... about 6 years ago
should not overwrite pointers directly, instead check embedded values and overwrite it More... about 6 years ago
Create FUNDING.yml More... about 6 years ago
Merge pull request #106 from admtnnr/master More... over 6 years ago
override values with nil values when set to do so More... over 6 years ago
Merge pull request #112 from silvin-lubecki/add-strict-override More... over 6 years ago
Add a new option WithTypeCheck, which ensures that slice types are the same while overriding one by another one. This was the case if used WithAppendSlice and WithOverride together, before commit 54bb0a6f1f6e9aebf8c573b01d9c44890c2c495b. Now to get the same result, one should use WithOverride, WithTypeCheck in conjunction. More... over 6 years ago
Fix and rename un-appropriate test, as merging directly 2 slices is not supported. Now this "feature" is explicit demonstrated in this test. More... over 6 years ago
Reduce code complexity More... over 6 years ago
PR review clean ups More... over 6 years ago
Merge pull request #108 from vdemeester/fix-ci-for-prs More... over 6 years ago
Fix the ci for pull-requests More... over 6 years ago
Fix merging of interface types with concrete values More... over 6 years ago
fix dstElement.IsNil as it panics when dstElement is string More... over 6 years ago
cleaner test data More... over 6 years ago
linting More... over 6 years ago
passing unit tests More... over 6 years ago
remove custom functions More... over 6 years ago
semi working More... over 6 years ago
helper functions More... over 6 years ago