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
In the preprocessor, it’s possible to change item and layout attributes. It’s also possible to assign a Proc to an attribute, but this leads to problems with the outdatedness checker (an item with a Proc attribute will pretty much always be considered outdated).
To avoid issues like these, warn when a Proc is assigned to an attribute.
The text was updated successfully, but these errors were encountered:
In the preprocessor, it’s possible to change item and layout attributes. It’s also possible to assign a
Proc
to an attribute, but this leads to problems with the outdatedness checker (an item with aProc
attribute will pretty much always be considered outdated).To avoid issues like these, warn when a
Proc
is assigned to an attribute.The text was updated successfully, but these errors were encountered: