-
Notifications
You must be signed in to change notification settings - Fork 340
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
swift v2 breaking build #618
Comments
Can you elaborate how to do that? |
Ok, here we go:
|
As the project is using go-dep, I suppose the correct way to do this would be dep ensure -add github.com/ncw/[email protected] I will open a PR for this later on. Edit: |
My solution is that I fork the project and I manually add "context.TODO()" as the lost argument, then modify the duplicacy_main.go to make it import from my own repo. Then it can build. |
swift
v2
released 27 days ago: https://github.com/ncw/swift/releases/tag/v2.0.0Looks like there was some attempt to keep from running into this type of build breaking change, but didn't work for me. Here is the "migration" guidance which lines up with the build error:
https://github.com/ncw/swift#migrating-from-v1
Workaround was to checkout the 1.x version of swift
The text was updated successfully, but these errors were encountered: