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

Make upgradeTo functions public #3923

Closed
frangio opened this issue Jan 3, 2023 · 1 comment · Fixed by #3959
Closed

Make upgradeTo functions public #3923

frangio opened this issue Jan 3, 2023 · 1 comment · Fixed by #3959
Labels
good first issue Low hanging fruit for new contributors to get involved!
Milestone

Comments

@frangio
Copy link
Contributor

frangio commented Jan 3, 2023

The upgradeTo and upgradeToAndCall functions are external virtual. As a result even though they can be overriden they can't be invoked via super, which is the correct way to override a function in this library.

From #3870.

@frangio frangio added this to the 4.9 milestone Jan 3, 2023
@Amxx Amxx added the good first issue Low hanging fruit for new contributors to get involved! label Jan 3, 2023
@PepperAndSalt999
Copy link

This one is for me :B

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