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

Add debug information to borrows and ownership in signals #1383

Merged
merged 6 commits into from Dec 7, 2023

Conversation

ealmloff
Copy link
Member

Similar to #1187 but for signals

It adds debug information about which lines borrowed a value that is preventing a new borrow.

It also adds information about where the value was created when you try to access a value that was dropped.

@ealmloff ealmloff added enhancement New feature or request signals Related to the signals crate labels Aug 21, 2023
@jkelleyrtp jkelleyrtp merged commit ccd850e into DioxusLabs:master Dec 7, 2023
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request signals Related to the signals crate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants