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 function was added solely to support our old semantics of cs::namespace
(where it could be applied to multiple nested modules and we'd check the attributes on all of them).
So now that these semantics have been reworked into something more reasonable this function should be deleted.
However, this function started getting used as a hacky replacement for the include_parents flag which was removed in #574.
We should find some other way of checking parent attributes that doesn't involve all_attributes so it can be properly deleted.
The text was updated successfully, but these errors were encountered:
This function was added solely to support our old semantics of
cs::namespace
(where it could be applied to multiple nested modules and we'd check the attributes on all of them).
So now that these semantics have been reworked into something more reasonable this function should be deleted.
However, this function started getting used as a hacky replacement for the
include_parents
flag which was removed in #574.We should find some other way of checking parent attributes that doesn't involve
all_attributes
so it can be properly deleted.The text was updated successfully, but these errors were encountered: