Bug #1123
Handlers with ** work incorrectly
Status: | Approved | Start date: | 06/16/2015 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | Miroslav Fidler | % Done: | 0% | |
Category: | Skylark | Spent time: | - | |
Target version: | Release 2015.2 |
Description
When the handler path contains "**", the "handler function" in witz treats it as if it was only "*", i.e. uses only one argument.
I attached a modified Skylark03 tutorial demonstrating the flawed cases. See the comments in index.witz.
I also tried to patch it, but I'm not very happy with it. It all seems way to complicated for such a simple problem. Perhaps there is a better solution. If not, the patch should be good enough to fix most of the corner cases which don't work correctly now.
History
#1 Updated by Miroslav Fidler over 9 years ago
- Target version set to Release 2015.2
#2 Updated by Miroslav Fidler over 9 years ago
- Status changed from Ready for CR to Approved