-
Notifications
You must be signed in to change notification settings - Fork 30
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
Feature request: Fixup gallery? Or perhaps a reindeer add
command?
#19
Comments
I have it on my long TODO list to build Reindeer with buck2 OSS. That should carry with it a healthy amount of fixups. Another idea would be to link to other Meta project's fixups:
I don't think that's something we want to take on and maintain. I'd be more interested in exploring cases where we can make fixups unnecessary altogether. |
I don't think an Is there any reason a bunch of fixups couldn't just be put under |
Whatever makes it easier to find all the fixups people are using successfully would make adoption much easier. It is annoying to even suggest it, but in a lot of ways until an alternative to Cargo achieves some broader mindshare we're looking at a WineDB situation I think. As it stands you have to really want an alternative to Cargo and power through. :D
|
Could there perhaps be a wiki added to this repo with a gallery of common fixups, maybe a generated table of crates with their known fixups?
Another interesting possibility is a command
reindeer add
that can apply known fixups... but as I write this I realize that vendor would already be a place to do this. I suppose that areindeer add
command would update your third party Cargo.toml with a dependency and then setup a know fixup for the crate (and transitives) in cases where you aren't going to vendor.I'm willing to put a PoC of that together for discussion, but having only just started looking at all of this I'd hate to start digging around and find out there were already plans in place, or some internal convention or whatever that might soon be made public. :D
The text was updated successfully, but these errors were encountered: