Skip to content

Commit

Permalink
fix shake
Browse files Browse the repository at this point in the history
  • Loading branch information
kim-em committed Oct 21, 2024
1 parent 0733bc8 commit 26dafbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Shake/Main.lean
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,7 @@ def main (args : List String) : IO UInt32 := do
if args.downstream || noIgnore i then
some <| Task.spawn fun _ =>
-- remove the module from its own `needs`
(calcNeeds s.constToIdx mod ||| (1 <<< i.1)) ^^^ (1 <<< i.1)
(calcNeeds s.constToIdx mod ||| (1 <<< i)) ^^^ (1 <<< i)
else
none
if args.downstream then
Expand Down

0 comments on commit 26dafbb

Please sign in to comment.