We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 552c570 + 76c86f3 commit cbd2fb6Copy full SHA for cbd2fb6
lib/mix/tasks/check.ex
@@ -193,7 +193,7 @@ defmodule Mix.Tasks.Atomvm.Check do
193
missing_instructions = MapSet.difference(instructions_set, avail_instructions)
194
195
if MapSet.size(missing_instructions) != 0 do
196
- if MapSet.member?(missing, "elixir_erl_pass:parens_map_field/2") do
+ if MapSet.member?(missing_instructions, "elixir_erl_pass:parens_map_field/2") do
197
IO.puts("""
198
Error:
199
using module.function() notation (with parentheses) to fetch
0 commit comments