Skip to content

refactor: handling for CommandArgument (Fixes #598)#606

Merged
skxeve merged 1 commit intov3.0from
feature/598-handle-step-exec-args
Dec 24, 2025
Merged

refactor: handling for CommandArgument (Fixes #598)#606
skxeve merged 1 commit intov3.0from
feature/598-handle-step-exec-args

Conversation

@skxeve
Copy link
Copy Markdown
Collaborator

@skxeve skxeve commented Nov 20, 2025

Brief

Fixes #598

Points to Check

  • Any unexpected impact
  • The overall quality is trending positively

Test

Confirmed

Pass ALL CI.

Review Limit

  • Write review limit on pull request title.

@skxeve skxeve added this to the v3.0 milestone Nov 20, 2025
@skxeve skxeve self-assigned this Nov 20, 2025
@skxeve skxeve added the redesign Changes that improve interface and implementation without changing output. label Nov 20, 2025
@skxeve skxeve linked an issue Nov 20, 2025 that may be closed by this pull request
Comment thread cliboa/core/executor.py
try:
sig.bind(*args, **kwargs)
except TypeError:
continue
Copy link
Copy Markdown
Collaborator

@x-chi x-chi Dec 23, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[Q] Should we also log the details when a TypeError occurs here?

Base automatically changed from feature/595-improve-state to v3.0 December 24, 2025 07:30
@skxeve skxeve merged commit fb2e549 into v3.0 Dec 24, 2025
8 checks passed
@skxeve skxeve deleted the feature/598-handle-step-exec-args branch December 24, 2025 07:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

redesign Changes that improve interface and implementation without changing output.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Enhance error handling for CommandArgument

2 participants