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

Reject empty operand in cd built-in #126

Merged
merged 4 commits into from
Mar 12, 2025

Conversation

c0d3-br3ak9r
Copy link
Contributor

@c0d3-br3ak9r c0d3-br3ak9r commented Mar 8, 2025

Made the following changes:

  • Update the implementation to add a check for an empty operand. The exit status should be 5 on error.
  • Update the test scripts.
  • Update the user manual.
  • Update the NEWS.

Fixes #104

Copy link
Owner

@magicant magicant left a comment

Choose a reason for hiding this comment

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

Thanks!

c0d3-br3ak9r and others added 2 commits March 9, 2025 19:49
@c0d3-br3ak9r
Copy link
Contributor Author

Hi, I've resolved the comments. Let me know if you need anything more.

@magicant magicant added this to the 2.59 milestone Mar 10, 2025
Copy link
Owner

@magicant magicant left a comment

Choose a reason for hiding this comment

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

Great. Thanks!

@magicant magicant merged commit 70b55ac into magicant:trunk Mar 12, 2025
2 checks passed
magicant added a commit that referenced this pull request Mar 12, 2025
This commit updates the documentation to reflect the change in:
#126.
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.

Reject an empty operand in the cd built-in
2 participants