Cammisuli / monodon

38 stars 17 forks source link

Fails to compute graph when there is an Nx project in the workspace with the same name as a Cargo dependency #57

Open rliang opened 3 months ago

rliang commented 3 months ago

For example, if we have a project named tracing in the Nx workspace, and add the crate tracing as a Cargo dependency, then, when the plugin tries to compute the graph, it will use the project in the Nx workspace: https://github.com/Cammisuli/monodon/blob/main/packages/rust/src/graph.ts#L107-L108

This makes it fail to compute the graph.

Cammisuli commented 2 weeks ago

Oh.. thats unfortunate. I'll find a solution for this.