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
add rpc interface for dependency resolution (#288)
Adds the RPC types that will be necessary to perform dependency
resolution in OCaml. These changes comprise new types to represent a
resolution request, response, and resolved relationships, and an
additional optional `id` field on `found_dependency` that is used to
associate a dependency with its dependency relationships.
- [x] I ran `make setup && make` to update the generated code after
editing a `.atd` file (TODO: have a CI check)
- [x] I made sure we're still backward compatible with old versions of
the CLI.
Closes SC-1732.
0 commit comments