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

glide novendor should print items on separate lines #123

Open
bmatsuo opened this issue Oct 28, 2015 · 2 comments
Open

glide novendor should print items on separate lines #123

bmatsuo opened this issue Oct 28, 2015 · 2 comments

Comments

@bmatsuo
Copy link

bmatsuo commented Oct 28, 2015

It would be convenient for scripts if glide novendor could print paths separated by "\n". That will make tools like sed and grep easier to use for processing its output. I encountered this in an old project that sets its own GOPATH and was forced to put glide.yaml in a strange location.

On *nix systems I'm familiar with the command go test $(glide novendor) will work the same regardless of newline bytes in the output of glide novendor. If backwards compatibility is a big concern a flag could control the delimiter and default to a white space byte.

I'd be willing to write the pull request if desired. I'm sure its fairly straight forward. But I wanted to bring up the issue before coding.

@13k
Copy link

13k commented Jan 10, 2017

I think this issue can be closed, novendor does output packages in separate lines

@bmatsuo
Copy link
Author

bmatsuo commented Jan 11, 2017

Sounds good. I hadn't seen the change.

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

No branches or pull requests

2 participants