-
|
my repo was configured to work with Cargo subprojects so Cargo is not invoked for a build. it worked with meson 1.5, but one day it became broken :( I acknowledge that the whole Cargo thing is experimental, but I have no idea how to easily fix my code |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 6 replies
-
|
I am not sure because you haven't shown the example project. But I found a "my-code" repository in your GitHub account with a meson subproject It superficially looks like the cargo subproject handling attempts to load the project itself as a dependency... of itself. That smells like a bug. |
Beta Was this translation helpful? Give feedback.
-
|
tried with latest git commit and got this I remembered that [patch] worked with 1.5.0 too |
Beta Was this translation helpful? Give feedback.
-
|
If someone reach this, I finally manage to make it work with meson 1.9.1 on my repo: https://github.com/ognevny/my-code/tree/9f54f844968d52f58eb05e57fdfb0ea6872fc738. here is a test repo where I did so for a single project with no subdirs: https://github.com/ognevny/my-code-rusted |
Beta Was this translation helpful? Give feedback.
If someone reach this, I finally manage to make it work with meson 1.9.1 on my repo: https://github.com/ognevny/my-code/tree/9f54f844968d52f58eb05e57fdfb0ea6872fc738. here is a test repo where I did so for a single project with no subdirs: https://github.com/ognevny/my-code-rusted