-
-
Notifications
You must be signed in to change notification settings - Fork 7
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
Fixed memory leak on Apple platforms #17
Conversation
3de4831
to
6178662
Compare
CI is failing with a linker error. This may not be related, as the most recent commit on main is a merged PR that attempted to address this. cc @Freaky if you recall anything? |
Rust 1.54 fixed a compile issue with Xcode 14, perhaps we need to pin that to 13 with something like: run: sudo xcode-select -s '/Applications/Xcode_13.4.1.app' |
Is it not possible to use the latest Rust (1.75) + latest Xcode (15.2)? |
With CI failing, I have no idea. I'm not familiar with Mac APIs. |
The current CI config doesn't let me queue a manual run. If you run |
6178662
to
525f669
Compare
LGTM! Merged and releasing momentarily. |
Fixes #16.
thread_state