You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When developing the @cache decorator, which is essentially a custom @tag decorator, I realized that decorator order matters when used with @load_from or @save_to. Instead, we should propagate tags independently of ordering.
For instance, this will apply the hello="world" tag
When developing the
@cache
decorator, which is essentially a custom@tag
decorator, I realized that decorator order matters when used with@load_from
or@save_to
. Instead, we should propagate tags independently of ordering.For instance, this will apply the
hello="world"
tagWhile this will make the tag disappear
The text was updated successfully, but these errors were encountered: