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

Replace gocql/gocql imports with scylladb/gocql #3

Closed
wants to merge 1 commit into from

Conversation

rkuska
Copy link

@rkuska rkuska commented Jan 7, 2019

Also rename the go.mod to scylladb/gocql to make installable with go
modules.
This is needed for a fork as you want to use internal modules within the
package - in case you modify any of them and also have the possibility
to install both fork and the original upstream version.

It seems like issues are turned off so I couldn't create an issue for this. We are using go modules and with these I wasn't able to install your fork version.

 $ go get -u github.com/scylladb/gocql/
go: finding github.com/scylladb/gocql latest
go: github.com/scylladb/[email protected]: parsing go.mod: unexpected module path "github.com/gocql/gocql"
go get: error loading module requirements

I would expect the fork to carry a different module names as somebody might want to have installed both fork version and also the original one. And also, I would expect in within the package to import its modules.

Also rename the go.mod to scylladb/gocql to make installable with go
modules.
This is needed for a fork as you want to use internal modules within the
package  - in case you modify any of them and also have the possibility
to install both fork and the original upstream version.
@rkuska
Copy link
Author

rkuska commented Jan 7, 2019

Important to note, I didn't test it, I just meant to open a discussion with my PR. If needed I can push same changes to my repo (change scylladb -> rkuska) to test it out.

@mmatczuk
Copy link

mmatczuk commented Jan 7, 2019

@rkuska please do not change import paths, tools (like gocqlx) will not work with it. Please take a look at https://github.com/scylladb/gocql#installation. Unfortunately new go modules do not support forks yet [1], maybe you may prove me wrong.

[1] golang/go#26904

@rkuska
Copy link
Author

rkuska commented Jan 7, 2019

I think I managed to find out how to use forks with go modules. I will close this PR (as you are obviously right, I forgot about depending packages), test out the solution I found and create an issue for further discussion in case it will work as README will need an update.

@rkuska rkuska closed this Jan 7, 2019
@mmatczuk
Copy link

mmatczuk commented Jan 8, 2019

Hi @rkuska,
I rebased master to the current gocql version, I also updated the README file with configuration section. If you have anything to add please share.

@rkuska
Copy link
Author

rkuska commented Jan 8, 2019

Hi @mmatczuk I opened #4 where I explained how to use fork with go modules would like your approval or check before creating the PR.

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

Successfully merging this pull request may close these issues.

2 participants