metacall/core

rust port not finding metacall shared libraries and config files

Closed this issue ยท 2 comments

๐Ÿ› 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

Image

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

can you assign me on this one @viferga ?

can you assign me on this one @viferga ?

Done.