kohana / minion

Everyone loves having a minion they can boss around
113 stars 76 forks source link

Feature/cleanup #53

Closed zeelot closed 12 years ago

zeelot commented 12 years ago

Just trying to clean things up and match a little closer to what they used to be.

zeelot commented 12 years ago

@kiall could you give this a quick look? I think I am ok with minion being released in this state (would like to get rid of more static functions down the road)

Kohana-Builds commented 12 years ago

Build Scheduled

Kohana-Builds commented 12 years ago

Build Failed
http://ci.kohanaframework.org/job/kohana-3.3-pull/64/

zeelot commented 12 years ago

Guess I'll try fixing the build tomorrow ;) probably broken unit tests

kiall commented 12 years ago

Re the build failure.. From http://ci.kohanaframework.org/job/kohana-3.3-pull/64/consoleFull

PHP Fatal error:  Class 'Minion_Util' not found in /var/lib/jenkins/jobs/kohana-3.3-pull/workspace/modules/minion/tests/minion/util.php on line 48

Re the pull itself.. Looks good. Let's get this merged once the tests are sorted :)

zeelot commented 12 years ago

!build

Kohana-Builds commented 12 years ago

Build Scheduled

Kohana-Builds commented 12 years ago

Build Failed
http://ci.kohanaframework.org/job/kohana-3.3-pull/71/

Kohana-Builds commented 12 years ago

Build Scheduled

Kohana-Builds commented 12 years ago

Build Passed
http://ci.kohanaframework.org/job/kohana-3.3-pull/72/

biakaveron commented 12 years ago

Task_Help class still uses Minion_Util.

zeelot commented 12 years ago

Thanks I'll take a look!

biakaveron commented 12 years ago

See https://github.com/kohana/minion/pull/55