Skip to content

Generate protected accessor later in the pipeline #4438

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

Closed
allanrenucci opened this issue May 2, 2018 · 1 comment
Closed

Generate protected accessor later in the pipeline #4438

allanrenucci opened this issue May 2, 2018 · 1 comment
Assignees

Comments

@allanrenucci
Copy link
Contributor

Protected accessors are generated in SuperAccessors, while private accessors are generated much later in ExplicitOuter.

We'd like to move protected accessors later if possible (it makes it easier to move code around in later phases, and it means we don't have to pollute TASTY with the concept of protected accessors).

@allanrenucci
Copy link
Contributor Author

Fixed in #4597

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

No branches or pull requests

1 participant