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
# This is kind of wack -- if you're using the defined() function to test whether a class is DECLARED (by feeding it a resource reference referring to that class), it tests LEXICAL order instead of graph order. That is: as committed, seefirst status is true. If you reverse the order of the two class {'name':} statements in the file, it flips to false, even though the manifest's behavior SHOULD be identical.
# This basically just proves that you should never use defined() as though its name were declared().