Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / awalterschulze/goderive issues and pull requests
#88 - allow a custom map type to declare DeepCopy func
Pull Request -
State: closed - Opened by ndeloof 5 months ago
- 4 comments
#87 - allow a custom map type to declare DeepCopy func
Pull Request -
State: closed - Opened by ndeloof 6 months ago
- 4 comments
#86 - Fix string aliases in deriveCompare
Pull Request -
State: closed - Opened by gavv 6 months ago
- 1 comment
#85 - fix: close file
Pull Request -
State: closed - Opened by testwill 6 months ago
- 1 comment
#84 - Add a blog post link
Pull Request -
State: closed - Opened by jamietanna 9 months ago
- 3 comments
#83 - fix #82 deriveEqual
Pull Request -
State: closed - Opened by sakeven over 1 year ago
- 2 comments
#82 - deriveEqual: Use Equal() instead of '==' if it is defined on T, even if the type canEqual
Issue -
State: closed - Opened by sakeven over 1 year ago
- 2 comments
#81 - `Equal` generation requires pointer types to be generated correctly
Issue -
State: open - Opened by jamietanna over 1 year ago
- 4 comments
Labels: effort-low, skill-level-beginner
#80 - `Equal` generation for anonymous structs results in a crash
Issue -
State: open - Opened by jamietanna over 1 year ago
- 1 comment
Labels: bug
#79 - update dependencies golang.org/x/tools to v0.6.0
Pull Request -
State: closed - Opened by awalterschulze over 1 year ago
#78 - defer file.Close
Pull Request -
State: closed - Opened by OladapoAjala over 2 years ago
- 3 comments
#77 - added installation guide to goderive readme
Pull Request -
State: closed - Opened by OladapoAjala over 2 years ago
#76 - Installation Guide in documentation
Issue -
State: closed - Opened by OladapoAjala over 2 years ago
- 1 comment
#75 - Hope there is a release version
Issue -
State: open - Opened by lx-world almost 3 years ago
#74 - talk: more comments and examples of dedup and autoname
Pull Request -
State: closed - Opened by awalterschulze almost 3 years ago
#73 - examples for a presentation
Pull Request -
State: closed - Opened by awalterschulze almost 3 years ago
#72 - Deep copy time.Time
Pull Request -
State: open - Opened by josephbuchma about 3 years ago
- 5 comments
#71 - upgrade to go 1.17
Pull Request -
State: closed - Opened by awalterschulze about 3 years ago
#70 - Create plugin for DeepCoyp for nested ptr recursion, that can copy cycles
Issue -
State: open - Opened by lx-world about 3 years ago
- 5 comments
Labels: effort-high, skill-level-intermediate
#69 - Does `time.Time` support now?
Issue -
State: closed - Opened by lx-world over 3 years ago
- 1 comment
#68 - Fix/blank identifier
Pull Request -
State: closed - Opened by jbl428 over 3 years ago
#67 - function with blank identifier
Issue -
State: closed - Opened by jbl428 over 3 years ago
- 6 comments
Labels: bug, skill-level-intermediate, effort-low
#66 - typo
Pull Request -
State: closed - Opened by jbl428 over 3 years ago
#65 - deriveApply
Pull Request -
State: closed - Opened by jbl428 over 3 years ago
#64 - add missing nil checking in test file
Pull Request -
State: closed - Opened by jbl428 over 3 years ago
- 1 comment
#63 - migrate Travis CI to GItHub Action
Pull Request -
State: closed - Opened by jbl428 over 3 years ago
- 1 comment
#62 - fix for issue #60
Pull Request -
State: closed - Opened by jbl428 over 3 years ago
- 6 comments
#61 - add support for go modules
Pull Request -
State: closed - Opened by jbl428 over 3 years ago
- 9 comments
#60 - deriveSorted does not handle type aliases for elements
Issue -
State: closed - Opened by deosjr about 4 years ago
- 3 comments
Labels: bug, effort-low, skill-level-beginner, good first issue
#59 - fix for issue #58
Pull Request -
State: closed - Opened by deosjr about 4 years ago
- 7 comments
#58 - deriveKeys cannot deal with type alias
Issue -
State: closed - Opened by deosjr about 4 years ago
- 1 comment
Labels: effort-low, skill-level-beginner, good first issue
#57 - deriveClone should deal with nil better
Issue -
State: closed - Opened by deosjr about 4 years ago
- 4 comments
Labels: effort-low, skill-level-beginner, good first issue
#56 - infinite recursion in equal on generating unique
Issue -
State: closed - Opened by cvkem almost 5 years ago
- 1 comment
#55 - Allow Recursive Functions to take extra function parameters for private fields
Issue -
State: open - Opened by awalterschulze over 5 years ago
- 7 comments
Labels: skill-level-advanced, effort-high
#54 - add diff check to travis
Pull Request -
State: closed - Opened by awalterschulze almost 6 years ago
#53 - +toerror
Pull Request -
State: closed - Opened by ingun37 almost 6 years ago
- 23 comments
#52 - deepcopy: fix dup field names for StructOfStructs.
Pull Request -
State: closed - Opened by jdef almost 6 years ago
- 1 comment
#51 - derive: more aggressively check for invalid types
Pull Request -
State: closed - Opened by jdef almost 6 years ago
- 2 comments
#50 - suggestion: Make functions that returns secondary bool composable
Issue -
State: closed - Opened by ingun37 almost 6 years ago
- 7 comments
Labels: effort-medium, skill-level-beginner, good first issue
#49 - add test for compose returning boolean
Pull Request -
State: closed - Opened by jeffbski about 6 years ago
- 3 comments
#48 - Zero value for bool is false
Pull Request -
State: closed - Opened by jeffbski about 6 years ago
- 9 comments
#47 - Add support for time.Time and any type with private fields for DeepCopy?
Issue -
State: open - Opened by maros7 about 6 years ago
- 33 comments
Labels: skill-level-advanced, effort-high
#46 - spelling mistake
Pull Request -
State: closed - Opened by soniah over 6 years ago
- 3 comments
#45 - Doc: Explain how to contribute a new plugin
Issue -
State: closed - Opened by awalterschulze almost 7 years ago
- 4 comments
Labels: skill-level-intermediate, effort-low
#44 - deriveEqual: Use Equal() if it is defined on T
Issue -
State: closed - Opened by gpaul almost 7 years ago
- 10 comments
#43 - Feature request: deriveFmap for functor compositions
Issue -
State: open - Opened by guoshimin about 7 years ago
- 4 comments
Labels: skill-level-advanced, effort-medium
#42 - Provide a way to add build comment lines in generated files
Issue -
State: open - Opened by stephane-martin about 7 years ago
- 2 comments
Labels: skill-level-advanced, effort-low
#41 - macro language
Issue -
State: open - Opened by awalterschulze about 7 years ago
Labels: skill-level-advanced, effort-high
#40 - travis: update go version
Pull Request -
State: closed - Opened by dvrkps about 7 years ago
- 3 comments
#39 - Add go-geom to list of projects using goderive
Pull Request -
State: closed - Opened by twpayne about 7 years ago
- 1 comment
#38 - Missing support for embedded non-trivial types
Issue -
State: closed - Opened by twpayne about 7 years ago
- 3 comments
#37 - Clarify multiple type support
Pull Request -
State: closed - Opened by twpayne about 7 years ago
- 4 comments
#36 - support multiple GOPATH's
Issue -
State: closed - Opened by dvic about 7 years ago
- 2 comments
#35 - Using package name instead of folder name
Issue -
State: closed - Opened by lhemala about 7 years ago
- 5 comments
Labels: bug
#34 - Fix typo
Pull Request -
State: closed - Opened by ggerritsen about 7 years ago
- 1 comment
#33 - Function names when deriving for multiple types are not descriptive
Issue -
State: closed - Opened by twpayne about 7 years ago
- 5 comments
#32 - deriveFilterInPlace plugin?
Issue -
State: closed - Opened by rogpeppe over 7 years ago
- 3 comments
#31 - put function argument last in higher order functions
Issue -
State: open - Opened by rogpeppe over 7 years ago
- 4 comments
Labels: skill-level-advanced, effort-low
#30 - plugin/do: fix transpo in docs
Pull Request -
State: closed - Opened by srenatus over 7 years ago
- 3 comments
#29 - provide command line info on plugins
Issue -
State: open - Opened by rogpeppe over 7 years ago
- 15 comments
Labels: effort-high, skill-level-intermediate
#28 - rethink prefix command line flags?
Issue -
State: closed - Opened by rogpeppe over 7 years ago
- 4 comments
#27 - generate doc comments
Issue -
State: closed - Opened by rogpeppe over 7 years ago
- 20 comments
#26 - applicative do
Issue -
State: closed - Opened by awalterschulze over 7 years ago
- 17 comments
#25 - defer file.Close
Issue -
State: open - Opened by awalterschulze over 7 years ago
- 1 comment
Labels: effort-medium, skill-level-beginner, good first issue
#24 - Don't forget about context for concurrent functions
Issue -
State: open - Opened by awalterschulze over 7 years ago
- 17 comments
Labels: skill-level-intermediate, effort-medium
#23 - deriveApply
Issue -
State: closed - Opened by awalterschulze over 7 years ago
Labels: effort-medium, skill-level-beginner, good first issue
#22 - compare our CopyTo with
Issue -
State: open - Opened by awalterschulze over 7 years ago
- 1 comment
Labels: skill-level-intermediate, effort-medium
#21 - Channel monad
Issue -
State: closed - Opened by awalterschulze over 7 years ago
- 13 comments
#20 - deriveCompose: Unmarshal
Issue -
State: open - Opened by awalterschulze over 7 years ago
Labels: effort-low, skill-level-beginner, good first issue
#19 - deriveCompose: make it variadic
Issue -
State: closed - Opened by awalterschulze over 7 years ago
- 4 comments
#18 - curried versions of equal and compare
Issue -
State: closed - Opened by awalterschulze over 7 years ago
- 1 comment
#17 - derived.gen.go is not deleted if all usage of derived is removed.
Issue -
State: closed - Opened by awalterschulze over 7 years ago
- 1 comment
Labels: bug
#16 - vendored imports are import the fullpath and not the vendored path
Issue -
State: closed - Opened by awalterschulze over 7 years ago
- 11 comments
Labels: bug
#15 - compare our Equal with go-cmp's Equal
Issue -
State: open - Opened by awalterschulze over 7 years ago
- 2 comments
Labels: skill-level-intermediate, effort-medium
#14 - reuse fmap's input list, if output type is the same as the input type
Issue -
State: open - Opened by awalterschulze over 7 years ago
- 4 comments
Labels: skill-level-intermediate, effort-low
#13 - more examples
Issue -
State: closed - Opened by awalterschulze over 7 years ago
#12 - monadic error handling
Issue -
State: closed - Opened by awalterschulze over 7 years ago
- 3 comments
#11 - Investigate dynamic compilation, without writing any files.
Issue -
State: closed - Opened by awalterschulze over 7 years ago
- 1 comment
#10 - Go Experience Report: Generic functions cannot be passed as values
Issue -
State: open - Opened by awalterschulze over 7 years ago
Labels: skill-level-advanced, effort-high
#9 - flip
Issue -
State: closed - Opened by awalterschulze over 7 years ago
#8 - takeWhile and filter
Issue -
State: closed - Opened by awalterschulze over 7 years ago
#7 - curry and uncurry
Issue -
State: closed - Opened by awalterschulze over 7 years ago
- 1 comment
#6 - Intersection and Union
Issue -
State: closed - Opened by awalterschulze over 7 years ago
#5 - GoString
Issue -
State: closed - Opened by awalterschulze over 7 years ago
- 1 comment
#4 - Named types
Issue -
State: closed - Opened by awalterschulze over 7 years ago
#3 - Generate already gofmted code
Issue -
State: closed - Opened by awalterschulze almost 8 years ago
- 1 comment
#2 - Code generation output is non deterministic
Issue -
State: closed - Opened by awalterschulze almost 8 years ago
- 1 comment
Labels: bug
#1 - Equal: Unsupported Types
Issue -
State: closed - Opened by awalterschulze almost 8 years ago
- 1 comment