Skip to content

rust port not finding metacall shared libraries and config files #567

@fahdfady

Description

@fahdfady

🐛 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

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions