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

Use MacOS bindings from Servo #2

Closed
svartalf opened this issue Feb 20, 2019 · 0 comments
Closed

Use MacOS bindings from Servo #2

svartalf opened this issue Feb 20, 2019 · 0 comments
Assignees
Labels
A-battery Area: battery crate O-macos Operating system: MacOS

Comments

@svartalf
Copy link
Owner

svartalf commented Feb 20, 2019

Currently used CoreFoundation-sys and IOKit-sys crates for MacOS build looks abandoned.

  1. CoreFoundation-sys should be replaced with core-foundation crate by Servo team
  2. Manually implemented bindings and idiomatic wrappers should be made instead of IOKit-sys, similar to those in core-foundation-sys and core-foundation
@svartalf svartalf added O-macos Operating system: MacOS A-battery Area: battery crate labels Feb 20, 2019
@svartalf svartalf self-assigned this Feb 28, 2019
davidkna pushed a commit to davidkna/rust-battery that referenced this issue Jul 23, 2022
A major cleanup + refactoring of the code to bring it into line with the 
main starship repo.

- release-please and cargo publishing
- (Build) testing for more platforms (including FreeBSD, musl and ARM)
- Upgraded dependencies
- Depdendabot
- Clippy fixes
- removal of disabled clippy lints
- removal of deprecated std-library item (`mem::uninitialized`)
- add audit-check to CI

Marked as a breaking change because this includes the non-exhaustive
removal from svartalf#2.
davidkna added a commit to davidkna/rust-battery that referenced this issue Jul 31, 2023
---------

Co-authored-by: David Knaack <davidkna@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-battery Area: battery crate O-macos Operating system: MacOS
Projects
None yet
Development

No branches or pull requests

1 participant