Conversation
Signed-off-by: Vincent Tan <vincent@cto.ai>
…og with ux.print. Builds will be broken while undergoing conversion. Signed-off-by: Vincent Tan <vincent@cto.ai>
Signed-off-by: Vincent Tan <vincent@cto.ai>
Signed-off-by: Vincent Tan <vincent@cto.ai>
Signed-off-by: Vincent Tan <vincent@cto.ai>
…irer references. Signed-off-by: Vincent Tan <vincent@cto.ai>
Signed-off-by: Vincent Tan <vincent@cto.ai>
Signed-off-by: Vincent Tan <vincent@cto.ai>
Signed-off-by: Vincent Tan <vincent@cto.ai>
Signed-off-by: Vincent Tan <vincent@cto.ai>
Signed-off-by: Vincent Tan <vincent@cto.ai>
Signed-off-by: Vincent Tan <vincent@cto.ai>
Signed-off-by: Vincent Tan <vincent@cto.ai>
Signed-off-by: Vincent Tan <vincent@cto.ai>
ruxandrafed
left a comment
There was a problem hiding this comment.
Thanks for taking care of this migration! Please cleanup any commented lines and ensure all TODOS are handled without any regression from the previous version. Function documentation should be consistent as far as formatting is concerned, and no need to explain in detail every step of every function. Leverage TypeScript to ensure the right types are passed into functions, and maybe refactor some of the variable names to improve legibility where possible..
Also, very important: whenever things were removed to ensure compatibility with SDK 2, can we please ensure there are no regressions as far as the user interactions are concerned? Thank you!
Signed-off-by: Vincent Tan <vincent@cto.ai>
Signed-off-by: Vincent Tan <vincent@cto.ai>
Signed-off-by: Vincent Tan <vincent@cto.ai>
Signed-off-by: Vincent Tan <vincent@cto.ai>
Signed-off-by: Vincent Tan <vincent@cto.ai>
Signed-off-by: Vincent Tan <vincent@cto.ai>
Signed-off-by: Vincent Tan <vincent@cto.ai>
Signed-off-by: Vincent Tan <vincent@cto.ai>
Signed-off-by: Vincent Tan <vincent@cto.ai>
Signed-off-by: Vincent Tan <vincent@cto.ai>
Signed-off-by: Vincent Tan <vincent@cto.ai>
Signed-off-by: Vincent Tan <vincent@cto.ai>
|
Just realized this op utilises sdk.config, which breaks a lot of functionality when moving to SDK2. |
Signed-off-by: Vincent Tan <vincent@cto.ai>
I was wrong. This was not the breaking error, it was a typo in keyValPrompt. My bad. |
CalHoll
left a comment
There was a problem hiding this comment.
Approved! Sorry for the wait.
This is a PR to migrate this op to SDK 2, following the official migration guide.