-
Notifications
You must be signed in to change notification settings - Fork 9
WIP: Migrate to SDK 2 #10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved! Sorry for the wait.
This is a PR to migrate this op to SDK 2, following the official migration guide.