Skip to content

Cache pom#1

Merged
NullTerminator merged 2 commits into
NullTerminator:masterfrom
rx:cache-pom
May 29, 2019
Merged

Cache pom#1
NullTerminator merged 2 commits into
NullTerminator:masterfrom
rx:cache-pom

Conversation

@rx

@rx rx commented Apr 22, 2019

Copy link
Copy Markdown

The markup was successfully caching. The POM would re-execute each time even if the item was in cache. The PR fixes that.

Russell Edens added 2 commits April 5, 2019 13:27
Only expand the POM if its not in the cache.
const = DSL::Components::Mixins.const_get(mixin)
include const if const.is_a?(Module)
if const.is_a?(Module)
include Mixins::CacheStore

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

This group of changes isn't needed and just does some duplicate includes of Mixins::CacheStore which is already included on line 18.

@NullTerminator NullTerminator merged commit 9bd8565 into NullTerminator:master May 29, 2019
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