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

Change the "endmarker" logic of the SSHRemoteIO shell #90

Merged
merged 2 commits into from
Sep 21, 2023
Merged

Commits on Sep 21, 2023

  1. Configuration menu
    Copy the full SHA
    ec6d324 View commit details
    Browse the repository at this point in the history
  2. Change the "endmarker" logic of the SSHRemoteIO shell

    The previous implementation did not make sure that an endmarker (that is
    expected to occur on a dedicated line) could be dedicated. This was
    because a command whose output did not end with a newline would leave
    residual content that prevented this detection.
    
    This changeset modifies the nature of the endmarker such that a newline
    is unconditionally present.
    
    Closes #86
    Closes #87
    mih committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    7db5ebc View commit details
    Browse the repository at this point in the history