recoilphp / recoil

Asynchronous coroutines for PHP 7.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Move `Api` interface and React specific code to separate packages.

jmalloc opened this issue · comments

This API can and should be versioned independently of the underlying Recoil implementation.

As per #125, Listener may also need to move into this new package.

This task has sort of become a master task for the splitting of the main recoil repo.

Status update:

  • recoil/api is tagged 0.1.0
  • recoil/dev is done on master, but needs #138 before it can be tagged (currently using the
    react kernel)
  • recoil/react is done on master, but is using recoil's 124-split-repos branch and dev's master branch
  • recoil/recoil is using 124-split-repos branch awaiting #138
  • recoil/channel is using 124-split-repos branch awaiting #138 (currently using react kernel to run tests)

So, TL;DR = blocked by #138 and recoilphp/react#1