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

Add sibling import to cloudidentity #3769

Merged
merged 1 commit into from
Jul 22, 2020

Conversation

rileykarson
Copy link
Member

This ended up fixing my import problems (for now).

goimports gets confused about sibling imports sometimes, particularly when using a non-v1 package. It will generally add the explicit package name in these cases. However, for whatever reason, that wasn't working and it was removing it entirely instead. If the imports already starts with the sibling import specified, it's sticky (since that's how you would rename the package it gets preserved) and tends to work. Computers 🤷‍♀️

Release Note Template for Downstream PRs (will be copied)


@modular-magician
Copy link
Collaborator

Hi! I'm the modular magician. Your PR hasn't generated any diffs, but I'll let you know if a future commit does.

@modular-magician
Copy link
Collaborator

I have triggered VCR tests based on this PR's diffs. See the results here: "https://ci-oss.hashicorp.engineering/viewQueued.html?itemId=134829"

@modular-magician
Copy link
Collaborator

I have triggered VCR tests in RECORDING mode for the following tests that failed during VCR: TestAccContainerCluster_withPrivateClusterConfigMissingCidrBlock|TestAccServiceAccountIamBinding_withAndWithoutCondition|TestAccServiceAccountIamMember_withAndWithoutCondition|TestAccMonitoringMetricDescriptor_monitoringMetricDescriptorAlertExample You can view the result here: "https://ci-oss.hashicorp.engineering/viewQueued.html?itemId=134833"

@rileykarson rileykarson merged commit dbe11d0 into GoogleCloudPlatform:master Jul 22, 2020
@rileykarson rileykarson deleted the sibling-import branch July 22, 2020 19:06
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.

3 participants