-
Notifications
You must be signed in to change notification settings - Fork 18
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
Adds Actions to automatically add/remove S-ready from PRs #691
Conversation
I get the last one being Build-out-of-date, but what is this one? |
The previous one has some flaws so we will move to this one instead. |
I've been preliminarily looking at how IPC sockets work, and it looks like it's a looooot of code. |
From the looks of it, sys_connect binds IPC sockets to a filesystem path. |
It is likely needed to be a trait object so the trait needs to be object safe. BTW better to create a discussion instead of hooking into a random issue/PR so we can easily find it. |
No description provided.