-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Description
From @anijain2305:
For 1, the recompile reasons are known to be hard to read.
This is the way to interpret the compiled reasons.
"For these set of inputs, all the previously compiled entries failed. For each previously compiled entry, here is the reason"
In your case you are looking at 0/6th frame and therefore you have 6 previous entries. And suppose 0/6th frame has state equals not None.
This is saying that at the time of 5,4, 2 compile entries, the state was None.
This does not mean that there 5,4 and 2 represent 3 different values of state.
Hopefully, this also explains why recompile reasons vary from frame to frame (they are telling for each new frame, why the previously compiled frames were inadequate).
Metadata
Metadata
Assignees
Labels
No labels