You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is weird: a lot of locations are showing up as evaluated in the invokes in findEvaluatedHoles, but we're missing out on these locations due to them not being in the trace-correlation. One good example is cherry-pie/lab05/entry009 with random search: we find no fixes!
Sadly, #95 doesn't quite cut it: we don't actually get precedence information until after renaming, so we can't find locations that are "parenthesized" by precedence. See the note on the toExprHole function for more details.
It can sometimes happen that something that was evaluated is not found in the traceCorrel. We should investigate.
The text was updated successfully, but these errors were encountered: