Skip to content

Commit 1f16df1

Browse files
authored
Apply suggestions from code review
1 parent 5d33830 commit 1f16df1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ SHARE_PREFIX ?= $(PREFIX)/share
44
MAN_PREFIX ?= $(SHARE_PREFIX)/man
55
CANONICAL := main/
66
ELIXIRC := 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, []'
88
ERLC := erlc -I lib/elixir/include
99
ERL_MAKE := erl -make
1010
ERL := erl -I lib/elixir/include -noshell -pa lib/elixir/ebin

lib/elixir/lib/module/parallel_checker.ex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)