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

Support functionality #9

Open
pjljvandelaar opened this issue Jul 1, 2022 · 0 comments
Open

Support functionality #9

pjljvandelaar opened this issue Jul 1, 2022 · 0 comments

Comments

@pjljvandelaar
Copy link
Collaborator

pjljvandelaar commented Jul 1, 2022

I would like to have support functionality that is needed in many analysis and transformations.

For example,

  • Is a package already included (with X;)?
  • Are items of a package already available in the name space (use X;)?

With these two functions you can make complicated queries & transformations like

  • How should I refer to Y of package X? X.Y or Y?
  • Add dependency to X when needed (i.e. not already included).

Finally, I would like rename functionality that can be part of a larger transformation.
Yet, we might be able to use the implementation that is already available in GNATStudio.
However, we can't do a file by file analysis anymore, since a rename can be scattered over many files.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant