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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix stack size #5155

Merged
merged 1 commit into from
Mar 12, 2020
Merged

Fix stack size #5155

merged 1 commit into from
Mar 12, 2020

Conversation

bramkragten
Copy link
Member

@bramkragten bramkragten commented Mar 12, 2020

Weird shit with abstract methods, not sure why this suddenly stopped working...

The inherited class would not be able to override the function and it would be undefined. What would the use of an abstract method be then? 馃

@zsarnett
Copy link
Contributor

zsarnett commented Mar 12, 2020

Does this "fix" stack size or just make the stack always size of 1?

I think you may address this above that the card takes over

@bramkragten
Copy link
Member Author

This fixes it, as the child class now does override the function.

@bramkragten bramkragten added this to the 0.107 milestone Mar 12, 2020
@bramkragten bramkragten merged commit 91edcf9 into dev Mar 12, 2020
@delete-merged-branch delete-merged-branch bot deleted the fix-stack-size branch March 12, 2020 19:10
@bramkragten bramkragten mentioned this pull request Mar 12, 2020
@lock lock bot locked and limited conversation to collaborators Mar 17, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants