You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we add support for wildcards, this can be handled similarly by having a fallback that attempts to look up the first symbol in a path by resolving it to a crate declared in some Diplomat config.
The text was updated successfully, but these errors were encountered:
The way this would probably work is that diplomat-tool can dump json specs for various crates, and these specs can be fed back to diplomat-tool which will add the json specs to its import graph.
We should not be trying to automate this further: trying to magically run diplomat on the entire dependency tree will have the same problems cbindgen does. For a given application, whoever is running diplomat-tool will already know where the diplomat-using crates are and they can easily sequence it.
When we add support for wildcards, this can be handled similarly by having a fallback that attempts to look up the first symbol in a path by resolving it to a crate declared in some Diplomat config.
The text was updated successfully, but these errors were encountered: