0
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fill in the blanks of the PDRD synopsis :)
Shawn M Moore
as sartak
More... about 16 years ago
Include the regex in the (unlikely) error just in case
Shawn M Moore
as sartak
More... about 16 years ago
Tests for token_delimiter and case_sensitive_tokens config
Shawn M Moore
as sartak
More... about 16 years ago
Allow a declarative dispatcher to decide whether it wants its token-rules to be case sensitive
Shawn M Moore
as sartak
More... about 16 years ago
Plenty of tokens tests
Shawn M Moore
as sartak
More... about 16 years ago
Add support for case insensitive matching in tokens rules
Shawn M Moore
as sartak
More... about 16 years ago
Changes thus far
Shawn M Moore
as sartak
More... about 16 years ago
Make tests work!
Shawn M Moore
as sartak
More... about 16 years ago
Turn ends_dispatch into an attribute
Shawn M Moore
as sartak
More... about 16 years ago
Test fixes
Shawn M Moore
as sartak
More... about 16 years ago
Add tests for run returning values
Shawn M Moore
as sartak
More... about 16 years ago
Each match gets a scalar result
Shawn M Moore
as sartak
More... about 16 years ago
Pass through return values
Shawn M Moore
as sartak
More... about 16 years ago
It's called init_arg not init_args
Shawn M Moore
as sartak
More... about 16 years ago
Skeleton of the Rule::Dispatch doc
Shawn M Moore
as sartak
More... about 16 years ago
Bump to 0.05
Shawn M Moore
as sartak
More... about 16 years ago
Oops, forgot to regenerate the signature
Shawn M Moore
as sartak
More... about 16 years ago
Bump to 0.04
Shawn M Moore
as sartak
More... about 16 years ago
Prior art etc :)
Shawn M Moore
as sartak
More... about 16 years ago
Changes
Shawn M Moore
as sartak
More... about 16 years ago
Add a rewrite example to the PDD synopsis
Shawn M Moore
as sartak
More... about 16 years ago
Rename redispatch back to run, it's not worth having separate
Shawn M Moore
as sartak
More... about 16 years ago
Pass on args
Shawn M Moore
as sartak
More... about 16 years ago
Add "rewrite" sugar
Shawn M Moore
as sartak
More... about 16 years ago
Rename "run" to "redispatch"
Shawn M Moore
as sartak
More... about 16 years ago
Don't settle for matching a prefix if the tokens rule does not want to be prefix matched
Shawn M Moore
as sartak
More... about 16 years ago
For now we need to inform the dispatcher of the super dispatcher, hopefully this can become automatic in the future
Shawn M Moore
as sartak
More... about 16 years ago
"match" is what returns the PD::Match objects, not "_match"
Shawn M Moore
as sartak
More... about 16 years ago
Path::Dispatcher::Rule::Dispatch which is a much saner and more flexible "super dispatcher"
Shawn M Moore
as sartak
More... about 16 years ago
Remove add_redispatch
Shawn M Moore
as sartak
More... about 16 years ago