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.

Copy link
Member

@jonkeane jonkeane left a comment

Choose a reason for hiding this comment

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

Thanks

@jonkeane jonkeane merged commit 1674310 into apache:main Dec 27, 2025
10 of 12 checks passed
@github-actions github-actions bot added awaiting merge Awaiting merge and removed awaiting review Awaiting review labels Dec 27, 2025
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.

2 participants