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

tail: fix issue #6543 (--pid when reading from stdin) #6582

Open
wants to merge 24 commits into
base: main
Choose a base branch
from

Commits on Jul 18, 2024

  1. Added in logic in tail to be able to follow stdin when a PID is speci…

    …fied to match GNU behavior and fix issue uutils#6543
    just-an-engineer authored and just-an-engineer committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    addf7b5 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2024

  1. Add test to follow file until specified PID dies. Remove comment

    just-an-engineer authored and just-an-engineer committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    03b3bf1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    05262b6 View commit details
    Browse the repository at this point in the history
  3. Improve pid test for tail

    just-an-engineer authored and just-an-engineer committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    aa8f2af View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2024

  1. cargo fmt

    just-an-engineer authored and just-an-engineer committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    bbefeba View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. Increase assert is alive in test_following_with_pid in test_tail to 1…

    …s (1000ms)
    just-an-engineer authored and just-an-engineer committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    cbbef09 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. Added in logic in tail to be able to follow stdin when a PID is speci…

    …fied to match GNU behavior and fix issue uutils#6543
    just-an-engineer authored and sylvestre committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    520e8b8 View commit details
    Browse the repository at this point in the history
  2. Add test to follow file until specified PID dies. Remove comment

    just-an-engineer authored and sylvestre committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    b242461 View commit details
    Browse the repository at this point in the history
  3. Improve pid test for tail

    just-an-engineer authored and sylvestre committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    465ef45 View commit details
    Browse the repository at this point in the history
  4. cargo fmt

    just-an-engineer authored and sylvestre committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    731e4e1 View commit details
    Browse the repository at this point in the history
  5. Increase assert is alive in test_following_with_pid in test_tail to 1…

    …s (1000ms)
    just-an-engineer authored and sylvestre committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    fed2705 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2024

  1. Changed test_following_with_pid to read from a file instead of stdio:…

    …null() to make it more friendly for windows
    just-an-engineer authored and just-an-engineer committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    a4cc3a7 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' of https://github.com/just-an-engineer/coreutils

    …into main
    just-an-engineer authored and just-an-engineer committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    e7d1c0b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1ade9ac View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. Apple doesn't currently work for passing in files to stdin

    just-an-engineer authored and just-an-engineer committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    0811fea View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' of https://github.com/just-an-engineer/coreutils

    …into main
    just-an-engineer authored and just-an-engineer committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    73bbd9a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bcc144b View commit details
    Browse the repository at this point in the history
  4. is_not_alive -> is_alive in test_following_with_pid

    just-an-engineer authored and just-an-engineer committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    b8c5bc8 View commit details
    Browse the repository at this point in the history
  5. Fixed is_not_alive issue on linux by reaping child sleep process, o…

    …therwise sleep process isn't fully dead
    just-an-engineer authored and just-an-engineer committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    b120a56 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8c5097a View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. Fixed formatting, spelling, and made clippy happy

    just-an-engineer authored and just-an-engineer committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    1f0d9d5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    98c546f View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. Configuration menu
    Copy the full SHA
    09e2610 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. Configuration menu
    Copy the full SHA
    59aea7e View commit details
    Browse the repository at this point in the history