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

QueryBuilder in xpc-sys? #15

Closed
kaisq opened this issue Sep 30, 2021 · 4 comments
Closed

QueryBuilder in xpc-sys? #15

kaisq opened this issue Sep 30, 2021 · 4 comments

Comments

@kaisq
Copy link

kaisq commented Sep 30, 2021

I ran across the xps-sys library, which looks like it's exactly what I need for a project that talks to launchd. However, the xpc-sys library references a QueryBuilder trait, which doesn't seem to exist within the xpc-sys crate, but instead in the launchk crate. Should the QueryBuilder trait get moved into the xpc-sys crate so that it's available for use to xpc-sys consumers?

@mach-kernel
Copy link
Owner

@kaisq whoops -- yes that's quite inconvenient 😅! Will fix that and post a new release. Hang tight!

@kaisq
Copy link
Author

kaisq commented Oct 4, 2021

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?

@mach-kernel
Copy link
Owner

Yes, pardon the delay. Very busy week for me. I'll stamp a release tonight.

@mach-kernel
Copy link
Owner

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! 😄

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

No branches or pull requests

2 participants