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
Odin: dev-2024-12:8b1c9b0ff OS: Windows 11 Home Basic (version: 23H2), build 22631.4602 CPU: AMD Ryzen 7 6800HS with Radeon Graphics RAM: 15608 MiB Backend: LLVM 18.1.8
IDK but hanging isn't expected.
When assigning a default proc parameter to a para poly proc the compiler will hang indefinitely & use a large amount of CPU.
Please provide detailed steps for reproducing the issue.
package main main :: proc() { func_1() func_2(int) } func_1 :: proc(some_proc := proc(x: $T){} ) { } func_2 :: proc($T: typeid, some_proc := proc(x: T){} ) { }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Context
Expected Behavior
IDK but hanging isn't expected.
Current Behavior
When assigning a default proc parameter to a para poly proc the compiler will hang indefinitely & use a large amount of CPU.
Steps to Reproduce
Please provide detailed steps for reproducing the issue.
The text was updated successfully, but these errors were encountered: