-
Notifications
You must be signed in to change notification settings - Fork 54
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
exchange PromiseInterface for ExtendedPromiseInterface #179
Comments
that's a BC break, but we can do this in next major release. |
should we have a dev branch for the next major version? |
next release will solve this: https://github.com/reactphp/promise/blob/master/CHANGELOG.md keeping open so we don't forget |
New branch is not needed at the moment. We just leave this ticket open and
collect a few ideas. I do not have any deep plans about new major releases
at the moment.
…On Dec 29, 2017 02:39, "Bas Kamer" ***@***.***> wrote:
next release will solve this: https://github.com/reactphp/
promise/blob/master/CHANGELOG.md
keeping open so we don't forget
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#179 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAYEvE2IxzYBzZeThl6-LPCn8JgnABXKks5tE-BlgaJpZM4ROWId>
.
|
clarification: the next release of reactphp/promise. In the new version ExtendedPromiseInterface's methods are merged into PromiseInterface. Therefore the issue I raised will become void at some point in time. |
I think it's better to leave react promise here. Because amp can adapt it,
you can use this library with amp AND you can also use it with reactphp.
…On Fri, Jun 15, 2018, 14:59 Fritz Gerneth ***@***.***> wrote:
Just stumpled across this issue for the same reason as @basz
<https://github.com/basz> .
Any way curious if @prolic <https://github.com/prolic> 's work on v8
event store will affect this implementation here too? I know amp can adapt
react promises. Still would be better to have one promise implementation
throughout the library?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#179 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAYEvOM72JJiCPyyduXitSwr1X8ZGxqvks5t81s_gaJpZM4ROWId>
.
|
Could we exchange \React\Promise\PromiseInterface for \React\Promise\ExtendedPromiseInterface which simply extends PromiseInterface but has the done method? see https://reactphp.org/promise/#extendedpromiseinterface
until #147 anyway
The text was updated successfully, but these errors were encountered: