Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Solve CLI parse order bug #574

Merged
merged 2 commits into from
Aug 1, 2023
Merged

Solve CLI parse order bug #574

merged 2 commits into from
Aug 1, 2023

Conversation

arthurpaulino
Copy link
Member

Close #557

Copy link
Member

@huitseeker huitseeker left a comment

Choose a reason for hiding this comment

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

We have smoke tests for the basic lurk invocation (tests/lurkrs-smoke-test.rs‎) and the same for clutch (clutch/tests/clutch-smoke-test.rs). Would it be possible to take this occasion to write a couple more to test the arguably not always intuitive passthrough semantics between CLI & REPL?

@arthurpaulino
Copy link
Member Author

arthurpaulino commented Jul 30, 2023

We have smoke tests for the basic lurk invocation (tests/lurkrs-smoke-test.rs‎) and the same for clutch (clutch/tests/clutch-smoke-test.rs). Would it be possible to take this occasion to write a couple more to test the arguably not always intuitive passthrough semantics between CLI & REPL?

I will write an issue for it, but I think it can be done in another PR

@arthurpaulino
Copy link
Member Author

@huitseeker I've added test_repl_command for this PR (to validate the fix).

But I'll write an issue with the proper scope for the full blown task

Copy link
Member

@huitseeker huitseeker left a comment

Choose a reason for hiding this comment

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

Fair enough, thanks a lot for the fix!

@samuelburnham samuelburnham added this pull request to the merge queue Aug 1, 2023
Merged via the queue into master with commit e22c786 Aug 1, 2023
10 checks passed
@samuelburnham samuelburnham deleted the ap/issue-557 branch August 1, 2023 19:12
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.

lurk repl CLI command fails with arguments
3 participants