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

Allow Profile Inheritance #96

Merged

Conversation

cryptiklemur
Copy link
Member

Sent using Gush

@cryptiklemur
Copy link
Member Author

@wouterj Mind checking this?

$this->buildTasks($profile['tasks']);

if (!empty($profile['uses']) && !empty($profile['uses']['after'])) {
Copy link
Contributor

Choose a reason for hiding this comment

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

there is a library for this https://github.com/igorw/get-in we can leverage

Copy link
Member Author

Choose a reason for hiding this comment

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

Don't want to add a new library for a simple !empty check...

Copy link
Contributor

Choose a reason for hiding this comment

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

yeah i wouldn't either, but the import is very light, is almost a set of functions you could even copy paste if you don't like, however we keep the require because of bugfixes

Copy link
Member Author

Choose a reason for hiding this comment

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

THis should be fine like this. Its a simple call

@coveralls
Copy link

Coverage Status

Changes Unknown when pulling 2b9a484 on aequasi:96-allow-profile-inheritance into * on bldr-io:master*.

cryptiklemur added a commit that referenced this pull request Jul 24, 2014
@cryptiklemur cryptiklemur merged commit d16ffe1 into bldr-io:master Jul 24, 2014
@wouterj
Copy link
Contributor

wouterj commented Jul 24, 2014

This should be covered by a test :)

@cryptiklemur
Copy link
Member Author

Yeah.... >.> ill try and throw that in tonight...

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

Successfully merging this pull request may close these issues.

None yet

4 participants