You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use ensure_compiled! instead of ensure_loaded? on map typespec macro
Instead of raising, holds the file compilation until the module is
available.
Solves compilation issue when using `one_file_per_module=true` and map types,
where it would raise due to `Code.ensure_loaded?` returning false for a
module that wasn't compiled yet.
Co-authored-by: Yordis Prieto <[email protected]>
0 commit comments