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

Add '-progress' option. Closes #30 #159

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

entrity
Copy link

@entrity entrity commented Aug 31, 2024

Pursuant to #30, this commit adds a '-progress' option. If set to true, then a function pointer is passed to 'fillwithbytes', with the result that each iteration of the loop in that function outputs a progress update.

The progress update appears at the end of the current line and overwrites itself with each repetition, producing an output resembling the following:

Now eliminating candidates based on [...]: (16/19324)

Pursuant to pauldreik#30, this commit
adds a '-progress' option. If set to true, then a function pointer is
passed to 'fillwithbytes', with the result that each iteration of the
loop in that function outputs a progress update.

The progress update appears at the end of the current line and
overwrites itself with each repetition, producing an output resembling
the following:

    Now eliminating candidates based on [...]: (16/19324)
@valerio-bozzolan
Copy link

valerio-bozzolan commented Nov 19, 2024

Thanks for this work. Have you already seen this instead? Any comment? (was proposed 4 years ago)

#42

@entrity
Copy link
Author

entrity commented Dec 15, 2024

Thanks for this work. Have you already seen this instead? Any comment? (was proposed 4 years ago)

#42

Hi, @valerio-bozzolan . I've just given it a look. The differences I see are:

@entrity entrity changed the title Add '-progress' option Add '-progress' option. Closes #30 Dec 21, 2024
@entrity
Copy link
Author

entrity commented Jan 6, 2025

👋 Hello, maintainers. Is there anything I can do to get this pull request promoted/merged? Or is there any feedback regarding changes you'd like?

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