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

go mod and vendoring #52

Merged
merged 3 commits into from
Oct 28, 2020
Merged

go mod and vendoring #52

merged 3 commits into from
Oct 28, 2020

Conversation

vbatts
Copy link
Owner

@vbatts vbatts commented Oct 27, 2020

Fixes #51

There is a discrepancy of behavior of github.com/urfave/cli between using go1.12 and go1.15, when the dependency is not present as vendored source. Now this builds fine with go1.12

There are users of tar-split as a package. It is the hope that by adding this vendored source it does not impact them depending on tar-split itself.

also, travis: test from go1.10 - go1.15

@vbatts vbatts added the bug label Oct 27, 2020
closer coupling to versions of depencies

Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
There is a discrepancy of behavior of `github.com/urfave/cli` between
using go1.12 and go1.15, when the dependency is not present as vendored
source. Now this builds fine with go1.12

There are users of tar-split as a package. It is the hope that by adding
this vendored source it does not impact them depending on tar-split
itself.

Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
@@ -0,0 +1,8 @@
module github.com/vbatts/tar-split

go 1.15
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This could be set as low as 1.11 (IIRC), and that might help the Go tool understand the level of compatibility you're shooting for? 😇

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fair. The travis test went back to g1.10 and that's green, sooo...

@vbatts vbatts merged commit 4b50e38 into master Oct 28, 2020
@vbatts vbatts deleted the vendor branch October 28, 2020 00:19
@asellappen
Copy link
Contributor

thanks and it works fine now for power on arch,I am planning to raise PR for supporting ppc64le cpu arch soon.really thanks for your swift action.

@asellappen
Copy link
Contributor

@vbatts #53 has been raised for the same.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

asm.go at /4th/tar-split/cmd/tar-split invalid argument c.Args() (type cli.Args) for len
3 participants