Conversation
|
I understand that a similar PR is open: #42. That PR has merge conflicts which must be resolved. Other differences between that PR and this one are:
|
3304abc to
072941f
Compare
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)
072941f to
9350727
Compare
|
Hello, @pauldreik. Would you have a look at this solution for issue #30 ? |
|
Hello, @trollkarlen. Would you review this solution for issue #30 ? |
|
Sorry, am I the right person to copy this on, @entrity? |
Thanks for getting back to me @mlissner . I guess I don't know who has the ability to approve changes on this repo. I see that @pauldreik is the owner, but I haven't gotten any traction from @pauldreik . Do you have any advice on how to get my change merged? |
|
Not a clue. It's been years since I've done anything here. |
|
Hi, @pauldreik . Would you review this pull request for issue #30? |
|
sorry for being unresponsive, will try to have a look at this over the weekend. |
|
Hi, @pauldreik. Here's a bump to prevent this from falling off your radar 💐 |
|
Hi, @pauldreik. Here's a bump to prevent this from falling off your radar 💐 |
1 similar comment
|
Hi, @pauldreik. Here's a bump to prevent this from falling off your radar 💐 |
|
Is this diff missing ListProgress.hh/cc or are those supposed to be pulled in by another tool when configuring? |
|
Thanks, @alexmi256. It looks as if my rebase + merge resolution went off track. I've now restored the missing files, built it again locally, run it again locally, and run |
|
Hi, @pauldreik . Would you review this pull request for issue #30? |
5 similar comments
|
Hi, @pauldreik . Would you review this pull request for issue #30? |
|
Hi, @pauldreik . Would you review this pull request for issue #30? |
|
Hi, @pauldreik . Would you review this pull request for issue #30? |
|
Hi, @pauldreik . Would you review this pull request for issue #30? |
|
Hi, @pauldreik . Would you review this pull request for issue #30? |
this is based on the work by Markham in #190 I just modified it a tiny bit to use std::function instead of a raw function pointer. thanks! co-authored-by: Markham Anderson <markham.anderson@meraki.net>
this is based on the work by Markham in #190 I just modified it a tiny bit to use std::function instead of a raw function pointer. thanks! co-authored-by: Markham Anderson <markham.anderson@meraki.net>
this is based on the work by Markham in #190 I just modified it a tiny bit to use std::function instead of a raw function pointer. thanks! co-authored-by: Markham Anderson <markham.anderson@meraki.net>
|
Thanks for your nice writeup and fixes! (And apologies for the world record delay.) Parts of this PR were incorporated into the devel branch just now. |
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:
(This PR is a recreation of #159. I had to address a merge conflict there while I was waiting on that PR to be reviewed, and it borked the checks on the PR.)