Release 0.4 given fixed breakage? #11
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
mikedilger/resolv-rs#11
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
There are issues with building 0.3 when using a current bindgen-cli (0.71.1). I didn't investigate any further, but checked with the current master branch, and found that that one builds perfectly (and is even suitable to build alookup, which was written for 0.1.4).
Would you consider publishing the current state as 0.4.0?
For reference: errors from building 0.3.0 on a current stable Rust with current bindgen-cli
Yes I agree.
I can't seem to package/publish this anymore, I think cargo has changed to not like this code layout.
If you can suggest changes for bumping the version and getting "cargo package" to work for both crates (including libresolv-sys) please share. Otherwise I'll eventually get around to figuring it out.
I might need to generate lib.rs differently and then have a commited lib.rs like this:
include!(concat!(env!("OUT_DIR"), "/generated.rs"));I might also need to use a workspace.
@mikedilger what would it take to publish 0.4? Would you accept a PR or two?
I tried to publish it. Many times now. But Cargo isn't letting me package it and the error message it is giving is bullshit. The code needs some kind of restructuring but I don't know how to restructure it and still work with bindgen. Things have changed a lot since I wrote this and I haven't kept up.
@mikedilger I've opened a PR for this over at https://github.com/mikedilger/resolv-rs/pull/13. Starting with
libresolv-sysfor now. Would you be able to take a look? More than happy to make edits.@mikedilger thanks for merging #13. Per your update at https://github.com/mikedilger/resolv-rs/pull/13#issuecomment-4230840738, I've received and accepted your maintainer requests on crates.io and published the 0.4 versions of both libresolv-sys and resolv. Thank you for being so responsive!