File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ SHARE_PREFIX ?= $(PREFIX)/share
44MAN_PREFIX ?= $(SHARE_PREFIX ) /man
55CANONICAL := main/
66ELIXIRC := bin/elixirc --ignore-module-conflict $(ELIXIRC_OPTS )
7- ELIXIRC_MIN_SIG := $(ELIXIRC ) -e ':elixir_config.put :infer_signatures, []'
7+ ELIXIRC_MIN_SIG := $(ELIXIRC ) -e 'Code.put_compiler_option :infer_signatures, []'
88ERLC := erlc -I lib/elixir/include
99ERL_MAKE := erl -make
1010ERL := erl -I lib/elixir/include -noshell -pa lib/elixir/ebin
Original file line number Diff line number Diff line change @@ -93,6 +93,7 @@ defmodule Module.ParallelChecker do
9393 info
9494 end
9595
96+ # We only make the module available now, so they are not visible during inference
9697 :ets . insert ( table , { module , mode } )
9798 send ( checker , { ref , :cached } )
9899
You can’t perform that action at this time.
0 commit comments