-
Notifications
You must be signed in to change notification settings - Fork 182
Open
Labels
bugSomething isn't workingSomething isn't working
Description
🐛 Bug Report
while building metassr, a rust project that uses Metacall rust port, it logged out some errors complaining about "not finding configuration files" this is propably because rust port cannot find metacall libs on the system properly like other metacall ports.
Expected Behavior
the rust port should be able to find the metacall configurations on the paths it should be in.
Current Behavior
it fails and prints out errors

Possible Solution
the fix should be implementing the same logic located in ports like node or python ports to find configurations
like this in node port: https://github.com/metacall/core/blob/e3f98a3/source/ports/node_port/index.js#L67-L102
Steps to Reproduce
Context (Environment)
Detailed Description
Possible Implementation
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working