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

Delete alloc feature #459

Merged
merged 1 commit into from
Dec 9, 2019
Merged

Delete alloc feature #459

merged 1 commit into from
Dec 9, 2019

Conversation

philipc
Copy link
Collaborator

@philipc philipc commented Dec 9, 2019

gimli can't do anything useful without allocating, and the alloc crate
is now stable, so having a separate alloc feature is not required.
Instead, you should simply disable all features.

Also fix cargo test with features disabled.

@philipc philipc requested a review from fitzgen December 9, 2019 05:03
@philipc philipc force-pushed the nostd branch 2 times, most recently from cdad11c to 67785e8 Compare December 9, 2019 09:16
gimli can't do anything useful without allocating, and the alloc crate
is now stable, so having a separate alloc feature is not required.
Instead, you should simply disable all features.

Also fix `cargo test` with features disabled.
@coveralls
Copy link

Coverage Status

Coverage increased (+0.04%) to 86.517% when pulling 4da9dc4 on philipc:nostd into d916643 on gimli-rs:master.

Copy link
Member

@fitzgen fitzgen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!

@fitzgen fitzgen merged commit 1e49ffc into gimli-rs:master Dec 9, 2019
@philipc philipc deleted the nostd branch December 10, 2019 02:14
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.

3 participants