Conversation
Signed-off-by: Vincent Tan <[email protected]>
…og with ux.print. Builds will be broken while undergoing conversion. Signed-off-by: Vincent Tan <[email protected]>
Signed-off-by: Vincent Tan <[email protected]>
Signed-off-by: Vincent Tan <[email protected]>
Signed-off-by: Vincent Tan <[email protected]>
…irer references. Signed-off-by: Vincent Tan <[email protected]>
Signed-off-by: Vincent Tan <[email protected]>
Signed-off-by: Vincent Tan <[email protected]>
Signed-off-by: Vincent Tan <[email protected]>
Signed-off-by: Vincent Tan <[email protected]>
Signed-off-by: Vincent Tan <[email protected]>
Signed-off-by: Vincent Tan <[email protected]>
Signed-off-by: Vincent Tan <[email protected]>
Signed-off-by: Vincent Tan <[email protected]>
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 <[email protected]>
Signed-off-by: Vincent Tan <[email protected]>
Signed-off-by: Vincent Tan <[email protected]>
Signed-off-by: Vincent Tan <[email protected]>
Signed-off-by: Vincent Tan <[email protected]>
Signed-off-by: Vincent Tan <[email protected]>
Signed-off-by: Vincent Tan <[email protected]>
Signed-off-by: Vincent Tan <[email protected]>
Signed-off-by: Vincent Tan <[email protected]>
Signed-off-by: Vincent Tan <[email protected]>
Signed-off-by: Vincent Tan <[email protected]>
Signed-off-by: Vincent Tan <[email protected]>
|
Just realized this op utilises sdk.config, which breaks a lot of functionality when moving to SDK2. |
Signed-off-by: Vincent Tan <[email protected]>
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.