We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9167f26 commit d7ff3c4Copy full SHA for d7ff3c4
1 file changed
lib/elixir/scripts/infer.exs
@@ -1,3 +1,8 @@
1
+# We disable type inference across modules by setting
2
+# infer_signatures to [] when compiling Elixir for
3
+# deterministic reasons. Now we do one additional pass
4
+# using the locally inferred types to infer all types
5
+# for stdlib itself.
6
parent = self()
7
{:ok, checker} = Module.ParallelChecker.start_link()
8
0 commit comments