issues
search
cheekybits
/
genny
Elegant generics for Go
MIT License
1.71k
stars
126
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
generic.Type support function definition ?
#80
achilsh
opened
1 year ago
0
Please create a new tag for the latest master branch
#79
husong998
opened
2 years ago
0
import stmt removed in output (sometimes)
#78
XiaochenCui
opened
3 years ago
2
Drops imports on github actions
#77
ghstahl
closed
3 years ago
1
minor typo
#76
skeptycal
closed
2 years ago
0
Just a quick typo correction
#75
skeptycal
closed
2 years ago
0
fix the invalid import
#74
MiniAppleTheApple
opened
3 years ago
0
Support for type names with the full package path
#73
jamesrr39
opened
3 years ago
0
Check if specific type name has a valid syntax
#72
alexey-sveshnikov
opened
3 years ago
0
fix: test example url
#71
festum
closed
1 year ago
0
running "genny": exec: "genny": executable file not found in $PATH
#70
SmileJayden
opened
3 years ago
3
fix(imports): update golang.org/x/tools package to resolve erroneous imports
#69
mrene
closed
1 year ago
0
TestCustomTypesMap test fails on some systems
#68
rogers0
opened
3 years ago
0
Add the ability to create unexported types from an exported template
#67
jsouthworth
opened
4 years ago
1
Allow generation of exported and non exported types from the same generic code.
#66
jsouthworth
opened
4 years ago
0
Are slices supported?
#65
pablote
opened
4 years ago
1
feat: ✨ removes select build tags from generated output
#64
ghostsquad
closed
4 years ago
1
Switch to a standard codegen comment marker
#63
SpikesDivZero
opened
4 years ago
0
fix: detect identifiers in comments using regex, not strings.Fields
#62
p4l1ly
opened
4 years ago
0
Collect generics into composed interface
#61
shaunc
opened
5 years ago
2
Make the outputted "code generated" comment compatible with go generate
#60
NMFR
opened
5 years ago
6
Allow `genny get` for arbitrary addresses
#59
apahl
opened
5 years ago
0
Use goimports to format.
#58
acmore
closed
3 years ago
0
Lowercase replace in strings?
#57
nsemikov
opened
5 years ago
6
bug fix: pass the output filename instead of the input filename to goimports package
#56
zwcn
closed
5 years ago
0
update README
#55
kevindflynn
closed
5 years ago
0
code cleanup in parse.go drops all import statements and is potentially buggy in other infrequent scenarios
#54
ahicks92
opened
6 years ago
1
-pkg doesn't appear to work
#53
ahicks92
closed
6 years ago
2
Release 1.0.0
#52
pdrum
closed
6 years ago
3
bug: Prevent wiping down output file on error.
#51
pdrum
closed
6 years ago
1
Fix #49 and #36 - use go scanner for parsing lines and identifiers
#50
justnoise
closed
6 years ago
3
wordify breaks calls to APIs made while generating
#49
nolag
closed
6 years ago
0
Is this project still maintained?
#48
xiegeo
closed
6 years ago
2
Correct minor typo
#47
dchang-dchang
closed
6 years ago
1
Merge changes from avoronkov/genny
#46
mauricelam
closed
6 years ago
0
Suggestion: make the genny project visible to Hacktoberfest searches. Add a contributing.md file too.
#45
barisere
opened
7 years ago
0
Fix flags reference in usage section of README
#44
Crevil
closed
6 years ago
0
Flags usage not correct in README
#43
Crevil
closed
6 years ago
1
use text/scanner to tokenize input documents for better handling of complex types
#42
coryb
closed
6 years ago
0
Separate generated code in multiple files
#41
icock
opened
7 years ago
3
Imports not generated correctly
#40
pierznj
opened
7 years ago
3
Allow to use go:generate $GOPATH/bin/genny
#39
LopatkinEvgeniy
closed
6 years ago
1
Adding multi-file support
#38
itsmontoya
closed
7 years ago
3
Reflect removed from generated code
#37
itsmontoya
opened
7 years ago
3
Generates specific type with lower case when it should be capitalized
#36
leonsal
closed
6 years ago
3
Any way to keep //go:generate?
#35
jD91mZM2
closed
7 years ago
2
Adding the creation of output dirs
#34
itsmontoya
closed
7 years ago
0
genny can not support slice type
#33
fastfading
closed
6 years ago
4
define more type separately in 1 go file
#32
fastfading
opened
7 years ago
6
support extending generic type
#31
nati
opened
7 years ago
1
Next