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

Move logging caching over to ConditionalWeaktable as fix for #2234 #2242

Merged
merged 4 commits into from
Dec 18, 2023

Conversation

Mpdreamz
Copy link
Member

@Mpdreamz Mpdreamz commented Dec 13, 2023

This also ensures we no longer use captured state in the lambda provided to Log() by ensuring the callback is static.

This also ensure we no longer use captures state in lambda's by moving the logging
callback to static to disable capturing state.
@Mpdreamz Mpdreamz merged commit 038ece7 into main Dec 18, 2023
14 checks passed
@Mpdreamz Mpdreamz deleted the fix/logging-improvements branch December 18, 2023 14:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants