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
|
b503836e32
|
Do not allow failure on 7.1
|
2016-12-29 16:54:19 -06:00 |
|
Aaron Piotrowski
|
0659f6f3ee
|
Update to loop standard v0.4
|
2016-12-29 16:54:10 -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 |
|
Niklas Keller
|
2a65c0735b
|
Fix docblock for Placeholder::when
|
2016-12-23 23:48:24 +01:00 |
|
Aaron Piotrowski
|
bc1ae1822c
|
Unreference watcher in Amp\timout()
|
2016-12-17 08:28:19 -06: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
|
93ad513ab1
|
Remove dead code
Deferred and Postponed will never throw from the functions they define.
|
2016-12-15 17:34:30 -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
|
1bbcadaedd
|
Rename Observer::next to Observer::advance
|
2016-12-13 20:37:51 +01: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 |
|
Niklas Keller
|
e4d97caad7
|
Fix whitespace
|
2016-12-11 16:17:51 +01:00 |
|
Niklas Keller
|
2ba73e90fc
|
Fix documentation to point to when instead of then and done
|
2016-12-11 16:16:12 +01:00 |
|
Niklas Keller
|
bd7e84a138
|
Improve error messages
|
2016-12-11 16:12:42 +01:00 |
|
Aaron Piotrowski
|
3f2e0e1b72
|
Fix method name in wait() test
|
2016-11-14 16:29:49 -06:00 |
|
Aaron Piotrowski
|
f95412770b
|
Lazy promise bugfix
|
2016-11-14 14:10:44 -06:00 |
|
Aaron Piotrowski
|
9927ad5b4f
|
Awaitable → Promise
|
2016-11-14 13:59:21 -06:00 |
|
Aaron Piotrowski
|
94e66ce08b
|
Update loop standard dependency
|
2016-09-09 18:05:13 -05:00 |
|
Aaron Piotrowski
|
7f5142be88
|
Fix map() return type
|
2016-09-09 18:05:01 -05:00 |
|
Aaron Piotrowski
|
2a6dddcfa7
|
Test on 7.1
|
2016-09-07 16:49:47 -05:00 |
|
Aaron Piotrowski
|
759af93112
|
Missed static; remove unused import
|
2016-09-07 12:24:49 -05:00 |
|
Aaron Piotrowski
|
0992eaea89
|
CallableFromMethod -> CallableMaker
|
2016-08-30 10:34:17 -05:00 |
|
Aaron Piotrowski
|
448391531e
|
Add CallableFromMethod trait
|
2016-08-29 18:35:49 -05:00 |
|
Aaron Piotrowski
|
220c969e12
|
Allow Amp\*() loop callbacks to return values
Asserting that the function be void if not a Generator turned out to be just annoying rather than helpful.
|
2016-08-29 12:40:13 -05:00 |
|
Aaron Piotrowski
|
44aee8de47
|
Restrict callback returns to void or Generator
|
2016-08-26 16:29:57 -05:00 |
|
Aaron Piotrowski
|
edf2984863
|
Update Observable-based functions
Some of the changes to Observables broke functions using them.
|
2016-08-23 13:22:24 -05:00 |
|
Aaron Piotrowski
|
f46912d387
|
Fix bug on null emits
|
2016-08-23 13:18:56 -05:00 |
|
Aaron Piotrowski
|
6e1c1db5a6
|
Drop special behavior when emitting an observable
|
2016-08-23 13:17:59 -05:00 |
|
Aaron Piotrowski
|
3ce0c0dd37
|
Resolve with boolean, not emitted value
|
2016-08-23 12:50:16 -05:00 |
|
Bob Weinand
|
c89f10eef0
|
Make Observer::drain() public
|
2016-08-23 16:21:05 +02:00 |
|
Aaron Piotrowski
|
5f1354bf1a
|
Add drain() method to Observer
|
2016-08-23 08:50:04 -05:00 |
|
Aaron Piotrowski
|
ddefcf21f9
|
Implement Observable in Success and Failure
|
2016-08-22 16:21:47 -05:00 |
|
Aaron Piotrowski
|
ef143534e3
|
Fix issue with resolved Observer not receiving all values
|
2016-08-22 10:54:39 -05: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
|
d4e83490c2
|
Drop unsubscribing from Observable
|
2016-08-17 21:11:03 -05:00 |
|
Aaron Piotrowski
|
36bfc3e20a
|
Fix namespace
|
2016-08-16 23:27:10 -05:00 |
|
Aaron Piotrowski
|
8eda038155
|
Use strict types in tests; update some tests
|
2016-08-16 16:39:25 -05:00 |
|
Aaron Piotrowski
|
2317a3aa37
|
Unsubscribe from emitted observable if failed
|
2016-08-16 16:31:09 -05:00 |
|
Aaron Piotrowski
|
84c2572e0a
|
Prevent fail call after resolution
|
2016-08-16 13:30:32 -05:00 |
|
Aaron Piotrowski
|
bdc26e1e8b
|
Combine use statements
|
2016-08-16 13:07:51 -05:00 |
|
Aaron Piotrowski
|
dae4eb90da
|
Better Emitter fix; fail observable if emitted awaitable fails
|
2016-08-16 13:07:38 -05:00 |
|
Aaron Piotrowski
|
a8a5a1b3a5
|
Fix Emitter
|
2016-08-16 02:28:47 -05:00 |
|
Aaron Piotrowski
|
888229d667
|
Use strict types
|
2016-08-15 23:46:26 -05:00 |
|
Bob Weinand
|
7c9a004024
|
Fix composer build (0.2 for event-loop)
|
2016-08-15 15:47:26 +02:00 |
|