0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jul 28, 2024 — Jul 28, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Improve the comments in the POE component examples. Rob Bloodgood pointed out that the code's not self-explanatory.
rcaputo
as Rocco Caputo
More... over 14 years ago
Forgot to document a couple newish classes.
rcaputo
as Rocco Caputo
More... over 14 years ago
Update experimental promise collection to use Sender.
rcaputo
as Rocco Caputo
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.
rcaputo
as Rocco Caputo
More... over 14 years ago
Merge branch 'agorman'
rcaputo
as Rocco Caputo
More... over 14 years ago
Update dist.ini and add MANIFEST.SKIP.
rcaputo
as Rocco Caputo
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.
rcaputo
as Rocco Caputo
More... over 14 years ago
Document why emit() is bad inside Reflex roles and the plan to replace them.
rcaputo
as Rocco Caputo
More... over 14 years ago
Document "Reflexive" namespace as the preferred sandbox. Document the alternatives that were considered, pros and cons.
rcaputo
as Rocco Caputo
More... over 14 years ago
Fix an example error discovered out by Matt S. Trout.
rcaputo
as Rocco Caputo
More... over 14 years ago
Add the one-way streaming roles needed for IPC::Run integration.
rcaputo
as Rocco Caputo
More... almost 15 years ago
Skip installing some really crufty files.
rcaputo
as Rocco Caputo
More... almost 15 years ago
Note why Reflex::Types might be needed in the future.
rcaputo
as Rocco Caputo
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.
rcaputo
as Rocco Caputo
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.
rcaputo
as Rocco Caputo
More... almost 15 years ago
Add Acceptor and Connector role events.
rcaputo
as Rocco Caputo
More... almost 15 years ago
Parameterize events the roles can emit. Create eg-15-ipc-run.pl and a supporting role and class.
rcaputo
as Rocco Caputo
More... almost 15 years ago
Explore a couple of agorman's questions about collections emitting events.
rcaputo
as Rocco Caputo
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.
rcaputo
as Rocco Caputo
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.
rcaputo
as Rocco Caputo
More... almost 15 years ago
Add agorman's test for run_all() called twice, and fix the problem.
rcaputo
as Rocco Caputo
More... almost 15 years ago
Fix emitting/observing attributes in the weak TTL examples. They still don't work, however.
rcaputo
as Rocco Caputo
More... almost 15 years ago
Add "emits" and "observes" attribute declarations.
rcaputo
as Rocco Caputo
More... almost 15 years ago
Add simpler has_many syntax for Reflex::Collection.
rcaputo
as Rocco Caputo
More... almost 15 years ago
Document another urgent TODO and expand upon the less urgent one.
rcaputo
as Rocco Caputo
More... almost 15 years ago
New example using Reflex within Bot::BasicBot. Incomplete, per TODO notes within this commit.
rcaputo
as Rocco Caputo
More... almost 15 years ago
Document a new example idea: Using Reflex from POE programs.
rcaputo
as Rocco Caputo
More... almost 15 years ago