Open dholmin opened 5 months ago
Replicated. It's stuck at check procedure bodies
.
W:\Odin\bug>odin build bug.odin -file -show-debug-messages
<snip>
[DEBUG] [Section] export entities - post
[DEBUG] [Section] add entities from packages
[DEBUG] [Section] check all global entities
[DEBUG] [Section] init preload
[DEBUG] [Section] add global untyped expression to queue
[DEBUG] [Section] check procedure bodies
I'm looking at this at the moment. Be careful if you let this run too long without sending a pause signal. It's allocating infinitely many procedures to check and consumed several gigabytes of memory for me.
Context
Also happens on my M1 Pro MacBook.
Failure Information
odin build .
doesn't terminate when compiling the following:It happened when I added the parapoly proc default argument, but I haven't had time to boil it down further.