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

refactoring: remove un-used code, add go doc #199

Merged
merged 4 commits into from
Feb 5, 2019

Conversation

bzz
Copy link
Contributor

@bzz bzz commented Feb 4, 2019

Refactoring, consisting of

TEST PLAN:

  • make test

@bzz bzz requested a review from creachadair February 4, 2019 18:22
@bzz bzz self-assigned this Feb 4, 2019
enry.go Show resolved Hide resolved
utils.go Outdated Show resolved Hide resolved
Copy link
Contributor

@creachadair creachadair left a comment

Choose a reason for hiding this comment

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

Just a couple of cosmetic comments; merge at will.

bzz added 2 commits February 4, 2019 21:23
Refactoring, consisting of
 - remove unused method `isAuxiliaryLanguage` and `FileCountList`
   in order to reduce public API surfaces (go/java)
 - add GoDoc to public APIs

TEST PLAN:
 - make test

Signed-off-by: Alexander Bezzubov <[email protected]>
Signed-off-by: Alexander Bezzubov <[email protected]>
@bzz bzz force-pushed the refactoring/api-surface-docs branch from d530369 to f93d23e Compare February 4, 2019 20:27
@bzz
Copy link
Contributor Author

bzz commented Feb 4, 2019

@creachadair addressed in f93d23e

Waiting for a green CI before merge.

It also now mimics https://docs.travis-ci.com/user/languages/go/#go-import-path
for non-go build image, as code relis oninternal imports.

Signed-off-by: Alexander Bezzubov <[email protected]>
@bzz bzz force-pushed the refactoring/api-surface-docs branch from 5402d95 to 8ffdf51 Compare February 5, 2019 11:42
@bzz
Copy link
Contributor Author

bzz commented Feb 5, 2019

Java UnitTest CI fixed in 8ffdf51, PR description updated.

@bzz bzz requested review from juanjux and dennwc February 5, 2019 11:47
utils.go Outdated Show resolved Hide resolved
@bzz bzz merged commit 13d3d66 into src-d:master Feb 5, 2019
@bzz bzz deleted the refactoring/api-surface-docs branch February 5, 2019 21:54
bzz added a commit to bzz/enry that referenced this pull request Feb 20, 2019
Refactoring, consisting of
 - remove unused method `isAuxiliaryLanguage` and `FileCountList`
   in order to reduce public API surfaces (go/java)
 - add GoDoc to public APIs
 - ci: java profile use latest go src
  It also now mimics https://docs.travis-ci.com/user/languages/go/#go-import-path
  for non-go build image, as code relies on internal imports.

TEST PLAN:
 - make test
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.

2 participants