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

Improve workspace support #115

Merged
merged 21 commits into from
Jun 2, 2017
Merged

Improve workspace support #115

merged 21 commits into from
Jun 2, 2017

Conversation

Raynos
Copy link
Contributor

@Raynos Raynos commented Jun 1, 2017

Improve support for "workspace" and multiple GOPATH

  • Fixed PackageHelper to not rely on "gatewayNamespace" and instead rely surely on packageRoot
  • Fixed code to not generate "package name" from thrift file which is incorrect, instead use module system
  • Fixed makefile to support "workspace"
  • Fixed makefile & code coverage tooling to be GOPATH agnostic.

r: @uber/zanzibar-team

@Raynos Raynos changed the title WIP: Improve workspace support Improve workspace support Jun 2, 2017
@@ -127,6 +127,7 @@ func main() {
return
}

// Do not paralleliz, not worth it.
Copy link
Contributor

Choose a reason for hiding this comment

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

sp : parallelize

@stevededalus
Copy link
Contributor

LGTM

@Raynos Raynos merged commit b6eaaec into master Jun 2, 2017
@Raynos Raynos deleted the improve-workspace-support branch June 2, 2017 01:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants