Skip to content

Commit

Permalink
Disable resolve custom type eagerly
Browse files Browse the repository at this point in the history
  • Loading branch information
RoyalIcing committed Dec 6, 2023
1 parent a7b1b17 commit bfb0fc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/orb/instruction.ex
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ defmodule Orb.Instruction do
end

def new(type, operation, operands) when is_atom(type) and is_list(operands) do
type = Orb.CustomType.resolve!(type)
# type = Orb.CustomType.resolve!(type)

%__MODULE__{
type: type,
Expand Down

0 comments on commit bfb0fc5

Please sign in to comment.