Skip to content

Replace Rc<Cell> builders with mutable references - #257

Draft
FalkWoldmann wants to merge 1 commit into
masterfrom
breakage_mut_ref
Draft

Replace Rc<Cell> builders with mutable references#257
FalkWoldmann wants to merge 1 commit into
masterfrom
breakage_mut_ref

Conversation

@FalkWoldmann

Copy link
Copy Markdown
Member

Refactor When and rule builder APIs to mutate configs in place via &mut references, removing Rc<Cell> plumbing across proxy/server setup paths and deleting the now-unused update_cell helper.

Not sure if this would break usage. imo the risk of breakage is quite small but I need to ponder on it

Refactor `When` and rule builder APIs to mutate configs in place via
`&mut` references, removing `Rc<Cell>` plumbing across proxy/server
setup paths and deleting the now-unused `update_cell` helper.
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