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

Bug fix: Correct linking for list/range iterations #527

Conversation

inexorabletash
Copy link
Member

@inexorabletash inexorabletash commented Jan 24, 2024

Some uses of "for each" in algorithms were linking to the map iteration definition in Infra. Fix this to point at the list iteration definition. Today I learned: this applies to iteration over ranges too!

Also updated coding conventions to cover these cases.


Preview | Diff

Some uses of "for each" in algorithms were linking to the map
iteration definition in Infra. Fix this to point at the list iteration
definition. Today I learned: this applies to iteration over ranges
too!

Also updated coding conventions to cover these cases.
Copy link
Collaborator

@zolkis zolkis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

Copy link
Contributor

@huningxin huningxin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks!

@wchao1115 wchao1115 merged commit c050f31 into webmachinelearning:main Jan 27, 2024
2 checks passed
github-actions bot added a commit that referenced this pull request Jan 27, 2024
SHA: c050f31
Reason: push, by wchao1115

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
@inexorabletash inexorabletash deleted the bugfix-correct-iteration-links branch January 27, 2024 18:49
inexorabletash added a commit to inexorabletash/webnn that referenced this pull request Jan 30, 2024
…g#527)

Some uses of "for each" in algorithms were linking to the map
iteration definition in Infra. Fix this to point at the list iteration
definition. Today I learned: this applies to iteration over ranges
too!

Also updated coding conventions to cover these cases.
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.

4 participants