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

Merge the api module back into the main module #1612

Merged
merged 2 commits into from
Dec 16, 2021

Conversation

skitt
Copy link
Member

@skitt skitt commented Dec 7, 2021

Go dependencies are handled by package, not by module, and per-package
splits are handled correctly. Having a separate package makes it
easier to track dependencies, but it can cause friction when handling
sub-module updates, and it leads to difficulties with go install (see
golang/go#44840).

Signed-off-by: Stephen Kitt skitt@redhat.com

@submariner-bot
Copy link
Contributor

🤖 Created branch: z_pr1612/skitt/merge-api
🚀 Full E2E won't run until the "ready-to-test" label is applied. I will add it automatically once the PR has 2 approvals, or you can add it manually.

Go dependencies are handled by package, not by module, and per-package
splits are handled correctly. Having a separate package makes it
easier to track dependencies, but it can cause friction when handling
sub-module updates, and it leads to difficulties with go install (see
<golang/go#44840>).

Signed-off-by: Stephen Kitt <skitt@redhat.com>
@submariner-bot submariner-bot added the ready-to-test When a PR is ready for full E2E testing label Dec 15, 2021
@skitt skitt merged commit 1820e48 into submariner-io:devel Dec 16, 2021
@submariner-bot
Copy link
Contributor

🤖 Closed branches: [z_pr1612/skitt/merge-api]

@skitt skitt deleted the merge-api branch December 16, 2021 15:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready-to-test When a PR is ready for full E2E testing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants