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

ViewLocationExpanderContext should have a flag that indicates if the lookup is a partial #2052

Merged
merged 1 commit into from
Feb 27, 2015

Conversation

pranavkm
Copy link
Contributor

lookup is for a full or partial view

Fixes #1212

@ghost ghost added the cla-not-required label Feb 20, 2015
@pranavkm pranavkm changed the title ViewLocationExpanderContext should have a flag that indicates if the ViewLocationExpanderContext should have a flag that indicates if the lookup is a partial Feb 20, 2015
keyBuilder.Append(context.ViewName)
.Append(CacheKeySeparator)
.Append(context.IsPartial ? 1 : 0)
Copy link
Member

Choose a reason for hiding this comment

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

Consider if it's worth using something other than a digit here to keep this readable. I don't think it matters much but the thought occurred to me.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Sure.

@rynowak
Copy link
Member

rynowak commented Feb 24, 2015

:shipit:

@pranavkm pranavkm merged commit 73f4488 into dev Feb 27, 2015
@pranavkm pranavkm deleted the 1212 branch February 27, 2015 02:57
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.

2 participants