Niklas Keller
|
4f021220a2
|
Merge async-interop/promise-test into amphp/amp
|
2017-03-10 22:07:26 +01:00 |
|
Niklas Keller
|
0be9ae9ade
|
Switch from AsyncInterop\Promise to Amp\Promise
|
2017-03-10 21:58:46 +01:00 |
|
Niklas Keller
|
e64bbfb9f5
|
Add Loop::set, auto-wrapping, fixup things
|
2017-03-10 21:31:57 +01:00 |
|
Niklas Keller
|
f4f9008ca0
|
Merge amphp/amp repository into amphp/amp
|
2017-03-10 18:26:17 +01:00 |
|
Niklas Keller
|
942cf801bd
|
Merge async-interop/event-loop repository into amphp/amp
|
2017-03-10 18:07:13 +01:00 |
|
Aaron Piotrowski
|
72378e2b82
|
Add Amp\call()
|
2017-02-22 15:52:30 -06:00 |
|
Aaron Piotrowski
|
1369f5fd47
|
Assert callback count
|
2017-02-10 09:41:43 -06:00 |
|
Aaron Piotrowski
|
b72e504eab
|
Ensure correct argument order in multi-argument lift
|
2017-02-09 22:34:24 -06:00 |
|
Aaron Piotrowski
|
5dade2443f
|
Fix error in Message with empty stream
|
2017-01-31 17:30:05 -06:00 |
|
Aaron Piotrowski
|
5f284b2f70
|
Refactor Message, add Iterator
|
2017-01-31 17:09:38 -06:00 |
|
Aaron Piotrowski
|
0631560c65
|
Merge pull request #62 from amphp/drop-choose
Drop Amp\choose
|
2017-01-15 08:49:11 -06:00 |
|
Aaron Piotrowski
|
84917e7786
|
Add Message and Listener::getBuffered()
|
2017-01-13 18:46:32 -06:00 |
|
Aaron Piotrowski
|
df901a0305
|
Remove stream() method from Listener
|
2017-01-13 18:12:38 -06:00 |
|
Niklas Keller
|
36df722e95
|
Remove ChooseTest
|
2017-01-13 20:09:46 +01:00 |
|
Aaron Piotrowski
|
a643f9a260
|
Remove last consumed value from listener before drain
|
2017-01-11 20:13:12 -06:00 |
|
Niklas Keller
|
5a92c31197
|
Fix bootstrap test and execute it
|
2017-01-08 17:24:25 +01:00 |
|
Niklas Keller
|
30a6ac24ed
|
Test bootstrap file
|
2017-01-08 17:12:04 +01:00 |
|
Aaron Piotrowski
|
4c48037295
|
Add reference/unreference methods to Pause
|
2017-01-08 01:15:57 -06:00 |
|
Aaron Piotrowski
|
ae28eae552
|
Lazy → LazyPromise
|
2017-01-08 01:02:11 -06:00 |
|
Aaron Piotrowski
|
0a79a063a6
|
Drop redundant tests
Covered by testInvalidYieldCatchingThrownException and testInvalidYieldCatchingThrownExceptionAndThrowing.
|
2017-01-08 00:34:41 -06:00 |
|
Aaron Piotrowski
|
5ad1fdb38b
|
Add more Listener tests and kill another Humbug mutant
|
2017-01-08 00:22:07 -06:00 |
|
Niklas Keller
|
3b46c168a5
|
Improve tests and kill some Humbug mutants
|
2017-01-07 22:55:34 +01:00 |
|
Aaron Piotrowski
|
2976ebdbb5
|
Throw on consecutive calls to Listener::advance(); better property names
|
2017-01-07 12:31:36 -06:00 |
|
Aaron Piotrowski
|
cf5ebb1408
|
Better error message when emitting after resolve
|
2017-01-07 12:25:04 -06:00 |
|
Niklas Keller
|
bc110c4d63
|
Add test for callback combination in WhenQueue
|
2017-01-07 14:24:21 +01:00 |
|
Niklas Keller
|
ae69e92266
|
Update to promise 0.4.0 and event-loop 0.5.0, add humbug config
|
2017-01-07 13:47:45 +01:00 |
|
Niklas Keller
|
568183b261
|
Update to event-loop 0.5.0
|
2017-01-07 13:45:03 +01:00 |
|
Niklas Keller
|
559c64fdb8
|
Add test for invalid stream arguments
|
2017-01-06 23:16:06 +01:00 |
|
Aaron Piotrowski
|
c80f264e7e
|
Remove unneeded support check
|
2017-01-05 17:21:30 -06:00 |
|
Aaron Piotrowski
|
02c2fcf0fa
|
Add implementation using event extension
|
2017-01-05 14:08:33 -06:00 |
|
Aaron Piotrowski
|
210b6ff258
|
Observable → Stream
|
2017-01-03 19:10:27 -06:00 |
|
Josh Di Fabio
|
b9b49b3eaf
|
Change namespace to AsyncInterop\Loop
|
2017-01-02 20:48:48 +00:00 |
|
Aaron Piotrowski
|
7cd505342a
|
Update PromiseTest
setUp() and tearDown() code moved to async-interop/promise-test
|
2016-12-30 13:01:09 -06:00 |
|
Aaron Piotrowski
|
a872f14fd4
|
Drop Amp\range(), add Amp\observableFromIterable()
|
2016-12-30 12:50:09 -06:00 |
|
Aaron Piotrowski
|
b5d5b8dff1
|
Drop loop wrapper functions
|
2016-12-29 16:57:08 -06:00 |
|
Aaron Piotrowski
|
5651240615
|
Update to promise spec v0.3
Dropped strict-types due to spec requiring weak types in callbacks.
|
2016-12-29 16:29:27 -06:00 |
|
Aaron Piotrowski
|
b1e58862b2
|
Add extension required annotations on Ev and Uv loop tests
|
2016-12-29 14:47:06 -06:00 |
|
Aaron Piotrowski
|
225c0703ee
|
Merge branch 'event-loop-v0.4' into uv
|
2016-12-28 13:02:20 -06:00 |
|
Niklas Keller
|
53bd12bbbd
|
Rename Loop::info to Loop::getInfo
We use `get` for all other similar methods, too. Closes #102.
|
2016-12-23 10:58:26 +01:00 |
|
Aaron Piotrowski
|
8ef760f53c
|
More tests
|
2016-12-17 08:16:17 -06:00 |
|
Aaron Piotrowski
|
11f1c7e7c4
|
Amp\lazy() → Amp\Lazy
Plus some tests!
|
2016-12-15 18:50:33 -06:00 |
|
Aaron Piotrowski
|
6e97e6630d
|
Fix some function bugs and add more tests
|
2016-12-15 17:31:57 -06:00 |
|
Aaron Piotrowski
|
c73ca4e427
|
Add Emitter and Observer tests
|
2016-12-13 15:29:54 -06:00 |
|
Niklas Keller
|
1299e51ca6
|
Add tests for InvalidYieldError, improve key display
Without something like var_export, null and false are casted to an empty string.
|
2016-12-11 17:08:17 +01:00 |
|
Niklas Keller
|
a66f25e4f6
|
Fix tests
|
2016-12-11 16:39:58 +01:00 |
|
Aaron Piotrowski
|
3f2e0e1b72
|
Fix method name in wait() test
|
2016-11-14 16:29:49 -06:00 |
|
Aaron Piotrowski
|
9927ad5b4f
|
Awaitable → Promise
|
2016-11-14 13:59:21 -06:00 |
|
Aaron Piotrowski
|
96e1178b89
|
Code, docblock, and comment cleanup
|
2016-08-17 22:25:54 -05:00 |
|
Aaron Piotrowski
|
a8d7d71a1a
|
Drop Future and Producer
|
2016-08-17 21:17:31 -05:00 |
|
Aaron Piotrowski
|
36bfc3e20a
|
Fix namespace
|
2016-08-16 23:27:10 -05:00 |
|