I have some fab files that stack decorators, and while trying the name
spacing feature, I seem to have hit an odd issue.

Below are some example files, but the basic issue is that some decorators do
not seem to stack (and order matters). Specifically, it seems that @task
must be first, and does not work with all of the other decorators.

When I stack some decorators, they task simply disappears. When others are
stacked, the function is renamed to "inner". Again, see below for examples.

Is this expected?

Please see the gist for the test output:
https://gist.github.com/1083656
_______________________________________________
Fab-user mailing list
Fab-user@nongnu.org
https://lists.nongnu.org/mailman/listinfo/fab-user

Reply via email to