Skip to content

Commit

Permalink
changes for review
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszcz committed Jan 10, 2025
1 parent 25d4d5c commit 4ae2dcb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ import Juvix.Compiler.Tree.Extra.Recursors
import Juvix.Compiler.Tree.Extra.Type
import Juvix.Compiler.Tree.Transformation.Base

-- Replaces generic calls (with CallClosures) to unknown unary functions with
-- known non-function target types by direct closure calls (with Call)
convertUnaryCalls :: InfoTable -> InfoTable
convertUnaryCalls tab = mapT convert tab
where
Expand Down
4 changes: 2 additions & 2 deletions test/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ import Typecheck qualified

slowTests :: IO TestTree
slowTests =
testGroup
sequentialTestGroup
"Juvix slow tests"
-- AllFinish
AllFinish
<$> sequence
[ return Runtime.allTests,
return Reg.allTests,
Expand Down

0 comments on commit 4ae2dcb

Please sign in to comment.