Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / darccio/mergo issues and pull requests

#256 - Merge maps case insensitively

Issue - State: open - Opened by andig 4 months ago

#253 - fixes issue #187

Pull Request - State: closed - Opened by vsemichev 6 months ago - 4 comments

#252 - dario.cat has expired

Issue - State: closed - Opened by jacmet 6 months ago - 3 comments

#251 - fix: `WithoutDereference` should respect non-nil struct pointers

Pull Request - State: closed - Opened by joshkaplinsky 9 months ago - 1 comment

#249 - bool issue

Issue - State: open - Opened by mybigman 12 months ago - 3 comments

#187 - overwriteWithEmptyValue is forced to `true` when merging an object involving maps

Issue - State: closed - Opened by liggitt over 3 years ago - 5 comments
Labels: help wanted, hacktoberfest, v2

#121 - how to merge slice struct

Issue - State: closed - Opened by ystyle over 5 years ago - 10 comments

#100 - Bug: Map fails when struct has an interface member

Issue - State: closed - Opened by alexkursell almost 6 years ago - 2 comments

#99 - Add support for merging maps using field tags

Pull Request - State: closed - Opened by jwoloch almost 6 years ago - 4 comments

#98 - Adding support for flags within structs

Pull Request - State: closed - Opened by emil-palm almost 6 years ago - 3 comments

#96 - Fixing merging slices with `WithAppendSlice` and `WithOverride` options

Pull Request - State: closed - Opened by darccio almost 6 years ago

#95 - Fixing merging slices with `WithAppendSlice` and `WithOverride` options

Pull Request - State: closed - Opened by smgladkovskiy almost 6 years ago - 3 comments

#94 - Merge With Override And AppendSlice fails for map

Issue - State: closed - Opened by prabhu43 almost 6 years ago - 2 comments

#93 - go: verifying github.com/imdario/[email protected]: unexpected ziphash: ""

Issue - State: closed - Opened by ramonskie almost 6 years ago - 1 comment

#92 - Got an "only structs and maps are supported" on merge two identical structs

Issue - State: closed - Opened by iSynth about 6 years ago - 1 comment

#91 - Invalid merge of two map[string]interface{}

Issue - State: closed - Opened by dshylov about 6 years ago - 9 comments

#90 - panic: reflect: reflect.Value.Set using unaddressable value merging nested structures

Issue - State: closed - Opened by luisdavim about 6 years ago - 6 comments
Labels: bug, help wanted

#89 - bool custom Transformer for non zero-value false

Issue - State: closed - Opened by mberlanda about 6 years ago - 9 comments

#88 - Add license scan report and status

Pull Request - State: closed - Opened by fossabot about 6 years ago - 1 comment

#87 - Update README.md : Hall of Fame integration

Pull Request - State: closed - Opened by gwenaelp about 6 years ago

#86 - Appending slice can cause Mergo to panic…

Pull Request - State: closed - Opened by vdemeester over 6 years ago - 3 comments

#85 - Overwrite struct's field with corresponding map's key that is intended to be zero

Pull Request - State: closed - Opened by requilence over 6 years ago - 2 comments

#84 - Map() map[string]interface{} -> struct, overwrite not working for zero values

Issue - State: closed - Opened by requilence over 6 years ago - 2 comments

#83 - Emptying dst slice

Issue - State: closed - Opened by trajber over 6 years ago - 1 comment
Labels: question

#82 - Don't append slice if not asked to

Pull Request - State: closed - Opened by vdemeester over 6 years ago - 1 comment

#81 - Fix merge of sub map stored in a map[]interface{}

Pull Request - State: closed - Opened by pijalu over 6 years ago - 7 comments

#80 - Look through interfaces and pointers when determining emptiness

Pull Request - State: closed - Opened by novas0x2a over 6 years ago - 4 comments

#79 - Add an option to append slice

Pull Request - State: closed - Opened by vdemeester over 6 years ago - 2 comments

#78 - Fix merging private slices (issue #66) #67

Pull Request - State: closed - Opened by darccio over 6 years ago

#77 - Handle nil maps in dst #65

Pull Request - State: closed - Opened by darccio over 6 years ago - 1 comment

#76 - PR-70: Override slices if WithOverride is specified

Pull Request - State: closed - Opened by darccio over 6 years ago

#75 - Pr 63

Pull Request - State: closed - Opened by darccio over 6 years ago

#74 - Pr 62

Pull Request - State: closed - Opened by darccio over 6 years ago

#73 - Fix #66 private slice

Pull Request - State: closed - Opened by jvalentini over 6 years ago - 4 comments

#72 - Merging a struct with itself duplicate elements in slices

Issue - State: closed - Opened by rajatjindal over 6 years ago - 3 comments
Labels: question

#71 - Fix undefined argument in README.md

Pull Request - State: closed - Opened by unkaktus over 6 years ago - 1 comment

#70 - Override slices if WithOverride is specified

Pull Request - State: closed - Opened by aouyang1 over 6 years ago - 3 comments

#69 - Fix a typo in README.md

Pull Request - State: closed - Opened by unkaktus over 6 years ago - 1 comment

#68 - Semantic versioning?

Issue - State: closed - Opened by kron4eg over 6 years ago - 1 comment

#67 - Fix merging private slices (issue 66)

Pull Request - State: closed - Opened by hosszukalman almost 7 years ago - 1 comment

#66 - Panic when trying to merge a struct with private slice field

Issue - State: closed - Opened by hosszukalman almost 7 years ago - 3 comments

#65 - Handle nil maps in dst

Pull Request - State: closed - Opened by nbrownus almost 7 years ago - 1 comment

#64 - Merge slice with override no effect

Issue - State: closed - Opened by wen-bing almost 7 years ago - 6 comments

#63 - docs: improve example

Pull Request - State: closed - Opened by orisano almost 7 years ago

#62 - Fix for issue imdario/mergo #54 - merging nested structs is now consi…

Pull Request - State: closed - Opened by ghouscht almost 7 years ago - 2 comments

#61 - Panics while merging objects which are having nil maps

Issue - State: closed - Opened by sayanh almost 7 years ago - 3 comments

#60 - Fix a case of merging a map of pointer with nil values

Pull Request - State: closed - Opened by vdemeester almost 7 years ago

#59 - Fix PR #58

Pull Request - State: closed - Opened by darccio almost 7 years ago - 1 comment

#58 - Protect even more merge with transformer from nil/invalid values

Pull Request - State: closed - Opened by vdemeester almost 7 years ago - 3 comments

#57 - Pull request #56 merged after passing tests in Travis CI

Pull Request - State: closed - Opened by darccio almost 7 years ago

#56 - Protect merge with transformer from nil/invalid values

Pull Request - State: closed - Opened by vdemeester almost 7 years ago - 1 comment

#55 - transformer should be exported

Issue - State: closed - Opened by briansorahan almost 7 years ago - 2 comments

#54 - merging structs with opiton "WithOverride" not consistent

Issue - State: closed - Opened by ghouscht almost 7 years ago - 8 comments

#53 - fix missing return in Transformer example

Pull Request - State: closed - Opened by ghouscht almost 7 years ago

#52 - Times are being overwritten even when src is empty

Issue - State: closed - Opened by diego-aslz almost 7 years ago - 3 comments

#51 - #50 fix panic & go fmt

Pull Request - State: closed - Opened by masahide almost 7 years ago - 1 comment

#50 - panic: 'reflect: call of reflect.Value.NumField...' at anonymous field

Issue - State: closed - Opened by masahide almost 7 years ago - 2 comments

#49 - Add support for "custom" transformer/merges

Pull Request - State: closed - Opened by vdemeester about 7 years ago - 7 comments

#48 - Fixes #47 - moving the nil check further up in the code resolves the …

Pull Request - State: closed - Opened by hurrycaine about 7 years ago - 1 comment

#47 - MergeWithOverwrite nil pointer source overwrites non-nil destination

Issue - State: closed - Opened by hurrycaine about 7 years ago - 2 comments

#46 - Fail on conflict

Issue - State: closed - Opened by the4thamigo-uk about 7 years ago - 3 comments
Labels: enhancement

#45 - Slices should append not overwrite

Pull Request - State: closed - Opened by the4thamigo-uk about 7 years ago - 3 comments

#44 - ErrNotSupported when merging structs

Issue - State: closed - Opened by bdcribbs about 7 years ago - 2 comments

#43 - How to reset field to zero value?

Issue - State: closed - Opened by wanghq about 7 years ago - 2 comments

#42 - Create CODE_OF_CONDUCT.md

Pull Request - State: closed - Opened by darccio over 7 years ago

#41 - Make a release/tag

Issue - State: closed - Opened by rtuin over 7 years ago - 1 comment

#40 - Implement pointer struct patching with basic test

Pull Request - State: closed - Opened by buoto over 7 years ago - 1 comment

#39 - Fix merge of struct with unexported fields. Issue #38

Pull Request - State: closed - Opened by TheoBrigitte almost 8 years ago - 1 comment

#38 - struct with unexported fields

Issue - State: closed - Opened by TheoBrigitte almost 8 years ago - 2 comments

#37 - edge cases fixes

Pull Request - State: closed - Opened by untoreh almost 8 years ago - 1 comment

#36 - adding MergeWithOverwrite info to README

Pull Request - State: closed - Opened by orlando almost 8 years ago - 2 comments

#35 - Slice and Maps are handled differently

Issue - State: closed - Opened by FrenchBen almost 8 years ago - 6 comments

#34 - Why is "You can only merge same-type structs"?

Issue - State: closed - Opened by xh3b4sd almost 8 years ago - 5 comments
Labels: enhancement

#33 - Merge is broken for structs with slices

Issue - State: closed - Opened by 2opremio over 8 years ago - 7 comments

#32 - Support function values

Pull Request - State: closed - Opened by 256dpi over 8 years ago - 1 comment

#31 - example in readme

Issue - State: closed - Opened by pjebs over 8 years ago - 1 comment

#30 - Mapping into struct with pointer values

Issue - State: closed - Opened by buoto over 8 years ago - 3 comments

#29 - Added possibility to have camel case field names for Map

Pull Request - State: closed - Opened by iampeter over 8 years ago - 1 comment

#28 - You use Iris, Iris uses mergo for config merge, nice job :)

Pull Request - State: closed - Opened by ghost over 8 years ago - 1 comment

#27 - Update Kubernetes repository

Pull Request - State: closed - Opened by timoreimann over 8 years ago - 1 comment

#26 - Inconsistent behaviour when merging maps

Issue - State: closed - Opened by ghost over 8 years ago - 3 comments

#25 - please update to "gopkg.in/yaml.v2"

Issue - State: closed - Opened by onlyjob over 8 years ago - 1 comment

#24 - Issue with boolean type (bool)

Issue - State: closed - Opened by strmaks over 8 years ago - 8 comments

#23 - Issue with type based on time.Time

Issue - State: closed - Opened by iampeter almost 9 years ago - 10 comments

#22 - Do not panic on private map properties

Pull Request - State: closed - Opened by ghost almost 9 years ago - 4 comments

#21 - Documentation clarifications

Pull Request - State: closed - Opened by derekdowling almost 9 years ago - 1 comment

#20 - Fix nested ptr value merge

Pull Request - State: closed - Opened by lysu almost 9 years ago

#19 - Keep children keys when merge map with overwrite

Pull Request - State: closed - Opened by Sheile almost 9 years ago

#18 - Map with time.Time

Issue - State: closed - Opened by asdine about 9 years ago - 6 comments

#17 - panic: runtime error: invalid memory address or nil pointer dereference [recovered]

Issue - State: closed - Opened by aanm about 9 years ago - 4 comments

#16 - initialize destination map if nil

Pull Request - State: closed - Opened by vincentcr over 9 years ago - 2 comments

#15 - Merge occurs if src value is different than default

Pull Request - State: closed - Opened by aanm over 9 years ago - 9 comments

#14 - MergeWithOverwrite behavior on struct field inside a map

Issue - State: closed - Opened by accerqueira over 9 years ago - 3 comments
Labels: bug

#13 - "Nice example" from readme no longer gives a valid result

Issue - State: closed - Opened by rexposadas over 9 years ago - 1 comment

#12 - Map Recursion issue

Pull Request - State: closed - Opened by divideandconquer over 9 years ago - 4 comments

#11 - Merging maps within structs

Issue - State: closed - Opened by Jmeyering almost 10 years ago - 3 comments