Odin Compiler upgrade

When implementing redis I noticed that my program wasn’t working on codecrafters.

I later came across this bug, which is the likely culprit (only solved a few weeks ago) Odin join does not wait for thread to start before joining. · Issue #3924 · odin-lang/Odin · GitHub. Please upgrade the odin compiler used.

Thanks!

Edit: I tried last month’s Odin release and indeed it stops working locally on my machine as well. Took me too long to realise, that it is an Odin bug

Hey @SerdaOzun, thanks for highlighting the issue!

Would you mind sharing which version is working for you locally?

Hi @andy1li ,
The latest tagged release dev-2025-07 should work

1 Like

@SerdaOzun I’ve upgraded buildpack version for your repo to dev-2025-07 and pushed a commit to your repo. You can run git pull to sync the changes.

Let me know if you’re still running into issues!

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.