-
Notifications
You must be signed in to change notification settings - Fork 8
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
Is changing Sirupsen import capitilzation a breaking change? #8
Comments
Yeah, it is a breaking change due to I'm open to suggestions on how to resolve it, as you can see in that issue many other hooks have had similar discussions. |
Are you fucking kidding me? all my projects is now broken @evalphobia if you have errors with P/s for all who wants to use outdating repo please read about gopkg and use import "gopkg.in/polds/logrus-papertrail-hook.v2" in you projects |
@undiabler So I guess I'm confused now, in sirupsen/logrus#451 they discussed reverting the naming change and keeping it Side note, would you like collaborator access to this repo? Most of my projects that use this project are dying and I haven't had to redeploy recently to see broken import paths. |
Also to note logrus' readme still shows examples with importing |
@polds yeah, actual import is We use papertrail in our company products (15+ private repos) so I can help you with collaborating this repo because it's really very important for me. I think we should use new path. If somebody wants to use old import they shoud use gopkg and we can write about this in readme and create new tags for gopkg. |
Also there is pull request sirupsen/logrus#517 for changing path in readme, but it isnt merged yet. |
Summary:
So I've reverted last merge until the situation is clarified. |
tl;drSorry for confusing. 😅 At first, the vendoring tool GB had case-sensitive problem and tried to change So the change was reverted. Then other logrus helper or hooks followed to revert
# e.g. use siruPSEN/lOgrUs
# download repo
go get github.com/siruPSEN/lOgrUs
# check
tree $GOPATH/src/github.com/siruPSEN
$GOPATH/src/github.com/siruPSEN
`-- lOgrUs
|-- CHANGELOG.md
|-- LICENSE
|-- README.md
|-- alt_exit.go
... It's not the matter on one hook and your internal package which you have the right to change it. So I thought it's good to standardize it to avoid case-insensitive error for Modified: I referred to Glide but it's not only Glide problem. |
Okay, then we can save v3 tag with low case and update master branch |
@evalphobia thank you for explainig |
734dc5a
...changes the capitalization of the
Sirupsen
in the logrus import. Will this cause import collisions downstream?sirupsen/logrus#451
The text was updated successfully, but these errors were encountered: