X Tutup
Skip to content

Fix a thread warning#113064

Merged
Repiteo merged 1 commit intogodotengine:masterfrom
aflorea-2k:fix-thread-warning
Nov 24, 2025
Merged

Fix a thread warning#113064
Repiteo merged 1 commit intogodotengine:masterfrom
aflorea-2k:fix-thread-warning

Conversation

@aflorea-2k
Copy link
Contributor

Found what I believe to be a small error in the warning for calling a thread-unsafe function from a thread.

The function call_thread_group doesn't exist. I believe it to be a typo from 98c655e, since it's the only commit that I've found that references this function.

Instead, I believe the warning wanted to point to call_deferred_thread_group. The commit mentionned above created this function.

@aflorea-2k aflorea-2k requested a review from a team as a code owner November 22, 2025 18:07
@Chaosus Chaosus added this to the 4.6 milestone Nov 22, 2025
@akien-mga
Copy link
Member

For the record, your commit seems not to be linked to your GitHub account. See: Why are my commits linked to the wrong user? for more info.

@aflorea-2k
Copy link
Contributor Author

For the record, your commit seems not to be linked to your GitHub account. See: Why are my commits linked to the wrong user? for more info.

Thanks, I had managed to typo my email.

@akien-mga
Copy link
Member

If you want to fix it for this commit, you can edit your Git identity locally, then amend the commit with git commit --amend --reset-author and git push --force.

@aflorea-2k
Copy link
Contributor Author

boom, fixed 😎

Thanks for the help !

@Repiteo Repiteo merged commit 3f950a5 into godotengine:master Nov 24, 2025
20 checks passed
@Repiteo
Copy link
Contributor

Repiteo commented Nov 24, 2025

Thanks! Congratulations on your first merged contribution! 🎉

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

X Tutup