Improve the comments in the POE component examples. Rob Bloodgood pointed out that the code's not self-explanatory. |
|
More...
|
over 14 years ago
|
Forgot to document a couple newish classes. |
|
More...
|
over 14 years ago
|
Update experimental promise collection to use Sender. |
|
More...
|
over 14 years ago
|
Implement Reflex::Sender and basic test for it. |
|
More...
|
over 14 years ago
|
Promote some of the eg files to tests. |
|
More...
|
over 14 years ago
|
Merge branch 'agorman' |
|
More...
|
over 14 years ago
|
Update dist.ini and add MANIFEST.SKIP. |
|
More...
|
over 14 years ago
|
Implement _sender as a stack |
|
More...
|
over 14 years ago
|
Fix Reflex::Role::Streaming's implementation and docs, a bug found by Nick Perez. |
|
More...
|
over 14 years ago
|
Document why emit() is bad inside Reflex roles and the plan to replace them. |
|
More...
|
over 14 years ago
|
Document "Reflexive" namespace as the preferred sandbox. Document the alternatives that were considered, pros and cons. |
|
More...
|
over 14 years ago
|
Fix an example error discovered out by Matt S. Trout. |
|
More...
|
over 14 years ago
|
Add the one-way streaming roles needed for IPC::Run integration. |
|
More...
|
almost 15 years ago
|
Skip installing some really crufty files. |
|
More...
|
almost 15 years ago
|
Note why Reflex::Types might be needed in the future. |
|
More...
|
almost 15 years ago
|
Fix Reflex handling of terminal POE signals. The presence of a Reflex signal handler should imply POE::Kernel->sig_handled(). Fixes a bug found by confound in irc.perl.org #poe. |
|
More...
|
almost 15 years ago
|
Fix Reflex::Role::Collectible's use of type constraints. HDP pointed out that it was bypassing type constraints by using its objects hash directly and explained how to do it correctly. |
|
More...
|
almost 15 years ago
|
Add Acceptor and Connector role events. |
|
More...
|
almost 15 years ago
|
Parameterize events the roles can emit. Create eg-15-ipc-run.pl and a supporting role and class. |
|
More...
|
almost 15 years ago
|
Explore a couple of agorman's questions about collections emitting events. |
|
More...
|
almost 15 years ago
|
Added functionality that provides a callback interface for elements in the Collection |
|
More...
|
almost 15 years ago
|
Send parameters to cross-session callbacks. Agorman (irc.perl.org #reflex) discovered that they weren't being received. |
|
More...
|
almost 15 years ago
|
Close a hole where the singleton session goes away and isn't rebuilt as needed. Fixes agorman's test case from irc.perl.org #reflex. |
|
More...
|
almost 15 years ago
|
Add agorman's test for run_all() called twice, and fix the problem. |
|
More...
|
almost 15 years ago
|
Fix emitting/observing attributes in the weak TTL examples. They still don't work, however. |
|
More...
|
almost 15 years ago
|
Add "emits" and "observes" attribute declarations. |
|
More...
|
almost 15 years ago
|
Add simpler has_many syntax for Reflex::Collection. |
|
More...
|
almost 15 years ago
|
Document another urgent TODO and expand upon the less urgent one. |
|
More...
|
almost 15 years ago
|
New example using Reflex within Bot::BasicBot. Incomplete, per TODO notes within this commit. |
|
More...
|
almost 15 years ago
|
Document a new example idea: Using Reflex from POE programs. |
|
More...
|
almost 15 years ago
|