Skip to content

conflict analysis rework #1079

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

Draft
wants to merge 17 commits into
base: master
Choose a base branch
from
Draft

Conversation

sbillig
Copy link
Collaborator

@sbillig sbillig commented Apr 10, 2025

No description provided.

sbillig added 11 commits April 23, 2025 20:48
Replace dual span API methods with a single consume-based version.
Previously, the API had both cloning methods (`name()`) and consuming
methods (`name_moved()`), which made ownership semantics unclear and
led to hidden performance costs through implicit cloning.

This change simplifies the API by keeping only the consuming versions
(renamed to remove the `_moved` suffix), requiring explicit cloning
when needed.
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.

1 participant