Skip to content

feat: support uint types#695

Merged
vearutop merged 2 commits intocucumber:mainfrom
chengxilo:feat-support-uint
Jul 19, 2025
Merged

feat: support uint types#695
vearutop merged 2 commits intocucumber:mainfrom
chengxilo:feat-support-uint

Conversation

@chengxilo
Copy link
Copy Markdown
Contributor

@chengxilo chengxilo commented Jul 18, 2025

🤔 What's changed?

Added support for uint, uint8, uint16, uint32, and uint64 argument types.
This allows steps to accept these Go unsigned integer types.

⚡️ What's your motivation?

I am working on golang sdk BDD test of iggy. Most of the arguments we need are uint32, but Godog did not support unsigned integer types. This change adds support for these types.

fix #693

🏷️ What kind of change is this?

  • 🏦 Refactoring/debt/DX (improvement to code design, tooling, etc. without changing behaviour)
  • 🐛 Bug fix (non-breaking change which fixes a defect)
  • ⚡ New feature (non-breaking change which adds new behaviour)

♻️ Anything particular you want feedback on?

📋 Checklist:


This text was originally generated from a template, then edited by hand. You can modify the template here.

@vearutop vearutop merged commit 9b4d5e9 into cucumber:main Jul 19, 2025
5 checks passed
@chengxilo chengxilo deleted the feat-support-uint branch July 19, 2025 11:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

support more parameter type

2 participants