Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Make packbuilder interruptible using progress callback#6874

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
ethomson merged 1 commit intolibgit2:mainfromroberth:packbuilder-interruptible
Sep 25, 2024

Conversation

roberth
Copy link
Contributor

Specifically, forward errors frompackbuilder->progress_cb

This allows the callback to gracefully terminate long-running operations when the application is interrupted.

Interruption could be^C in the terminal, but this could be any other condition or event, as this is up to the callback function to implement.

My specific motivation for this is to improve the responsiveness of the Nix package manager to interrupts in the terminal, in the context ofNixOS/nix#11330, which proposes to write packfiles instead of loose objects for performance.

Specifically, forward errors from packbuilder->progress_cbThis allows the callback to gracefully terminate long-runningoperations when the application is interrupted.Interruption could be ^C in the terminal, but this could be anyother condition or event, as this is up to the callback functionto implement.
@ethomson
Copy link
Member

Helpful fix, thanks!

roberth reacted with heart emoji

@ethomsonethomson merged commit75e670d intolibgit2:mainSep 25, 2024
19 checks passed
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers
No reviews
Assignees
No one assigned
Labels
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

2 participants
@roberth@ethomson

[8]ページ先頭

©2009-2025 Movatter.jp