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
Describe the bug
Right now, loadPlugin takes a string as argument which can be a path or a plugin name.
We should split the API and loadPlugin should take a fs::path only.
In other to load by name, we should have a new fs::path findPlugin(std::string_view) api.
The text was updated successfully, but these errors were encountered:
Describe the bug
Right now,
loadPlugin
takes a string as argument which can be a path or a plugin name.We should split the API and
loadPlugin
should take afs::path
only.In other to load by name, we should have a new
fs::path findPlugin(std::string_view)
api.The text was updated successfully, but these errors were encountered: