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

onsite-toolkit: add resolver #706

Merged
merged 19 commits into from
Nov 13, 2024
Merged

onsite-toolkit: add resolver #706

merged 19 commits into from
Nov 13, 2024

Conversation

undefined-moe
Copy link
Member

No description provided.

Copy link

hydro-dev-bot bot commented Dec 18, 2023

Thank you for your submission, we really appreciate it.
Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.

Comment I have read the CLA Document and I hereby sign the CLA below to sign it.

@undefined-moe
Copy link
Member Author

I have read the CLA Document and I hereby sign the CLA

ops.push({ name, args });
}
let orders = processRank(clone);
for (let i = clone.length - 1; i > 0; i--) {
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
for (let i = clone.length - 1; i > 0; i--) {
for (let i = clone.length - 1; i >= 0; i--) {

@undefined-moe undefined-moe merged commit f888537 into master Nov 13, 2024
7 checks passed
undefined-moe added a commit that referenced this pull request Nov 13, 2024
Co-authored-by: panda <panda_dtdyy@outlook.com>
@pandadtdyy pandadtdyy deleted the resolver branch January 21, 2025 06:36
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.

3 participants