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
This depends on konveyor/kai#433 because, once implemented, we will need our client to implement the matching methods.
This also depends on #62 , whether we are communicating with the kai/rpc-server or the analyzer dictates the InitializeParams that we send over the wire. kai/rpc-server will require MORE details (the kai/rpc-server pieces + path to analyzer + analyzer specific args)
Definition of Done:
Start and runAnalysis functions are updated in the analyzerClient to handle changes in Refactor kai-analyzer kai#433
New functions are implemented to handle initialize, shutdown, and exit
assets/bin are updated with kai-analyzer binaries.
The text was updated successfully, but these errors were encountered:
- Add kai-rpc server Path property which user can override
Fixes#62#64
<!--
## PR Title Prefix
Every **PR Title** should be prefixed with :text: to indicate its type.
- Breaking change: ⚠️ (`⚠️`)
- Non-breaking feature: ✨ (`✨`)
- Patch fix: 🐛 (`🐛`)
- Docs: 📖 (`📖`)
- Infra/Tests/Other: 🌱 (`🌱`)
- No release note: 👻 (`👻`)
For example, a pull request containing breaking changes might look like
`⚠️ My pull request contains breaking changes`.
Since GitHub supports emoji aliases (ie. `👻`), there is no need to
include
the emoji directly in the PR title -- **please use the alias**. It used
to be
the case that projects using emojis for PR typing had to include the
emoji
directly because GitHub didn't render the alias. Given that `⚠️`
is
easy enough to read as text, easy to parse in release tooling, and
rendered in
GitHub well, we prefer to standardize on the alias.
For more information, please see the Konveyor
[Versioning
Doc](https://github.com/konveyor/release-tools/blob/main/VERSIONING.md).
-->
---------
Signed-off-by: hhpatel14 <[email protected]>
This depends on konveyor/kai#433 because, once implemented, we will need our client to implement the matching methods.
This also depends on #62 , whether we are communicating with the kai/rpc-server or the analyzer dictates the
InitializeParams
that we send over the wire. kai/rpc-server will require MORE details (the kai/rpc-server pieces + path to analyzer + analyzer specific args)Definition of Done:
initialize
,shutdown
, andexit
The text was updated successfully, but these errors were encountered: