Skip to content

Commit c7ce9ee

Browse files
committed
Make exck chunks deterministic
1 parent d7ff3c4 commit c7ce9ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/elixir/scripts/infer.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ true = URI in Application.spec(:elixir, :modules)
4747
end
4848
end)
4949

50-
[{"ExCk", checker_chunk}] = :elixir_erl.checker_chunk(checker, [])
50+
[{"ExCk", checker_chunk}] = :elixir_erl.checker_chunk(checker, [:deterministic])
5151
{:ok, ^module, chunks} = :beam_lib.all_chunks(binary)
5252

5353
{:ok, new_binary} =

0 commit comments

Comments
 (0)