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
Namespace SubNamespace has one decorator and one directive.
Namespace Test only has one decorator and no directives. I would expect it to have one directive and one decorator.
As it turns out, but examining the parent of Test, which is Azure I then observe:
Namespace SubNamespace has one decorator and one directive.
Namespace Test only has one decorator and no directives.
Namespace Azure only has one directive and no decorators.
Given that these are both written in the same way, I would expect both the directive and the decorator to be located on the node for the Test namespace.
Is there a reason they are treated differently? This seems like a bug to me. I can track back through parents, but then (as expected) I end up getting duplicate directives.
The text was updated successfully, but these errors were encountered:
Discussed in #3164
Originally posted by tjprescott April 12, 2024
When I examine the type graph nodes:
SubNamespace
has one decorator and one directive.Test
only has one decorator and no directives. I would expect it to have one directive and one decorator.As it turns out, but examining the parent of
Test
, which isAzure
I then observe:SubNamespace
has one decorator and one directive.Test
only has one decorator and no directives.Azure
only has one directive and no decorators.Given that these are both written in the same way, I would expect both the directive and the decorator to be located on the node for the
Test
namespace.Is there a reason they are treated differently? This seems like a bug to me. I can track back through parents, but then (as expected) I end up getting duplicate directives.
The text was updated successfully, but these errors were encountered: