-
Notifications
You must be signed in to change notification settings - Fork 9.6k
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
remote/backend/swift: Add support for workspaces #18378
Conversation
yanndegat
commented
Jul 3, 2018
- add support for workspaces in remote backend swift
- fix failing acc tests
ping @jtopjian |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One general comment.
The Swift implementation looks good to me.
|
||
if err != nil { | ||
return nil, err | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
From what I can tell, there's no new error being generated between here and line 30, so can this be removed?
Solid 👍 from me aswell... Workspace support was always something I meant to loop back round to, but never found the time... |
5210417
to
8cee67e
Compare
7ddffe7
to
c321c94
Compare
- add support for workspaces in remote backend swift - fix failing acc tests
c321c94
to
be3a6b7
Compare
closing in favor of #20211 |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |