Skip to content

Get a release out #39

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

Merged
merged 10 commits into from Apr 19, 2019
Merged

Get a release out #39

merged 10 commits into from Apr 19, 2019

Conversation

IsaacWoods
Copy link
Member

This crate's been a little neglected, so this is an attempt to sanitise some stuff and get a MVP release out so the crate is actually of use

One of the major changes I hope to make here is to split the static table discovery and AML parsing: the latter step is much less complete and you may not even want to do them at the same time (e.g. in Pebble, I want to find all the tables in the bootloader, and then parse AML in a safer environment in a userspace process). This enables that, without much trouble for people who want to parse it all at once.

@IsaacWoods
Copy link
Member Author

bors r+

bors bot added a commit that referenced this pull request Apr 19, 2019
39: Get a release out r=IsaacWoods a=IsaacWoods

This crate's been a little neglected, so this is an attempt to sanitise some stuff and get a MVP release out so the crate is actually of use

One of the major changes I hope to make here is to split the static table discovery and AML parsing: the latter step is much less complete and you may not even want to do them at the same time (e.g. in Pebble, I want to find all the tables in the bootloader, and then parse AML in a safer environment in a userspace process). This enables that, without much trouble for people who want to parse it all at once.

Co-authored-by: Isaac Woods <isaacwoods.home@gmail.com>
@bors
Copy link
Contributor

bors bot commented Apr 19, 2019

Build succeeded

@bors bors bot merged commit 41adc7b into rust-osdev:master Apr 19, 2019
@IsaacWoods IsaacWoods deleted the cleanup branch April 19, 2019 23:46
@IsaacWoods
Copy link
Member Author

  • Tagged ef13e64 as v0.2.0
  • Pushed version 0.2.1 of acpi
  • Pushed version 0.2.0 of aml_parser (currently empty)

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

Successfully merging this pull request may close these issues.

1 participant