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

Fixes #8607 - remove unnecessary module dependency resolution #155

Merged
merged 1 commit into from Dec 9, 2014

Conversation

mbacovsky
Copy link
Member

Module dependency resolution is not necessary and should be ensured by the module. From the previous fix I left ordering of the modules and reimplemented detection of loading disables modules as module deps.

@domcleal
Copy link
Contributor

domcleal commented Dec 9, 2014

I haven't reviewed the code, but this makes a lot more sense and would appear to fix the bug.

word.downcase!
word
end

Copy link
Member

Choose a reason for hiding this comment

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

Could you please add some tests for this function?

Copy link
Member Author

Choose a reason for hiding this comment

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

Some tests added

@tstrachota
Copy link
Member

I agree it makes more sense. My tests were successful. 👍 when the inline comment is fixed.

@tstrachota
Copy link
Member

I think @komidore64 should check this change as well to make sure 'hammer-cli-sam' is fine with that.

@komidore64
Copy link
Contributor

this shouldn't cause any problems with hammer-cli-sam. as it only depends on hammer-cli-katello and modifies classes from the HammerCLIKatello namespace.

@tstrachota
Copy link
Member

Cool, we're good to merge then @mbacovsky

@mbacovsky
Copy link
Member Author

Thanks for review, @tstrachota and @komidore64

mbacovsky added a commit that referenced this pull request Dec 9, 2014
Fixes #8607 - remove unnecessary module dependency resolution
@mbacovsky mbacovsky merged commit def9a71 into theforeman:master Dec 9, 2014
@komidore64
Copy link
Contributor

👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
5 participants