Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
zaneenders committed Sep 3, 2024
1 parent ac26110 commit 5dbe828
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core/explain.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@

(define (actual-errors expr pcontext)
(match-define (cons subexprs pt-errorss)
(parameterize ([*pcontext* pcontext])
(flip-lists (hash->list (first (compute-local-errors (list (all-subexpressions expr))
(flip-lists (hash->list (parameterize ([*pcontext* pcontext])
(first (compute-local-errors (list (all-subexpressions expr))
(*context*)))))))

(define pt-worst-subexpr
Expand Down

0 comments on commit 5dbe828

Please sign in to comment.