Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Constants must be visible in scope to be used #126

Open
MattWindsor91 opened this issue May 3, 2022 · 0 comments
Open

Constants must be visible in scope to be used #126

MattWindsor91 opened this issue May 3, 2022 · 0 comments
Labels
bug Something isn't working
Milestone

Comments

@MattWindsor91
Copy link
Collaborator

Right now, there is insufficient scoping policy to prevent, say, something targeting components of module Foraging from picking up the constant Foraging::ObstacleAvoidance::Avoid::turnSpeed. This constant may well be available in the CSP semantics as generated by the current RoboChart generator, but it should be hidden by the scoping rules as it is below Foraging in the component model.

@MattWindsor91 MattWindsor91 added the bug Something isn't working label May 3, 2022
@MattWindsor91 MattWindsor91 added this to the 1 milestone May 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant