Skip to content

Conversation

@markuspf
Copy link
Contributor

Scope & Purpose

As a followup to #22176 we can now remove all leasing functionality from the transaction context.

Merge #22176 first.

@markuspf markuspf self-assigned this Dec 11, 2025
@cla-bot cla-bot bot added the cla-signed label Dec 11, 2025
@markuspf markuspf force-pushed the bug-fix/thread-local-leasers branch from 6db4315 to cdcf639 Compare December 11, 2025 16:16
@markuspf markuspf force-pushed the chore/remove-transaction-context-leasers branch from 58fa312 to 020c3e5 Compare December 11, 2025 16:17
@markuspf markuspf marked this pull request as ready for review December 11, 2025 16:25
@cursor
Copy link

cursor bot commented Dec 11, 2025

You have run out of free Bugbot PR reviews for this billing cycle. This will reset on December 28.

To receive reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.

Comment on lines +51 to +55
auto operator->() const noexcept -> T* { return leasee(); }
auto operator*() noexcept -> T& { return *leasee(); }
auto operator*() const noexcept -> T& { return *leasee(); }
auto get() const noexcept -> T* { return leasee(); }

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Maybe move these to #22176

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants