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

Refactor listeners #666

Merged
merged 5 commits into from
Jan 15, 2023
Merged

Refactor listeners #666

merged 5 commits into from
Jan 15, 2023

Conversation

gwenn
Copy link
Collaborator

@gwenn gwenn commented Jan 15, 2023

Pass them as parameters instead of using interior mutability

Fix #508

Pass them as parameters instead of using interior mutability
@gwenn gwenn marked this pull request as draft January 15, 2023 14:36
@gwenn gwenn marked this pull request as ready for review January 15, 2023 15:13
@gwenn gwenn merged commit c3cbd4f into kkawakam:master Jan 15, 2023
@gwenn gwenn deleted the listeners branch January 15, 2023 15:14
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.

the trait std::marker::Send is not implemented for Rc<RefCell<(dyn line_buffer::ChangeListener + 'static)>>
1 participant