-
Notifications
You must be signed in to change notification settings - Fork 10
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
QueryBuilder in xpc-sys? #15
Comments
@kaisq whoops -- yes that's quite inconvenient 😅! Will fix that and post a new release. Hang tight! |
Thanks for the quick response! I see the PR you opened and it looks pretty straightforward and the build passed -- is that close to release? |
Yes, pardon the delay. Very busy week for me. I'll stamp a release tonight. |
Here you go, @kaisq! -- https://crates.io/crates/xpc-sys/0.4.0 Please keep in touch: my use case is tiny for the TUI, it doesn't make very many XPC queries. If something is broken I welcome any contributions (test cases, bug reports, PRs, or otherwise)! Thanks so much for reaching out! 😄 |
I ran across the
xps-sys
library, which looks like it's exactly what I need for a project that talks tolaunchd
. However, thexpc-sys
library references aQueryBuilder
trait, which doesn't seem to exist within thexpc-sys
crate, but instead in thelaunchk
crate. Should theQueryBuilder
trait get moved into thexpc-sys
crate so that it's available for use toxpc-sys
consumers?The text was updated successfully, but these errors were encountered: