-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Cleanup rustc_tool_util
and add a convenient macro for build.rs
#9927
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
Conversation
6f630a4
to
f711fcb
Compare
f711fcb
to
aa66212
Compare
Hey @matthiaskrgr, have you seen my answers on the PR :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All in all LGTM! 🎉
Feel to publish a new version and r=me
@xFrednet
Awesome, thank you very much! I'm busy in the next few days but will get to it during the week :) I remember crates.io being a bit weird with groups. It requires a name like |
7d848bc
to
9691161
Compare
Sir bors, would you be so kind and merge this magnificent code into master? |
…askrgr Cleanup `rustc_tool_util` and add a convenient macro for `build.rs` changelog: none <!-- changelog_checked --> If possible, I'd like to have a new release for this, maybe `v0.3.0` to use the changes in another project. Then we can also remove the `path = "./rustc_tools_util"` from `Cargo.toml`. I'd be happy to help with the release on crates.io if you'd like the help :) r? `@matthiaskrgr`
💔 Test failed - checks-action_test |
9691161
to
004b885
Compare
Lord bors, I once again ask for your support. Please give me a merge commit! |
@bors r=matthiaskrgr |
☀️ Test successful - checks-action_dev_test, checks-action_remark_test, checks-action_test |
changelog: none
If possible, I'd like to have a new release for this, maybe
v0.3.0
to use the changes in another project. Then we can also remove thepath = "./rustc_tools_util"
fromCargo.toml
. I'd be happy to help with the release on crates.io if you'd like the help :)r? @matthiaskrgr