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

[pipes-functions] Adding new functions for pipe part-7 #376

Merged
merged 5 commits into from
Oct 8, 2024

Conversation

pratikmota
Copy link
Contributor

@pratikmota pratikmota commented Oct 8, 2024

Changes:

  1. Adding support for rye file for append-to-file function ( Previous PR comment suggetion)
  2. Adding error function
  3. Adding function to set-error on pipe

Testing:

  1. Related previous PR comment. Okay, I understood use of cc now. Thank you.(We can switch similar we switch folder using cd). Thank you very much.
    image
    Doubt: Once we switched using cc pipes , Is there any command we can return back from it?

  2. Passing rye file on append-to-file . As per previous PR comment.
    image
    image

  3. set-error on Pipe
    image

  4. Check error status of pipe
    If there is no error then it return 0 otherwise return error
    image

@pratikmota pratikmota marked this pull request as ready for review October 8, 2024 07:58
@refaktor refaktor merged commit 3e40111 into refaktor:main Oct 8, 2024
7 checks passed
@refaktor
Copy link
Owner

refaktor commented Oct 8, 2024

Thanks! I made tests now in a way so that separate test sections can be ran, which was your proposal I remember. You could create a new file pipes.rye for tests of this module there id you wish and then just run that one, so you have better overview. I will also improve the tests output next.

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.

2 participants