External Libraries displays duplicated libxev
In case you need, here is the repo: https://github.com/dacheng-zig/myzql-ziro
After various attempts, cannot reproduce with Zig 0.15.1 and plugin version 28.0.0-252.
Also, libxev requires Zig 0.15.1, how did you make it load the project in 0.14.1? it should error out..
Ok, thanks for your respond.
I need to update the context and my attempt:
As I drop the indirect dep libxev from mysql-ziro and myzql, it did not show duplicates of libxev now.
Per your question, libxev is adapted to zig 0.15.1 recently. And I also adapt 'ziro' and 'myzql' to zig 0.15.1.
This seems like expected behaviour, if you have the same library imported but with a different hash, it will be present multiple times in the zig dependency tree. The External Libraries tab can only show a "flattened" view of the dependency tree so it looks like it's duplicated