-
Notifications
You must be signed in to change notification settings - Fork 16
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
Handle no topic link safely #75
Comments
I don't know if there is a generic way to do this. But the only way I can think of is a pretty herculean task... Because they could make any error anywhere, so will need to check every cell in the table and make sure:
And if any of these does not happen return the errored index and finish the loop with an error? |
SirSamTumless
modified the milestones:
Iteration: 21-09 - 1 to 12 Mar 2021,
Iteration: 21-11 - 15 to 26 Mar 2021
Mar 9, 2021
What's happening with this? |
SirSamTumless
modified the milestones:
Iteration: 21-11 - 15 to 26 Mar 2021,
Iteration: 21-13 - 29 to 9 Apr 2021
Mar 30, 2021
SirSamTumless
modified the milestones:
Iteration: 21-13 - 29 to 9 Apr 2021,
Iteration: 21-15 - 12 to 23 Apr 2021
Apr 12, 2021
SirSamTumless
modified the milestones:
Iteration: 21-15 - 12 to 23 Apr 2021,
Iteration: 20-17 - 26 Apr to 7 May 2021
Apr 26, 2021
pmahnke
modified the milestones:
Iteration: 21-17 - 26 Apr to 7 May 2021,
Iteration: 21-19 - 10 to 21 May 2021
May 11, 2021
SirSamTumless
modified the milestones:
Iteration: 21-19 - 10 to 21 May 2021,
Iteration: 21-25 - 21 Jun to 2 Jul 2021
Jun 21, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Someone added a topic without a link:
This topic should be parsed and ignored if it does not match minimum criteria.
This feature should be tested to ensure to have hardening for malformed tables content.
The text was updated successfully, but these errors were encountered: