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

Type inferrence fails in release build when using str() #61092

Closed
EIREXE opened this issue May 16, 2022 · 3 comments
Closed

Type inferrence fails in release build when using str() #61092

EIREXE opened this issue May 16, 2022 · 3 comments

Comments

@EIREXE
Copy link
Contributor

EIREXE commented May 16, 2022

Godot version

3.x ddc14b6

System information

Arch Linux

Issue description

This error is not the same as #59723

example code:

var item_id := 0

func _ready():
	var id := "ugc_" + str(item_id)

Steps to reproduce

Execute the code above

Minimal reproduction project

type_inference_mrp.zip

@akien-mga akien-mga added this to the 3.5 milestone May 16, 2022
@akien-mga
Copy link
Member

Is this a regression or also reproducible on stable releases?

@EIREXE
Copy link
Contributor Author

EIREXE commented May 17, 2022

Is this a regression or also reproducible on stable releases?

Just checked on stable 3.4.4, doesn't seem to happen.

@akien-mga
Copy link
Member

Fixed by #61117.

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

No branches or pull requests

3 participants