You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: remove stale depth+1 argument from buildSubTree call
The rebase removed the depth parameter from buildSubTree signature
but the recursive call still passed depth + 1, causing compilation
failure across all 3 platforms (Linux/macOS/Windows).
Co-Authored-By: CodeBuddy Code <codebuddy@tencent.com>