UoY-RoboStar / robocert-textual

Textual plugin and CSP generator for RoboCert
Eclipse Public License 2.0
2 stars 0 forks source link

Scoping for components is broken, but only for unqualified names #122

Open MattWindsor91 opened 2 years ago

MattWindsor91 commented 2 years ago

This is a strange one. I can refer to components (in ComponentActors) by their qualified names eg Foraging::ForagingC, but cannot refer to them by their unqualified names, even though it should be picking up both. I wonder if there's a strange aliasing concern.