Closed dvic closed 7 months ago
That's a private module that IIRC we were only using for tests (I hope). This also means that it can break xD.
That being said, maybe the compilation is not including typespecs by default and we need to set an option for that?
Maybe something changed in Elixir 1.14?
What does :beam_lib.info(beam_bytecode)
returns?
Found this that seems to be related
https://elixirforum.com/t/enable-abstract-code-chunk-in-elixir-1-14/52514
Which points to https://github.com/elixir-lang/elixir/issues/12300
Sorry for all the messages, on my phone right now.
Need to go to bed now xD
@bamorim It looks like
Code.Typespec.fetch_types(bytecode)
returns:error
? (TypedEctoSchemaTest.standardise/2
is being fednil
) Any idea why?