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

feat: Make the features testable and threadsafe. #5

Merged
merged 1 commit into from
Oct 31, 2023

Conversation

Narsil
Copy link
Collaborator

@Narsil Narsil commented Oct 31, 2023

tl;dr. No idea why we need this, but if we don't the main thread will attempt to release the MatrixDescriptor and fail.

This fix is a dirty hack which simply leaks those MatrixDescriptor. Which seems ok since they get cleaned up by the releasepool at the end of the program, but this is definitely a temporary workaround, which should at least enable adding a few tests on the test suite.

tl;dr. No idea why we need this, but if we don't the main thread
will attempt to release the `MatrixDescriptor` and fail.

This fix is a dirty hack which simply leaks those `MatrixDescriptor`.
Which *seems* ok since they get cleaned up by the releasepool at the end of
the program, but this is definitely a temporary workaround, which should
at least enable adding a few tests on the test suite.
Copy link
Owner

@ivarflakstad ivarflakstad left a comment

Choose a reason for hiding this comment

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

Dirty hack is better than nothing 😊

@ivarflakstad ivarflakstad merged commit b2ca05d into master Oct 31, 2023
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.

2 participants