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: implement variable autocast #12563

Merged
merged 2 commits into from
Oct 4, 2022

Conversation

asterite
Copy link
Member

@asterite asterite commented Oct 4, 2022

Fixes #12560

Also another good candidate for 1.6 😄

@asterite asterite added kind:bug A bug in the code. Does not apply to documentation, specs, etc. topic:compiler:interpreter labels Oct 4, 2022
src/compiler/crystal/interpreter/compiler.cr Outdated Show resolved Hide resolved
spec/compiler/interpreter/autocast_spec.cr Outdated Show resolved Hide resolved
spec/compiler/interpreter/autocast_spec.cr Outdated Show resolved Hide resolved
Co-authored-by: Johannes Müller <[email protected]>
@straight-shoota straight-shoota added this to the 1.6.0 milestone Oct 4, 2022
@straight-shoota straight-shoota merged commit 6d02749 into master Oct 4, 2022
@straight-shoota straight-shoota deleted the interpreter/var-autocast branch October 4, 2022 22:25
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: Integer autocasting is not implemented
2 participants