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

Let the spawned process exit after the output queue is empty #28

Merged
merged 5 commits into from
Feb 22, 2024

Wait until the queue is empty before the spawned process exits

7f4488a
Select commit
Loading
Failed to load commit list.
Merged

Let the spawned process exit after the output queue is empty #28

Wait until the queue is empty before the spawned process exits
7f4488a
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Feb 22, 2024 in 0s

69.23% of diff hit (target 85.85%)

View this Pull Request on Codecov

69.23% of diff hit (target 85.85%)

Annotations

Check warning on line 73 in nextline/plugin/plugins/session/session.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

nextline/plugin/plugins/session/session.py#L73

Added line #L73 was not covered by tests

Check warning on line 82 in nextline/plugin/plugins/session/session.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

nextline/plugin/plugins/session/session.py#L82

Added line #L82 was not covered by tests

Check warning on line 52 in nextline/spawned/__init__.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

nextline/spawned/__init__.py#L51-L52

Added lines #L51 - L52 were not covered by tests

Check warning on line 27 in nextline/utils/queue.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

nextline/utils/queue.py#L27

Added line #L27 was not covered by tests

Check warning on line 31 in nextline/utils/queue.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

nextline/utils/queue.py#L30-L31

Added lines #L30 - L31 were not covered by tests