-
Notifications
You must be signed in to change notification settings - Fork 10
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
A few ideas #2
Comments
@mattfarina Thanks to you! I just putted it online as is for review, so everything can be changed. Before committing I'll prefer to open some PRs to keep a good review workflow.
Looks good. So by default keep all the files inside needed packages, so what do you think about these additional options (instead the current
Perhaps you have in mind a better logic, names and wording on these options.
Sure! I just wanted to put it up (usually I always write tests :D)
Yeah. I wasn't sure if it's better to not commit or commit
I thought about this, but then forgot when choosing the name 😞 . I think that, to make it go installable with the |
@sgotti sorry I've not been more responsive. Been a little busy. I like where you're taking this. In Glide 0.10 we're going to add the base ability to strip VCS directories from the vendor directory. That's the only part of this. For those who would like to prune further I'd like to list this project as a method to do that. I'm expecting the release of 0.10 to be a couple weeks away. |
@mattfarina No problem. I think I fixed many of your suggestions (just need to handle the glide-vc vendoring situation 😄 ) Glide 0.10 is really cool, thanks for listening to my suggestions and improving it. I also tried to explain my current workflow (personal and very aggressive, but similar to the current godeps workflow) to the coreos guys that are looking to use glide (containers/build#186 (comment) coreos/docs#775). |
@sgotti thanks for pointing me to those issues. I'll take a look there. If you want to pull me into a coreos or appc conversation on the topic please feel free. I'm even happy to jump on a teleconference or other chat if needed. If you're happy with what we've already talked about here feel free to close this issue. I don't want it to sit around and linger. I'll leave closing it for when you're ready. Otherwise I'm good and I'm glad you've written this. |
I think this can be closed. Thanks! |
Thanks for putting this together. I know it will be useful.
I have a few thoughts that may help you along.
A good default for licenses is important. Take the BSD license. If someone removes the license and someone redistributes the parent project on GitHub that person is in violation of the BSD license. There are a bunch of things like that.
Would you be open to opting in on that rather than opting out? That way those who can do it, such as a proprietary codebase, can opt-in. It spares accidents for open source projects.
It's reassuring to know the tests make sure it works right and for those looking to use it.
If you're not going to keep the dependencies in the
vendor/
folder, consider addingvendor/
to the.gitignore
file. I was considering a pull request but I ran out of time when I was in my dev environment.This is entirely optional but, glide has a plugin system like git. If this were named
glide-vc
(or something else) you could use the commandglide vc
when the plugin is installed. Just a thought. I'm not all that opinionated on this. I just like to raise awareness.Nice work. I'm happy to see you working on this.
The text was updated successfully, but these errors were encountered: