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

[algorithms] Fix handling of sub-steps #1626

Merged
merged 1 commit into from
Jul 23, 2024
Merged

Conversation

tidoust
Copy link
Member

@tidoust tidoust commented Jul 22, 2024

There were a couple of cases where algorithm extraction got confused while parsing sub-steps, either because another sub-step had a <dfn> or because the logic recursively went back to the root of the algorithm instead of stopping at the parent step.

There were a couple of cases where algorithm extraction got confused while
parsing sub-steps, either because another sub-step had a `<dfn>` or because
the logic recursively went back to the root of the algorithm instead of
stopping at the parent step.
@tidoust tidoust merged commit 7f5341c into main Jul 23, 2024
1 check passed
@tidoust tidoust deleted the fix-algorithm-substeps branch July 23, 2024 05:08
tidoust added a commit that referenced this pull request Jul 23, 2024
Bug fix:
- [algorithms] Fix handling of sub-steps (#1626)

Dependencies bumps:
- Bump ajv from 8.16.0 to 8.17.1 (#1620)
- Bump mocha from 10.6.0 to 10.7.0 (#1624)
- Bump undici from 6.19.2 to 6.19.4 (#1627)
- Bump semver from 7.6.2 to 7.6.3 (#1622)
- Bump puppeteer from 22.13.0 to 22.13.1 (#1621)
- Bump rollup from 4.18.1 to 4.19.0 (#1625)
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