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

Remove cache busters part 2 #1178

Merged
merged 6 commits into from
Nov 14, 2013
Merged

Conversation

myronmarston
Copy link
Member

This is part two of #1173. In this, I've finished going through the list of method cache busters produced by @xaviershay's script and reviewed each one, addressing a few of them but mostly adding it to the ignore if it only happens at spec definition time.

This also adds a step to the build that will fail if there are any new method cache busters added.

extend blows the method cache, so it's better
to include once at file load time.
Practically, it doesn't matter here, but since our
`method_cache_busters` script looks for uses of
`extend` this creates one less spot to ignore and
the `include` works just fine.
@JonRowe
Copy link
Member

JonRowe commented Nov 14, 2013

LGTM

myronmarston added a commit that referenced this pull request Nov 14, 2013
@myronmarston myronmarston merged commit d2ef379 into master Nov 14, 2013
@myronmarston myronmarston deleted the remove-cache-busters-part-2 branch November 14, 2013 08:12
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