Skip to content
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

Mutable operations vs dynamic checks with RefCell #347

Open
raviqqe opened this issue Oct 13, 2023 · 0 comments
Open

Mutable operations vs dynamic checks with RefCell #347

raviqqe opened this issue Oct 13, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@raviqqe
Copy link
Owner

raviqqe commented Oct 13, 2023

  • Or, potentially unsafe silent mutability?

pub fn insert_operation(
pub fn append_operation(&self, operation: Operation<'c>) -> OperationRef<'c, '_> {

@raviqqe raviqqe changed the title Mutable operations vs dynamic checks with RefCell Mutable operations vs dynamic checks with RefCell Oct 13, 2023
@raviqqe raviqqe mentioned this issue Oct 13, 2023
45 tasks
@raviqqe raviqqe added the enhancement New feature or request label Oct 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant