Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / twpayne/go-xmlstruct issues and pull requests
#49 - chore: miscellaneous fixes
Pull Request -
State: closed - Opened by twpayne about 2 months ago
#48 - feat: use file header suggested by go help generate
Pull Request -
State: closed - Opened by twpayne about 2 months ago
#47 - feat: add -pattern flag
Pull Request -
State: closed - Opened by twpayne about 2 months ago
#46 - Add suppot for `go generate`
Issue -
State: closed - Opened by scirelli about 2 months ago
- 2 comments
Labels: enhancement
#45 - fix: handle `WithNamedTypes` together with `WithCompactTypes`
Pull Request -
State: closed - Opened by meblum 3 months ago
#44 - Running `xmlstruct.WithNamedTypes(true)` together with `xmlstruct.WithCompactTypes(true)` may cause panic
Issue -
State: closed - Opened by meblum 3 months ago
Labels: bug
#43 - Incorrect type for repeated child elements when generating compact types
Issue -
State: open - Opened by meblum 3 months ago
Labels: bug
#42 - feat: generate compact types
Pull Request -
State: closed - Opened by meblum 3 months ago
- 1 comment
#41 - Generate compact types
Issue -
State: closed - Opened by meblum 3 months ago
- 5 comments
Labels: enhancement
#40 - feat: add WithExportTypeNameFunc option
Pull Request -
State: closed - Opened by meblum 3 months ago
- 1 comment
#39 - feat: document interaction between WithExportNameFunc and WithExportRenames
Pull Request -
State: closed - Opened by twpayne 3 months ago
#38 - fix: handle empty root elements with names
Pull Request -
State: closed - Opened by twpayne 3 months ago
#37 - Using `WithExportNameFunc` will cause `WithExportRenames` to be ignored
Issue -
State: closed - Opened by meblum 3 months ago
- 3 comments
#36 - feat: option to generate unexported types
Issue -
State: closed - Opened by meblum 3 months ago
- 9 comments
Labels: enhancement
#35 - Empty top level xml not generating proper output for `WithNamedTypes(true)` or `WithNamedRoot(true)`
Issue -
State: closed - Opened by meblum 3 months ago
- 2 comments
Labels: bug
#34 - fix: gracefully handle empty package name with invalid xml input
Pull Request -
State: closed - Opened by meblum 3 months ago
- 3 comments
#33 - Runtime panic when using `WithPackageName("")` and invalid xml input
Issue -
State: closed - Opened by meblum 3 months ago
- 1 comment
Labels: bug
#33 - Runtime panic when using `WithPackageName("")` and invalid xml input
Issue -
State: closed - Opened by meblum 3 months ago
- 1 comment
Labels: bug
#32 - feat: add WithImports option
Pull Request -
State: closed - Opened by twpayne 3 months ago
- 5 comments
#31 - Exclude import statements when package name is empty
Issue -
State: closed - Opened by meblum 3 months ago
#31 - Exclude import statements when package name is empty
Issue -
State: closed - Opened by meblum 3 months ago
#30 - chore: update project infrastructure
Pull Request -
State: closed - Opened by twpayne 3 months ago
#29 - feat: add WithNamedRoot option
Pull Request -
State: closed - Opened by twpayne 3 months ago
- 1 comment
#29 - feat: add WithNamedRoot option
Pull Request -
State: closed - Opened by twpayne 3 months ago
- 1 comment
#28 - Marshaled xml root tag is always starting with uppercase
Issue -
State: closed - Opened by meblum 3 months ago
- 3 comments
#28 - Marshaled xml root tag is always starting with uppercase
Issue -
State: closed - Opened by meblum 3 months ago
- 3 comments
#27 - feat: require Go 1.22
Pull Request -
State: closed - Opened by twpayne 3 months ago
#27 - feat: require Go 1.22
Pull Request -
State: closed - Opened by twpayne 3 months ago
#26 - Add DTD support
Issue -
State: open - Opened by twpayne 3 months ago
Labels: enhancement
#26 - Add DTD support
Issue -
State: open - Opened by twpayne 3 months ago
Labels: enhancement
#25 - feat: add WithModifyDecoderFunc
Pull Request -
State: closed - Opened by twpayne 3 months ago
#24 - handling custom entities
Issue -
State: closed - Opened by alaa2amz 3 months ago
- 4 comments
#23 - fix: replace, don't remove, non-identifier chars in names
Pull Request -
State: closed - Opened by twpayne 3 months ago
#23 - fix: replace, don't remove, non-identifier chars in names
Pull Request -
State: closed - Opened by twpayne 3 months ago
#22 - Runtime error: Index out of range [0] with length 0
Issue -
State: closed - Opened by kelzenberg 3 months ago
- 4 comments
Labels: bug
#21 - Empty package results in `package main` when `xmlstruct.WithFormatSource(false)`
Issue -
State: closed - Opened by meblum 4 months ago
- 2 comments
Labels: bug
#20 - Add config option to generate `string` type for empty xml elements rather than `struct{}` Related to #4
Pull Request -
State: closed - Opened by meblum 4 months ago
#19 - Support generating structs only, without package declaration.
Pull Request -
State: closed - Opened by meblum 4 months ago
#18 - Support generating structs only, without package decleration.
Issue -
State: closed - Opened by meblum 4 months ago
- 9 comments
#18 - Support generating structs only, without package decleration.
Issue -
State: closed - Opened by meblum 4 months ago
- 9 comments
#17 - chore: update dependencies
Pull Request -
State: closed - Opened by twpayne 7 months ago
#16 - feat: distinct attribute and element field names
Pull Request -
State: closed - Opened by twpayne 7 months ago
#15 - Simplify unexpected elements code
Pull Request -
State: closed - Opened by twpayne 12 months ago
- 5 comments
#14 - Add support for unexpected elements
Pull Request -
State: closed - Opened by cbrow111 12 months ago
- 1 comment
#14 - Add support for unexpected elements
Pull Request -
State: closed - Opened by cbrow111 12 months ago
- 1 comment
#13 - Optional support of unexpected elements
Issue -
State: closed - Opened by cbrow111 almost 1 year ago
- 3 comments
Labels: enhancement
#13 - Optional support of unexpected elements
Issue -
State: closed - Opened by cbrow111 almost 1 year ago
- 3 comments
Labels: enhancement
#12 - Fix bool parse bug
Pull Request -
State: closed - Opened by LiamWalsh98 about 1 year ago
- 7 comments
#11 - add cli flag to attempt to cast to integer before boolean
Pull Request -
State: closed - Opened by LiamWalsh98 about 1 year ago
- 4 comments
#10 - chore: update build infrastructure
Pull Request -
State: closed - Opened by twpayne about 1 year ago
#9 - chore: update dependencies
Pull Request -
State: closed - Opened by twpayne about 1 year ago
#8 - chore: miscellaneous updates
Pull Request -
State: closed - Opened by twpayne over 1 year ago
#7 - Add Jackson backend
Issue -
State: closed - Opened by twpayne over 1 year ago
- 1 comment
Labels: enhancement
#6 - Include schema data from XSD, if available
Issue -
State: closed - Opened by twpayne over 1 year ago
- 2 comments
Labels: enhancement
#5 - Add support for enums
Issue -
State: open - Opened by twpayne over 1 year ago
Labels: enhancement
#4 - Add support for overriding types of specific fields
Issue -
State: open - Opened by twpayne over 1 year ago
- 2 comments
Labels: enhancement
#3 - chore: add OpenStreetMap example
Pull Request -
State: closed - Opened by twpayne almost 2 years ago
#2 - chore: add XSD example
Pull Request -
State: closed - Opened by twpayne almost 2 years ago
#1 - feat: allow generation to be focused on a specific namespace
Pull Request -
State: closed - Opened by twpayne almost 2 years ago