Skip to content

Conversation

@HyukjinKwon
Copy link
Member

@HyukjinKwon HyukjinKwon commented Dec 26, 2025

Rationale for this change

# TODO: remove `trace$calls %||% trace$call` once rlang > 0.4.11 is released

# TODO: remove `trace$calls %||% trace$call` once rlang > 0.4.11 is released

rlang changed its callstack API: older versions used trace$calls, newer versions (rlang 0.4.11+) use trace$call from r-lib/rlang#1255

This was released 5 years ago so should be safe to remove this workaround.

What changes are included in this PR?

This PR removes trace$calls workaround (per newer trace$call).

Are these changes tested?

Existing CI should cover this.

Are there any user-facing changes?

No, dev-only.

@github-actions
Copy link

⚠️ GitHub issue #48662 has been automatically assigned in GitHub to PR creator.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant