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
context_t::create_module() does not seem to accept the same inputs as context::module::create(), for example: creating a module from and std::string. Their logic must be out of alignment... let's align it.
The text was updated successfully, but these errors were encountered:
eyalroz
changed the title
Align context_t::create_module() with context::module::create()
Align the logic of context_t::create_module() with context::module::create()
Jun 15, 2024
context_t::create_module()
does not seem to accept the same inputs ascontext::module::create()
, for example: creating a module from andstd::string
. Their logic must be out of alignment... let's align it.The text was updated successfully, but these errors were encountered: