-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Collect all child nodes of lists and tables in StructTree #20327
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
Collect all child nodes of lists and tables in StructTree #20327
Conversation
|
I need to think about that: I'm not sure it's the right approach. |
|
Added a unit test case |
|
/botio test |
From: Bot.io (Linux m4)ReceivedCommand cmd_test from @calixteman received. Current queue size: 2 Live output at: http://54.241.84.105:8877/9a147146b04a569/output.txt |
From: Bot.io (Windows)ReceivedCommand cmd_test from @calixteman received. Current queue size: 2 Live output at: http://54.193.163.58:8877/ce0f3f506bb1c5d/output.txt |
|
Oh I missed the PR has conflicts, @edoardocavazza could you rebase please ? |
From: Bot.io (Linux m4)FailedFull output at http://54.241.84.105:8877/9a147146b04a569/output.txt Total script time: 0.20 mins |
2146cb2 to
17cdd9b
Compare
|
@calixteman done! |
|
/botio test |
From: Bot.io (Windows)ReceivedCommand cmd_test from @calixteman received. Current queue size: 2 Live output at: http://54.193.163.58:8877/e9025612d8519c2/output.txt |
From: Bot.io (Linux m4)ReceivedCommand cmd_test from @calixteman received. Current queue size: 0 Live output at: http://54.241.84.105:8877/a37cd4f41381cdc/output.txt |
From: Bot.io (Windows)FailedFull output at http://54.193.163.58:8877/ce0f3f506bb1c5d/output.txt Total script time: 0.48 mins |
From: Bot.io (Linux m4)SuccessFull output at http://54.241.84.105:8877/a37cd4f41381cdc/output.txt Total script time: 38.95 mins
|
From: Bot.io (Windows)SuccessFull output at http://54.193.163.58:8877/e9025612d8519c2/output.txt Total script time: 79.65 mins
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thank you.
Attempt to fix #20324
Tree nodes are collected bottom-up, so I think it is safe when a list or table item is collected, to collect its children too