Open FrancescoZ opened 4 years ago
Hmm, have not looked at this for a while; but it seems this register attribute already happens when you use
the decorator. So something else must be going on?
mmmm from a really superficial analysis it seems that the redefinition of __using__
do not allow other module to do the same. I'm trying to deeper in this direction
While using decorator with Spandex i'm not able to add another use in sequence:
Using this code I get the following warning:
Could it be useful to insert something like this?
Module.register_attribute __MODULE__, :decorate, accumulate: true
To allow the macros to be used as a list and not overwrite the previous. I think this would also help the #29, what do you think?