issues
search
stevan
/
promises-perl
An implementation of Promises in Perl
31
stars
29
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Moo-sify ALL THE THINGS
#44
yanick
opened
8 years ago
4
it's => its typo
#43
yanick
closed
8 years ago
1
skip tests if AnyEvent is not installed
#42
yanick
closed
8 years ago
2
Update Mojo example
#41
ghost
closed
8 years ago
1
add also META.json file
#40
hatorikibble
closed
8 years ago
0
fixed POD syntax and added additional test
#39
hatorikibble
closed
8 years ago
0
Difference between exception & reject
#38
wangvisual
closed
7 years ago
3
stab at warnings on unhandled rejects
#37
ruz
closed
7 years ago
4
Update documentation for Dist:Zilla
#36
athos-ribeiro
closed
7 years ago
4
itsy bitsy typo in doc
#35
yanick
closed
9 years ago
0
The test suite requires EV.pm to be present, added it to dist.ini's
#34
mschilli
closed
9 years ago
5
small typo fix
#33
garu
closed
10 years ago
0
Protect from circular references with inside-out storage for callbacks
#32
kraih
closed
9 years ago
8
Make Mojo::IOLoop recommended instead of required.
#31
clintongormley
closed
10 years ago
6
Typo fixes. No such function as 'collected'.
#30
lejeunerenard
closed
10 years ago
0
A single pre-resolved promise passed to collect fails
#29
clintongormley
closed
10 years ago
7
Adding a resolved promise to collect causes an exception
#28
oschwald
closed
10 years ago
0
Updated docs to reflect new functionality
#27
clintongormley
closed
10 years ago
2
repository cpan metadata added
#26
dsteinbrunner
closed
10 years ago
0
typo fixes
#25
dsteinbrunner
closed
10 years ago
1
Final changes to conform to A+
#24
clintongormley
closed
10 years ago
1
Conform to Promises A+
#23
clintongormley
closed
10 years ago
3
Reject cbs which return a value should call resolved handlers
#22
clintongormley
closed
10 years ago
11
Updated Changes for v0.08
#21
clintongormley
closed
10 years ago
2
Localized exceptions still failing in perl < 5.14 if the
#20
clintongormley
closed
10 years ago
3
Be more like Q
#19
clintongormley
closed
10 years ago
1
Added tests and docs for exception handling
#18
clintongormley
closed
10 years ago
0
Wrap callbacks in an eval to ensure that exceptions get propagated
#17
clintongormley
closed
10 years ago
0
Should callbacks be eval'ed
#16
clintongormley
closed
10 years ago
6
Don't localize $@ in Perl < v5.14 as it caused $@ to be clobbered.
#15
clintongormley
closed
10 years ago
0
Localised exceptions fail in Perl < 5.14
#14
clintongormley
closed
10 years ago
1
Added Mojo::IOLoop deferred backend
#13
clintongormley
closed
10 years ago
0
Make the deferred backend a package variable
#12
clintongormley
closed
10 years ago
0
Added then_discard() to allow the promise chain to be broken
#11
clintongormley
closed
10 years ago
0
Flattening the return stack
#10
clintongormley
closed
10 years ago
16
Allow then() to execute in the context of the event loop.
#9
clintongormley
closed
10 years ago
12
Provide event-loop specific plugins
#8
clintongormley
closed
10 years ago
14
Clear up resolved and rejected callbacks on resolution or rejection
#7
clintongormley
closed
10 years ago
0
Free reject and resolve CBs on resolve/reject
#6
clintongormley
closed
10 years ago
3
Release of 0.05
#5
clintongormley
closed
10 years ago
4
update link to "missing the point of promises"
#4
rjbs
closed
10 years ago
0
makes the exception handling closer to Promises/A+ specification
#3
wayan
closed
11 years ago
19
fix extra NAME / missing ABSTRACT from dzil conversion
#2
frioux
closed
11 years ago
0
Fix error callback arguments for wrapped promises as produced by `when`
#1
rafl
closed
11 years ago
0
Previous