Skip to content

Conversation

@manusa
Copy link
Member

@manusa manusa commented Dec 3, 2025

Fixes #537

Add ParseInt64 utility function in pkg/api/params.go to eliminate duplicated type conversion logic across toolsets. This also fixes a bug in nodes.go where case int: was missing the assignment statement.

@manusa manusa added this to the 0.1.0 milestone Dec 3, 2025
@nader-ziada
Copy link
Collaborator

lgtm

Add ParseInt64 utility function in pkg/api/params.go to eliminate
duplicated type conversion logic across toolsets. This also fixes a bug
in nodes.go where `case int:` was missing the assignment statement.

Signed-off-by: Marc Nuri <[email protected]>
@nader-ziada nader-ziada merged commit a356eb8 into containers:main Dec 3, 2025
6 checks passed
@manusa manusa deleted the fix/parse-int64 branch December 3, 2025 17:31
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.

[REFACTOR] Extract common interface{} to int64 conversion utility

2 participants