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

Interpreter: fix instance var offset of virtual struct #12189

Merged

Conversation

asterite
Copy link
Member

@asterite asterite commented Jul 2, 2022

Fixes #12187

This one was tricky to find! Luckily, as usual, the fix is just a couple of lines.

@Blacksmoke16 Blacksmoke16 added kind:bug A bug in the code. Does not apply to documentation, specs, etc. topic:compiler:interpreter labels Jul 2, 2022
@straight-shoota straight-shoota added this to the 1.5.0 milestone Jul 3, 2022
@straight-shoota straight-shoota merged commit 90dd79f into master Jul 4, 2022
@straight-shoota straight-shoota deleted the bug/interpreter-virtual-struct-instance-var branch July 4, 2022 21:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind:bug A bug in the code. Does not apply to documentation, specs, etc. topic:compiler:interpreter
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Interpreter: Index out of bounds error with Log::StaticFormatter
4 participants