• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

go-pkgz / enum / 19955157628

Builds Branch Commit Type Ran Committer Via Coverage
19955157628 master docs: add note about not modifying exported enum slices document that StatusValues and StatusNames are exported slices that should not be modified as this would affect all code using the enum. push 05 Dec 2025 06:51AM UTC umputun github
99.24
19789852664 refs/tags/v0.6.0 add alias support for enum parsing (#17) allows enum constants to have comment annotations like // enum:alias=rw,read-write that enable parsing multiple string representations for the same enum value. - add parseAliasComment() to extract aliases... push 29 Nov 2025 10:01PM UTC web-flow github
99.24
19789824344 master add alias support for enum parsing (#17) allows enum constants to have comment annotations like // enum:alias=rw,read-write that enable parsing multiple string representations for the same enum value. - add parseAliasComment() to extract aliases... push 29 Nov 2025 09:58PM UTC web-flow github
99.24
19789749992 feature/alias-support add alias support for enum parsing Pull #17 29 Nov 2025 09:49PM UTC Umputun github
99.24
19789746481 feature/alias-support add alias support for enum parsing push 29 Nov 2025 09:49PM UTC Umputun github
99.24
17389515208 master add enum to .gitignore to exclude generated files push 02 Sep 2025 12:10AM UTC umputun github
99.57
17389490215 refs/tags/v0.5.0 Add BSON, SQL, and YAML support with conditional generation (#16) * feat(generator): add BSON, SQL, and YAML support with conditional generation Implement conditional code generation for database and serialization support: - Add -sql flag for da... push 02 Sep 2025 12:08AM UTC web-flow github
99.57
17389454394 master Add BSON, SQL, and YAML support with conditional generation (#16) * feat(generator): add BSON, SQL, and YAML support with conditional generation Implement conditional code generation for database and serialization support: - Add -sql flag for da... push 02 Sep 2025 12:06AM UTC web-flow github
99.57
17389388409 feat/bson-sql-yaml-support Add comment explaining error fallthrough in negative number handling - Added explanatory comment for error handling pattern in UnaryExpr case - Added comprehensive TestNegativeEnumValues with subtests - Improved test coverage to 99.6% - Addresses... Pull #16 02 Sep 2025 12:01AM UTC umputun github
99.57
17389272744 feat/bson-sql-yaml-support fix: add support for negative enum values Copilot review identified that negative values like -1 were being incorrectly parsed as 0. Added UnaryExpr handling in processExplicitValue to properly support negative number literals. Also fixed test e... Pull #16 01 Sep 2025 11:50PM UTC umputun github
97.44
17389272943 feat/bson-sql-yaml-support fix: add support for negative enum values Copilot review identified that negative values like -1 were being incorrectly parsed as 0. Added UnaryExpr handling in processExplicitValue to properly support negative number literals. Also fixed test e... Pull #16 01 Sep 2025 11:50PM UTC umputun github
97.44
17388575978 feat/bson-sql-yaml-support test: skip runtime integration test in CI to avoid timeout The test downloads dependencies and runs go mod tidy which times out in GitHub Actions at 60 seconds. This test is more suitable for local development where network access is faster. Pull #16 01 Sep 2025 10:54PM UTC umputun github
99.56
16871961645 refs/tags/v0.4.0 Major refactor and feature enhancements for enum generator (#15) Performance Improvements: - Replace switch-based parsing with O(1) map lookups for 10x faster parsing - Pre-compute Values and Names as package variables instead of functions - Use ... push 11 Aug 2025 05:51AM UTC web-flow github
99.55
16871917313 master Major refactor and feature enhancements for enum generator (#15) Performance Improvements: - Replace switch-based parsing with O(1) map lookups for 10x faster parsing - Pre-compute Values and Names as package variables instead of functions - Use ... push 11 Aug 2025 05:47AM UTC web-flow github
99.55
16871849702 major-refactor-and-enhancements Major refactor and feature enhancements for enum generator Performance Improvements: - Replace switch-based parsing with O(1) map lookups for 10x faster parsing - Pre-compute Values and Names as package variables instead of functions - Use single... Pull #15 11 Aug 2025 05:43AM UTC umputun github
99.55
  • ← Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • Next →
  • Back to Repo
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc