Skip to content
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

Fix CLI::UI compatibility #52

Merged
merged 4 commits into from
Feb 11, 2025
Merged

Fix CLI::UI compatibility #52

merged 4 commits into from
Feb 11, 2025

Conversation

rzane
Copy link
Contributor

@rzane rzane commented Feb 10, 2025

The persona:create task is failing on newer versions of CLI::UI. It seems like we're using prompts in a way that CLI::UI wasn't designed to be used.

CLI::UI expects:

@rzane rzane changed the title Options must be strings Fix CLI::UI compatibility Feb 10, 2025
@rzane rzane marked this pull request as draft February 10, 2025 18:39
Copy link
Member

@smudge smudge left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

domain LGTM && platform LGTM - sans tests of course. Any thoughts on how to integration test this thing?

Comment on lines 3 to 5
require 'spec_helper'
require 'sorbet-runtime'
require 'demo_mode/cli'
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@rzane rzane marked this pull request as ready for review February 11, 2025 14:04
@rzane rzane requested a review from smudge February 11, 2025 14:07
Copy link
Member

@smudge smudge left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

domain LGTM

@rzane rzane merged commit 52c7e90 into Betterment:main Feb 11, 2025
19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants