We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
soa_tokens := make(#soa[dynamic]Token) tokens := make([dynamic]Token)
I'd expect that in both the above cases that, the dynamic arrays would have there allocator set, or both would not
from debugger soa_token allocator is not set tokens allocator is set
Operating System & Odin Version:
Odin: dev-2024-11:e607cbe93 OS: Windows 10 Professional (version: 22H2), build 19045.5131 CPU: Intel(R) Core(TM) i7-4770 CPU @ 3.40GHz RAM: 32685 MiB Backend: LLVM 18.1.8
The text was updated successfully, but these errors were encountered:
56e4da8
Merge pull request #4510 from Kelimion/fix_4509
73ab881
Fix #4509
Fix odin-lang#4509
16d7d58
4d9a9ec
No branches or pull requests
Expected Behavior
I'd expect that in both the above cases that, the dynamic arrays would have there allocator set, or both would not
Current Behavior
from debugger
soa_token allocator is not set
tokens allocator is set
Operating System & Odin Version:
The text was updated successfully, but these errors were encountered: