Skip to content
This repository has been archived by the owner on Dec 8, 2021. It is now read-only.

Hide CallSettings as private. #39

Merged
merged 1 commit into from
Aug 18, 2016
Merged

Conversation

jmuk
Copy link
Contributor

@jmuk jmuk commented Aug 18, 2016

In Ruby, a 'private constant' is a constant which will have
to be accessed without prefix. So all entties inside of
Google::Gax can still access it as-is, but outside the module
it can't be accessed as Google::Gax::CallSettings.

This affects the tests, so this patch introduced a renaming
to toplevel ::CallSettings in a way to avoid violating
access of private constant.

updates googleapis/gax-python#112

In Ruby, a 'private constant' is a constant which will have
to be accessed without prefix. So all entties inside of
Google::Gax can still access it as-is, but outside the module
it can't be accessed as Google::Gax::CallSettings.

This affects the tests, so this patch introduced a renaming
to toplevel ::CallSettings in a way to avoid violating
access of private constant.

updates googleapis/gax-python#112
@codecov-io
Copy link

codecov-io commented Aug 18, 2016

Current coverage is 98.48% (diff: 100%)

Merging #39 into master will increase coverage by <.01%

@@             master        #39   diff @@
==========================================
  Files            11         11          
  Lines          1189       1192     +3   
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
+ Hits           1171       1174     +3   
  Misses           18         18          
  Partials          0          0          

Powered by Codecov. Last update 5ff79c3...1beb64f

@geigerj
Copy link
Contributor

geigerj commented Aug 18, 2016

Cool, thanks for doing this!

LGTM

@jmuk jmuk merged commit 6426db7 into googleapis:master Aug 18, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants