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

cleaned-up code, published on crates.io #38

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

gedigi
Copy link

@gedigi gedigi commented Sep 11, 2019

@@ -1,35 +1,37 @@
extern "C" {
#![allow(improper_ctypes)] // we do not actually cross the FFI bound here
#![allow(improper_ctypes)] // we do not actually cross the FFI bound here
Copy link
Member

Choose a reason for hiding this comment

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

This… feels wrong.

Copy link
Author

Choose a reason for hiding this comment

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

yeah you're right... that's cargofmt's fault. I moved things around so it's prettier.

@nagisa
Copy link
Member

nagisa commented Sep 11, 2019

published on crates.io

libfuzzer-sys was consciously not published, but I guess it doesn’t matter either way, as long as the ownership of the crate belongs to the same owners as the cargo-fuzz crate.

@Manishearth
Copy link
Member

Uh, yeah, please add further owners to the crate. (Me, nagisa, frewsxcv)

@gedigi gedigi changed the title cleaned-up code, published on github.io cleaned-up code, published on crates.io Sep 11, 2019
@gedigi
Copy link
Author

gedigi commented Sep 11, 2019

@nagisa the README suggested otherwise, that's why I published it:
# will eventually publish to crates.io

@Manishearth done.

btw, cargo test fails also without my changes.

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.

None yet

3 participants