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

Make search list last in lookup #165

Merged
merged 2 commits into from
Dec 18, 2014
Merged

Make search list last in lookup #165

merged 2 commits into from
Dec 18, 2014

Conversation

asottile
Copy link
Collaborator

No description provided.

@asottile
Copy link
Collaborator Author

Please hold off on merging this. I'd like to get our codebase working with it first.

@asottile asottile force-pushed the search_list_last branch 3 times, most recently from 79cc7e2 to c8a0545 Compare December 17, 2014 15:55
@@ -48,6 +49,9 @@

DEFAULT_COMPILER_SETTINGS = dict((v[0], v[1]) for v in _DEFAULT_COMPILER_SETTINGS)

CLASS_NAME = '__yelp_cheetah_template_cls__'
Copy link
Contributor

Choose a reason for hiding this comment

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

I know it seems like bikeshed, but double-double-under has a meaning in python that's not meant here. The name mangling pattern, which is essentially what you want here is _{prefixname}__{name}. I'd be happy if we followed that convention.

@coveralls
Copy link

Coverage Status

Coverage remained the same when pulling f193df0 on search_list_last into 4602fad on master.

@asottile
Copy link
Collaborator Author

I've changed the name to YelpCheetahTemplate and YelpCheetahBaseClass -- merging this

asottile added a commit that referenced this pull request Dec 18, 2014
Make search list last in lookup
@asottile asottile merged commit ff5c06c into master Dec 18, 2014
@asottile asottile deleted the search_list_last branch December 18, 2014 15:53
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

3 participants