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

[WIP] 4.0@dev #39

Closed
wants to merge 173 commits into from
Closed

[WIP] 4.0@dev #39

wants to merge 173 commits into from

Conversation

kohkimakimoto
Copy link
Owner

Rebuild using laravel (Illuminate) components.
This PR includes a lot of changes.

Design and implementation NOTE:

  • RuntimeTask class is too complex class (including a lot of dependences). At now, it has methods to do almost anything in a user defined task. For instance:$task->exec() ,$task->writeln(), $task->call(). So, I want to divide this class to some classes.
  • $task->exec() is deprecated. I'm making new syntax. for instance Process::on() that refers to laravel facades.
  • $task->writeln() is deprecated. I'm making Output::writeln().

@coveralls
Copy link

Coverage Status

Coverage decreased (-4.36%) when pulling f14949e on 4.0 into b03b54a on master.

@coveralls
Copy link

Coverage Status

Coverage decreased (-3.78%) when pulling f7cf055 on 4.0 into b03b54a on master.

@coveralls
Copy link

Coverage Status

Coverage decreased (-3.58%) when pulling 5b808e7 on 4.0 into b03b54a on master.

@coveralls
Copy link

Coverage Status

Coverage decreased (-5.96%) when pulling 0994599 on 4.0 into b03b54a on master.

@coveralls
Copy link

Coverage Status

Coverage decreased (-5.91%) when pulling 0994599 on 4.0 into b03b54a on master.

@coveralls
Copy link

Coverage Status

Coverage decreased (-7.3%) when pulling d38e547 on 4.0 into b03b54a on master.

@coveralls
Copy link

Coverage Status

Coverage decreased (-9.22%) when pulling 44f00f2 on 4.0 into b03b54a on master.

@coveralls
Copy link

Coverage Status

Coverage decreased (-9.22%) when pulling 12eb721 on 4.0 into b03b54a on master.

@coveralls
Copy link

Coverage Status

Coverage decreased (-9.21%) when pulling 680df64 on 4.0 into b03b54a on master.

@coveralls
Copy link

Coverage Status

Coverage decreased (-9.22%) when pulling 6192aaf on 4.0 into b03b54a on master.

@coveralls
Copy link

Coverage Status

Coverage decreased (-9.16%) when pulling 9e70963 on 4.0 into b03b54a on master.

1 similar comment
@coveralls
Copy link

Coverage Status

Coverage decreased (-9.16%) when pulling 9e70963 on 4.0 into b03b54a on master.

@coveralls
Copy link

Coverage Status

Coverage decreased (-9.74%) when pulling 7b09411 on 4.0 into b03b54a on master.

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