Issue regarding usage of namespace aspects with ._ #588
-
|
I recently discovered and started implementing new ._ synthetic attribute across my config, Using ._ synthetic attribute with den's direct aspects evaluates successfuly: Hoewer when trying with direct namespaces (either direct or provides): produces: |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
|
It's possible this is already fixed in #589 -- any chance you could test against the branch and let me know? If not I'll try and reproduce when I have a moment. |
Beta Was this translation helpful? Give feedback.
-
|
Upon further inspection, seems that subaspects with the same name are problematic. causes: and switching order of includes emits: So appears that only first |
Beta Was this translation helpful? Give feedback.
merged